This is a workshop to instigate you to use textile conductive materials to create capacitive sensors For the purpose of this workshop we'll create a strech sensor with conductive thread (an alpha version of what was seen here ).
- Conductive thread on a slipknot chain (or whatever arrangement/mechanism you feel could work)
- Arduino + breadboard + usb cable
- Resistor between 50k - 50M (we'll be using a 10M)
- Alligator clips
- Multimeter
- Arduino IDE and CapacitiveSensor Library
- Get a piece of conductive thread and do the loose loops/knots
- Connect the tip of the conductive thread to your multimeter to check the resistance of it.
- Download and install CapacitiveSense library here.
- Connect the resistor between digital pins 02 & 04.
- Open CapacitiveSensorSketch (on this repo)
- Upload the code on the board.
- Test if the capacitive sensor is working by touching the resistor and seeing values change on the serial monitor.
- Just connect one of the thread tips to pin 02
- See if the stretch sensor is working through the serial monitor.
- taran! Go make your own sensors =)