Project containing miscellaneous projects related to touhou.fm
| components | ||
| libraries | ||
| main | ||
| tasks | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
TouHou.FM Player ESP32
Firmware for ESP32 to play the touhou.fm stream and display the song information
Getting the source
git clone https://bitbucket.touhou.fm/scm/thfm/touhoufm-player-esp32.git
Compiling the source
Requirements
In order to compile this firmware, you need to have the ESP-IDF installed and configured.
Configuring
In order to configure the software (to adapt it to your needs)
make menuconfig
Here you can tweak the OLED display, I2S sound chip and other things like streaming server and information URL
Compiling
You can compile the firmware with the following command:
make -j<num-of-cores>
Fashing
Lastly you can flash it using:
make flash