I have a custom development board with ESP32s3 chip on it. I have seen some examples such as mp3 decoder that can run on development boards. But what configurations are needed to be changed so that they can run on custom board?
How to init different paripherals?
How to run ADF examples for custom development board?
-
lichurbagan
- Posts: 63
- Joined: Thu Nov 13, 2025 3:20 pm
Re: How to run ADF examples for custom development board?
Did you try the ADF examples in your custom development board? Is there any error message that you see while uploading the codes?
Re: How to run ADF examples for custom development board?
Hi,
I tried simple code, that I have copied from mp3_music_play example. That is still not complete. But worked ok as of now.
So, my scenario is different, I have a USB pen drive that is connected to the board with music on it. I would like to decode .mp3 music from drive and send it to I2S amplifier.
There are many examples. such as with SD card but have not seen one with Pendrive. That is why wanted to know in advance.
https://github.com/espressif/esp-adf/tr ... card_music
Also, consider that user has insert a drive in a slot, I have a code that can detect connection, disconnection, etc. Now once connected then audio pipeline should start automatically and if music is over then it should stop. If device is disconnected, then also pipeline should stop. And repeat this sequence again...
I tried simple code, that I have copied from mp3_music_play example. That is still not complete. But worked ok as of now.
So, my scenario is different, I have a USB pen drive that is connected to the board with music on it. I would like to decode .mp3 music from drive and send it to I2S amplifier.
There are many examples. such as with SD card but have not seen one with Pendrive. That is why wanted to know in advance.
https://github.com/espressif/esp-adf/tr ... card_music
Also, consider that user has insert a drive in a slot, I have a code that can detect connection, disconnection, etc. Now once connected then audio pipeline should start automatically and if music is over then it should stop. If device is disconnected, then also pipeline should stop. And repeat this sequence again...
Who is online
Users browsing this forum: No registered users and 2 guests