A library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards.
GNU General Public License v3.0
114
stars
36
forks
source link
using lib with VS1053 breakout board and arduino WEMOS D1 R32 (esp32) #105
Open
mohtashami740 opened 1 year ago
I have tested the library with this HW config:
VS1053 breakout board and Arduino WEMOS D1 R32 (esp32)
but it seems DREQ is Always zero and any call to library goes to a forever loop.
the pins are as below:
| VS1053 | WEMOS-D1-R32 | INFO |
| 13-SCK | IO18 | SPI Clock | | 12-MISO | IO19 | SPI Master In - Slave Out | | 11-MOSI | IO23 | SPI Master Out - Slave In |
| 09-CS | IO13 | SD Card Chip Select |
| 08-XRST | IO12 | VS1053 Reset pin | | 07-XDCS | IO14 | VS1053 Data/command select pin | | 06-XCS | IO27 | VS1053 Chip Select |
| 02-XDREQ | IO26 | VS1053 Data Request |
and here is the code: