A digital theremin running on a Raspberry Pi.
Run python3 -m pip install -r requirements.txt
- On the Pi, first run
python3 sensor.py reset
to set up the sensors properly. - Make
fbcp
and 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_ip
where host_ip is replaced with the host system's IP. - Have fun!!