Page 1 of 1

Request for VS1053 with ESP32

Posted: Sat May 01, 2021 1:56 pm
by Didtho
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.

Re: Request for VS1053 with ESP32

Posted: Sat May 01, 2021 4:14 pm
by pythoncoder
This library has been tested on ESP32.

Re: Request for VS1053 with ESP32

Posted: Sat May 01, 2021 4:53 pm
by Didtho
Yes, but I cannot implement it with an internet radio stream. If you have an example, I will. Thank you.

Re: Request for VS1053 with ESP32

Posted: Sun May 02, 2021 12:38 pm
by pythoncoder
I haven't attempted this. I tested using audio files stored on the SD card.

Re: Request for VS1053 with ESP32

Posted: Mon Jan 02, 2023 9:46 pm
by rdagger
Didtho wrote:
Sat May 01, 2021 4:53 pm
Yes, but I cannot implement it with an internet radio stream. If you have an example, I will. Thank you.
Were you able to decode the radio stream using MicroPython? I know there are Arduino solutions.