A "theremin" server for a Raspberry Pi 4.
Find a file
mahlon 5a4fcbae87 Add support for 4-pin range sensors, the velocity sensor, and LED status.
FossilOrigin-Name: ab34614152b3a25488aa4b55c45ec4a6f625bde42cd794209464825bb7654040
2023-05-12 05:46:35 +00:00
fluidsynth Initial commit. 2023-05-09 03:32:09 +00:00
theremin Add support for 4-pin range sensors, the velocity sensor, and LED status. 2023-05-12 05:46:35 +00:00
gem.deps.rb Initial commit. 2023-05-09 03:32:09 +00:00
README.md Initial commit. 2023-05-09 03:32:09 +00:00

RPi Theremin

This is a quick-n-dirty Theremin daemon for use on the RaspberryPi.

It is designed to be used with a couple of these distance sensors:

https://www.adafruit.com/product/4007

Use 'raspi-config' to configure your default sound output (HDMI, 3.5", etc).

This is intended to be run from daemontools or runit. Quick setup:

# apt install ruby fluidsynth runit
# gem install -Ng
# ln -s /path/to/here/theremin /etc/service
# ln -s /path/to/here/fluidsynth /etc/service