schreibfaul1 / ESP32-vs1053_ext

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk
GNU General Public License v3.0
106 stars 29 forks source link

Web radio example does not work #13

Open devnull69 opened 3 years ago

devnull69 commented 3 years ago

Hi,

I have an AZ Delivery ESP32 NodeMCU module together with a VS1053 from LC Technology. I have the following connections between both

VS1053 => ESP32

SCK => 18 MISO => 19 MOSI => 23 5V => 5V GND => GND (not CMD!) CS => 32 DCS => 33 DREQ => 35 RST => EN

I have the same exact setup for a project I developed using the baldram VS1053 library (https://github.com/baldram/ESP_VS1053_Library). It is playing streams just fine, but it unfortunately does not provide all this useful meta information out of the streams. Therefore, I wanted to use your library.

When starting the example sketch, I can see all this useful meta information on the serial monitor, but there is no sound coming out of the VS1053 ...

Did I do anything wrong essentially?

devnull69 commented 3 years ago

I also tried changing the station, the volume, the call to SPI.begin() etc etc, to no avail

clear-sky commented 3 years ago

please test with default config if you can not go to default config connect cs and dcs pins to gpio 27 and below gpios

SurenBono commented 3 years ago

check a stable version of esp8266 ...an alternate webradio fix https://github.com/SurenBono/Alternate_Edzelf_Esp8266_WebRadio_

devnull69 commented 3 years ago

Thanks for your responses. I implemented my own Icy-Metadata handling algorithm, therefore I no longer need the library