An open API service indexing awesome lists of open source software.

https://github.com/fabianferno/theremin

Theremin - a musical instrument emulator using ESP8266 and a couple of ultrasonic sensors.
https://github.com/fabianferno/theremin

esp32 in-progress iot theremin

Last synced: about 2 months ago
JSON representation

Theremin - a musical instrument emulator using ESP8266 and a couple of ultrasonic sensors.

Awesome Lists containing this project

README

          

# theremin
Trying to build a theremin with two ultrasonic sensors.

```sh
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 firmwares/esp8266-1m-20220117-v1.18.bin

esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 firmwares/esp32-20220117-v1.18.bin
```