Project containing miscellaneous projects related to touhou.fm
Find a file
2020-09-12 23:31:23 +02:00
components Initial commit 2018-04-16 16:24:42 +02:00
libraries Initial commit 2018-04-16 16:24:42 +02:00
main Initial commit 2018-04-16 16:24:42 +02:00
tasks Use PCM5201A 2018-04-16 21:56:31 +02:00
.gitignore Initial commit 2018-04-16 16:24:42 +02:00
LICENSE Add LICENSE 2020-09-12 23:31:23 +02:00
Makefile Initial commit 2018-04-16 16:24:42 +02:00
README.md Initial commit 2018-04-16 16:24:42 +02:00

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