Page 1 of 1

internet radio

Posted: Thu Dec 04, 2025 8:05 pm
by nicola
Hi all,
I need to run the following use case in my esp32-s3-box :
1) internet radio app
2) get some record (20 sec) from inside the i2s microphone and register it just in the esp32 memory like .wav
I remember I did both with arduino ide and normal esp32dev board with external I2S amplifier /microphone.
Could you please tell me how to do in esp32-s3-box?
Do I have to go with Arduino IDE or esp-idf ? Please consider , I will add some other functionality in the future like rainmaker integration.

Thanks a lot.
Nicola

Re: internet radio

Posted: Fri Dec 05, 2025 3:10 am
by ESP_Rachel

Re: internet radio

Posted: Fri Dec 05, 2025 9:28 am
by nicola
Thanks Rachel,
do I have to install esp-adf instead of idf in my VScode IDE ?

Re: internet radio

Posted: Sat Dec 06, 2025 5:58 am
by nicola
Hi ,
I have installed esp-idf/adf in my Vscode IDE.
I have cloned the "pipeline_http_mp3" code .
I changed WIFI ssid , password and board configuration in "menuconfig" according to my board (esp32-box-s3) but i have some error related to the second core .
Can you suggest a solution?

Thanks a lot.
Nicola

Re: internet radio

Posted: Sun Dec 07, 2025 2:28 pm
by nicola
Hi all,
applying the path works.
Thanks