Relative capacitance change detection
# clone into a subdirectory in your Arduino sketch directory
cd <path to your top-level Arduino sketch directory>
git clone https://github.com/vulcu/printable-touch-sensor.git
# initialize the submodules used by this repository
git submodule update --init
Sketch is written for the Arduino Uno, some QTouch library registers may need to be changed for other Arduinos (Mega, Nano Every, etc.)
Open a serial terminal to the arduino, and type one of the of following:
qtouch
QTouch for Arduino library: QTouchADCArduinocmeter
Capacitance meter: Capacitance Meter
To run either of these continuously call qtouch.loop()
or cmeter.loop()
from inside loop()