A fun project to build a theremin with an Arduino-based system. My ultimate goal is to build it into a standalone PCB with an independent ATMega at the control. The source code is stored in the arduino-source directory and schematics are in the Eagle file format in the schematics directory. The project is discussed at the GeekDad Community website.
The original Arduino source code and oscillator schematics are based on:
Academy of Media Arts Cologne - Theremin as a Capacitive Sensing Device
Additionally, I am looking at using a low-pass filter and DDS technique based on:
Academy of Media Arts Cologne - Arduino DDS Sinewave Generator
- Go to the GeekDad Arduino Theremin Git-Hub Repository.
- Fork it.
- Create a branch (
git checkout -b my_arduino_theremin) - Commit your changes (
git commit -am "Added Super Waveform") - Push to the branch (
git push origin my_arduino_theremin) - Create an Issue with a link to your branch