/printable-touch-sensor

Relative capacitance change detection

Primary LanguageC++GNU General Public License v3.0GPL-3.0

printable-touch-sensor

Relative capacitance change detection

Installation

# 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.)

Use

Open a serial terminal to the arduino, and type one of the of following:

To run either of these continuously call qtouch.loop() or cmeter.loop() from inside loop()