Im doing a project at the moment where i am using flex sensors to measure texture. These flex sensors are read by arduino as analog values. These values I want to be sent to processing. I have downloaded the Serial library for processing to do this. BUt despite researching all day I haven't been able to find a way to store the readings from the flex sensors into a variable in processing.
Hi, i stumbled upon this code on the processing website,
http://processing.org/discourse/yabb2/YaBB.pl?num=1159143715 that processing pixels and converts them to 3D. This is absolutely perfect for a project that I am currently developing. Only there is a problem, when I run the code it takes me to this page:
http://wiki.processing.org/w/Changes. Im am aware that the code was made 5 years ago which i assume is why it wont run on processing 1.2.1.
Ive gone through the code but I just cant figure out what to change in order to make it work.
Im sure for anyone who is more experience for me it would be an easy task, but any help that would shed some light on my problem would be greatly appreciated :)