Hello,
Do you have a code for VS1053 that works for ESP32? I tried the vs1053.py library but it asks for lots of adafruit modules that I don't have. I just want a piece of code to listen to internet radio. My ESP32 is a 38 pin with Wroom-32. The version of micropython installed is 1.15. Thank you.
Request for VS1053 with ESP32
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Request for VS1053 with ESP32
This library has been tested on ESP32.
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.
Re: Request for VS1053 with ESP32
Yes, but I cannot implement it with an internet radio stream. If you have an example, I will. Thank you.
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Request for VS1053 with ESP32
I haven't attempted this. I tested using audio files stored on the SD card.
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.
Re: Request for VS1053 with ESP32
Were you able to decode the radio stream using MicroPython? I know there are Arduino solutions.