Please allow me to explain what my project is about:
I am using 3 units of Invensense MPU6000 6-axis accelerometer/gyroscope to make an inertial sensor network for gait analysis, interfaced with an Arduino Pro Mini.
The Arduino part is fine for me so far, so now comes the problem:
How do I interface it with Processing?
My aim is to acquire data from the serial port, and then plot a graph based on the values.
Data will be sent from the sensors via Arduino with Serial.write().