HOW TO MAKE (ALMOST) ANYTHING MIT MEDIA LAB |
|
PROJECTS | ABOUT | CONTACT | ||||||||
|
|
|||||||||||
INTERFACE AND APP PROGRAMMING - week13 | ||||||||||||
I decided to play with capacitive sensing, requiring me first to make the board. Unfortunately this had so many issues that I barely got to the actual interface part. |
||||||||||||
Board Design | ||||||||||||
Some things I am not sure in the end I did correctly:
//is the 10M resistor supposed to be between the send pad and pin or between send pad and sense pad? If the latter, how would I
be able to connect the other sense pad?
//This tutorial suggested wiring a capacitor to ground on the trace that sends the sense signal to the Attiny. However, the
fact that my readings were intersepted with zero's - could this mean that the capacitors were actually screwing something up?
Download brd,sch,traces
Here is a sample of the readings:
|
Here is another version of the attempt, where I am just touching the wire and the reading is maxing out. Not really sure I understand what's going
on here.
|
Processing | ||||||||
I didn't actually get very far with Processing. But I figured out how the serial port knows that the values are coming from Arduino (see below).
|
||||||||
Readings simple visualization in Processing from Anya Yermakova on Vimeo.