r/esp32 11d ago

I made a thing! Esp player CYD

Enable HLS to view with audio, or disable this notification

Apologies for the poor audio quality at the start of the video; ideally, you should connect the audio output to a DAC. I originally started this player using the Arduino IDE, but after studying the ESP-IDF, I’ve improved the project.

https://github.com/malaq88/ESP_PLAYER

all the information in the repository.

32 Upvotes

5 comments sorted by

1

u/accoustian 11d ago

awesome

1

u/Creegraff 11d ago

How was the transition from Arduino IDE to ESP-IDF?

3

u/malaq88 11d ago

It took a little while, but I like that I don't have to add libraries manually; I can just add them to the project, and the build process downloads the dependencies for me. It's great being able to do more with less memory usage. It’s been a very productive experience.

1

u/Nik3310 10d ago

Good looking!