Search code examples
processingvisualizationaccelerometergyroscope

Arduino (Gyroscope/Accelerometer) Visualizaion into Processing (3d cube)


Im working on a device that uses an accelerometer and a gyroscope. It works, but i want to go to the next level into precision, to do it i think the best path is go deep into real-time visualisation...

I watch some youtube videos and it seems that i can create a processing app to read the values from the sensor and visualise a moving "cube" (using accelerometer and gyroscope, some sort of IMU)

I want to learn to make a rotating AND moving cube... How can i learn to do this Arduino/processing application? Some useful wiki/documents will be very useful.


Solution

  • Here you go:

    Hope this helps. :)