Search found 1 match
- Wed Sep 27, 2023 11:34 am
- Forum: ESP-ADF
- Topic: esp32 webserver with esp-adf
- Replies: 1
- Views: 20921
esp32 webserver with esp-adf
I am currently using ESP32 WROOMD module. My application esp32 is acting as a webserver and it plays mp3 from audio data being received from client side (in this case it is Mobile app which sends the mp3 data into chunks byte (1KB each) ). My question is can esp-adf be used to get these data into ch...