Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Web radio example does not work #13

Open
devnull69 opened this issue Nov 16, 2020 · 4 comments
Open

Web radio example does not work #13

devnull69 opened this issue Nov 16, 2020 · 4 comments

Comments

@devnull69
Copy link

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
Copy link
Author

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

@clear-sky
Copy link

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
Copy link

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

@devnull69
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants