ESP32 with RT-Thread and esp32radio :-)
Posted: Thu May 04, 2017 1:47 pm
With ESP32, based on RT-Thread RTOS and IDF, we have finished RT-Thread/ESP32 porting, and we have to make lots of stub for FreeRTOS APIs .
Long long ago, we made an open source project: stm32radio, with mp3 playback etc. Right now, we have finished a draft version for esp32radio:
* hardware: ESP32-WROAR module
* software
- RT-Thread with IDF 2.0, and provides shell, file system, posix thread etc;
- wav/mp3/aac playback;
- m4a playback, verified with online m4a audio stream in QingTing FM, Ximalaya FM etc.
- flac playback,
- http audio stream;
Next, the http living stream (HLS), dlna and airplay features are ongoing.
Long long ago, we made an open source project: stm32radio, with mp3 playback etc. Right now, we have finished a draft version for esp32radio:
* hardware: ESP32-WROAR module
* software
- RT-Thread with IDF 2.0, and provides shell, file system, posix thread etc;
- wav/mp3/aac playback;
- m4a playback, verified with online m4a audio stream in QingTing FM, Ximalaya FM etc.
- flac playback,
- http audio stream;
Next, the http living stream (HLS), dlna and airplay features are ongoing.