Summary of FINAL Touch sensor with arduino
This project implements an advanced touch sensing system using Arduino and Processing software. It integrates capacitive sensing with inductive components to detect interactions, diverging from standard water bottle methods by utilizing a coil/inductor. The setup involves custom library installation for both platforms to facilitate real-time graphing and interaction data visualization.
Parts used in the Advanced Touch Sensor:
- Arduino
- USB cable
- Shield
- Pin headers
- Resistors (10k, 1MOhm, 3.3k)
- Capacitors (100pf, 10nf)
- Diode (1N4148)
- Coil / Inductor (10mH)
The tutorials we used.
Download arduino software and the processing software. From their respective websites.
Processing.org
arduino.cc

All of the supplies we used:
(we didn’t include the water bottle as a sensing object, and used an inductor instead of a coil)
- Arduino
- Usb cable
- Shield
- pin headers
- Resister: 10k, 1MOmh, 3,3k
- Capacitor: 100pf, 10nf
- Diode: 1N4148 diode
- Coil / inductor: 10mH (cypax.dk part no: 07.055.0510)
Download code:
Drag the Arduino_sensing folder into Documents/Arduino/libraries
And then drag the Processing_graph folder into Documents/Processing/libraries
Open arduino code.
Upload arduino code to arduino.
For more detail: FINAL Touch sensor with arduino
- What software is required for this project?
You must download the Arduino software from arduino.cc and the Processing software from Processing.org. - How do you install the necessary libraries?
Drag the Arduino_sensing folder into Documents/Arduino/libraries and the Processing_graph folder into Documents/Processing/libraries. - Can I use a water bottle as the sensing object?
No, the authors did not include the water bottle as a sensing object and used an inductor instead. - Where can I download the source code?
The code is available at https://github.com/Illutron/AdvancedTouchSensing. - Which specific resistors are needed?
The project requires 10k, 1MOhm, and 3.3k resistors. - What capacitor values are listed?
The supplies list includes 100pf and 10nf capacitors. - Does the design use a coil or an inductor?
The project uses an inductor (specifically 10mH) instead of a traditional coil. - What diode model is specified?
A 1N4148 diode is used in the circuit.

