baldram/ESP_VS1053_Library

Problem with CS and DCS pins

h1aji opened this issue · 1 comments

h1aji commented

I have got a problem with connecting VS1053 green board to ESP-12F.

The library only works when CS is connected to GPIO15 and DCS to GPIO16 or vice versa. I tried GPIO 4,5,0,2 and 10. DREQ works with any pin, no issues.
When I connect CS or DCS to another pin I am seeing this in the output:

.......WiFi connected
IP address: 
192.168.1.251
connecting to live.playradio.org
Requesting stream: /90Mobile

And nothing else. The board appears to be responding to ping otherwise.

I use this doc : https://arduino-esp8266.readthedocs.io/en/latest/boards.html to setup ESP-12F. Other SPI devices like LCD and SPI RAM works fine with other pins, its just a problem with VS1053

How can I troubleshoot this issue? Maybe I can get more debug logs?

h1aji commented

Wiring issue.
Closing ticket