-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get the speaker to work in ESP-IDF #57
Comments
After looking through the schematics, I found out that |
Not sure if you got this working, but I was able to get the speaker working using ESPHome using the following pins:
|
I can confirm:
This enables speaker and i2s works as expected, but only with left channel selected. |
I am trying to port the provided firmware to
ESP-IDF
but it seems like I am not able to get the speaker to work.First off, I wanted to make sure if the code is alright, so I recreated the circuit (or let's say the important parts of the circuit) on a breadboard with
ESP32-S3-DevkitC
at its core, and seems like the speaker works just fine when using the wired up circuit. But when I flash the same binary onto the custom PC, for some reason the speaker does not play the sound. I noticed that there is a variable defined without any documentation in the original firmware calledSPEAKER_EN
, and it is set to output high, but never used. Does this have anything to do with the speaker not playing what's been written onI2S
TX channel when the PCB is used?The text was updated successfully, but these errors were encountered: