Main Content

Due to the epidemic, I spent more time at home than usual in the past six months. It is inevitable that a person would be bored at home, so I made an audio player with ESP32 to pass the time. ESP32 can be used as an independent system to run applications, just plug in the cable, power the device, and program it. With downloading different programs, the player can realize SD card playing music function, Internet radio function, and music alarm clock function.

Now I want to show my results and tell you how to do it.

Supplies:
Hardware:
- MakePython ESP32
- MakePython Audio
- Micro SD card
- USB cable
- Audio/headphones with 3.5mm audio connector
Software:
- Arduino IDE
- Download music (.mp3 or .wav) to the SD card.”

Link to article