This repository contains both code that should be run on an esp32 microcontroller and code for building android application. All building scripts were written and tested on debian.
- Esp32-s3-WROOM-1 board
- WS2812B led strip
- Mobile phone with android
- Device with GNU/Linux OS for building and flashing both applications
- Follow these instructions: https://github.com/hekciu/esp32-probe
- source ./init.sh
- idf.py -p PORT build flash monitor # replace PORT with real one from /dev/
- sudo ./init.sh
- cp src/com/example/leds_mobile/Secrets.java.template src/com/example/leds_mobile/Secrets.java
- sudo ./build.sh
- ./run.sh
- ./monitor.sh