Hi there!
I’m very new to Processing and am currently working on an interactive, Uni project and was wondering if anyone could please help me. : )
Usng FSR and Piezo sensors, I would like to transfer data from my Arduino to then control the play of video outputs (when theshold values are met) in Processing.
So far I have:
- Set up the FSR and Piezo sensors on Arduino
- Set up threshold values for the sensors
- Connected Arduino to talk to Processing (via the serial port)
I worked on an example with my tutor using ‘void KeyPressed’ to control the play of my videos in Processing and now would like to take the data that the Arduino is sending over the serial port to do this instead.
Do you have any suggestions or ideas for what I need to look at / do…I’ve looked into ‘Serial event’ and ‘boolean’ type stuff but am very very stuck! I just don’t understand how to convert the data coming in!
Any help would be much appreciated!
Thank you Kindly!