Request for VS1053 with ESP32

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Didtho
Posts: 6
Joined: Thu Apr 29, 2021 11:03 pm

Request for VS1053 with ESP32

Post by Didtho » Sat May 01, 2021 1:56 pm

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.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Request for VS1053 with ESP32

Post by pythoncoder » Sat May 01, 2021 4:14 pm

This library has been tested on ESP32.
Peter Hinch
Index to my micropython libraries.

Didtho
Posts: 6
Joined: Thu Apr 29, 2021 11:03 pm

Re: Request for VS1053 with ESP32

Post by Didtho » 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.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Request for VS1053 with ESP32

Post by pythoncoder » Sun May 02, 2021 12:38 pm

I haven't attempted this. I tested using audio files stored on the SD card.
Peter Hinch
Index to my micropython libraries.

User avatar
rdagger
Posts: 143
Joined: Tue Feb 28, 2017 6:16 pm
Contact:

Re: Request for VS1053 with ESP32

Post by rdagger » Mon Jan 02, 2023 9:46 pm

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.

Post Reply