Step 8Software Visualization
For Arduino microcontroller code and Processing visualization code please look here >> http://www.kobakant.at/DIY/?cat=347
See the orange bar in the pictures. How it is on the right of the computer screen when the wrist is bent. And at the very left when the wrist is straight!!
Have fun and thanks for reading. Let me know what you think.
| « Previous Step | Download PDFView All Steps | Next Step » |

























































I think i need a multimeter.
Huge thanks,
Susan
using conductive fabric instead of stitching with conductive thread does reduce the range of the sensor. so that it might just be acting like an on/off switch, with no analog range. you might want to try a few more layers of velostat in between. or making the conductive surfaces smaller.
hope this helps.
Thanks for your advice! I've tested it with a 9v battery and an led, it gives a great response! (although it heats up a little...) I'll fiddle with the resistors as you recommend, although i can't find the option for the internal resistor, is it in the arduino sketch or the processing sketch?
-Susan
you can set the internal pull-up in the arduino code. for analog input0:
void setup(){
digitalWrite(14, HIGH);
}
The links you posted appear broken, do you have them still.
Many thanks in advance!
i really like your work, it's awesome!
I've followed your instructables and managed to build a bend sensor which I am now trying to visualize. The site to download the code and application does not exsits though.. :( Did you move the code somewhere?
Thank you and keep u the amazing work!
Cuchara
This is just an alternative option in case you can't find the code of course.
thx
amok