Initial commit.
Stuff working well with a single 3-pin range finder. FossilOrigin-Name: 483d8caaef350827c026d7c234b026e9e720d26a7e27e54b0436f60b099a0ab9
This commit is contained in:
parent
af047120c4
commit
07b2d81523
9 changed files with 674 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue