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.
- Host: GitHub
- URL: https://github.com/fabianferno/theremin
- Owner: fabianferno
- Created: 2022-02-28T15:17:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T10:17:46.000Z (over 4 years ago)
- Last Synced: 2025-03-20T05:28:28.941Z (over 1 year ago)
- Topics: esp32, in-progress, iot, theremin
- Language: Python
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```