-
Notifications
You must be signed in to change notification settings - Fork 228
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
Audio not working vs1053 #527
Comments
Remove the settings of "pin_i2s_bc", "pin_i2s_lck" and "pin_i2s_din" from the configuration page through the web interface. |
removed but : |
Send the full logging, then I can see what is wrong. It is certainly an SPI problem (wiring/configuration). |
Starting ESP32-radio running on CPU 1 at 240 MHz. |
It is an SPI problem. At [ 19661] you can see that the SPI test succeeded with a low SPI frequency (0.2 MHz) succeeded. The test with a high SPI frequency (5 MHz) fails. So first thing to do is to check the SPI bus wiring. |
changed in config.h dec1003 to 1053 : |
modified vs1053 |
Solved , wiring problem |
I do not use i2s but :
[ 3226][E][main.cpp:1809] reservepin(): [main] Pin 5 is already reserved!
[ 3232][I][main.cpp:1911] readIOprefs(): [main] pin_i2s_bck set to 5
[ 3239][E][main.cpp:1809] reservepin(): [main] Pin 32 is already reserved!
[ 3245][I][main.cpp:1911] readIOprefs(): [main] pin_i2s_lck set to 32
[ 3252][E][main.cpp:1809] reservepin(): [main] Pin 34 is already reserved!
[ 3258][I][main.cpp:1911] readIOprefs(): [main] pin_i2s_din set to 34
[
The text was updated successfully, but these errors were encountered: