A digital theremin running on a Raspberry Pi.
Run python3 -m pip install -r requirements.txt
- On the Pi, first run
python3 sensor.py resetto set up the sensors properly. - Make
fbcpand run./fbcp &to run the framebuffer copy program in the background. - On the host system, run
python3 synth.py. Also make note of the host system's IP address. - On the Pi, run
python3 gui.py host_ipwhere host_ip is replaced with the host system's IP. - Have fun!!