baldram/ESP_VS1053_Library

no sound, even after player.testComm("testing...\n ") and player.isChipConnected() have passed

Closed this issue · 3 comments

hello, im trying to use the ESP_web sketch, and all the tests have passed.

the esp32 is connected to WiFi, the station it tryes to read is valid (tryied myself via chrome),but still no sound coming out of the vs1053 board..

any suggestion?

thanks, Gal

Hi, thanks for using the library.
I would suggest connecting your board in the way similar to my tests here: #1 (comment) .
Then please adjust the example from here: https://github.com/baldram/ESP_VS1053_Library/blob/master/examples/Mp3PlayerDemo/Mp3PlayerDemo.ino
By adjust, I mean to set up the example in the same way as you wired your board, for instance:

#define VS1053_CS     5
#define VS1053_DCS    16
#define VS1053_DREQ   4

Please double check if all cables are connected properly and so on.
If it works, further you can try something similar with your sketch.

Good luck. Please let me know about the result.

As mentioned earlier, a lot of wiring examples with photos were provided by me in this thread.
If everything is properly connected it should play smoothly (even one cable wrong causes no-sound).

I close this issue for now, but please comment and share your final solution by telling what was wrong with wiring on your side...

Hey, yeah it was a wiring problem eventually..

Thanks for the help!