Skip to content

this project is the code RGA cube interface developed for a workshop in Amsterdam. Thanks to the MPU6050 sensor and the data it outputs we know its orientation.

Notifications You must be signed in to change notification settings

sebastienjouhans/processing-arduino-cube-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing and Arduino - Cube Interface

This project is the code RGA cube interface developed for a workshop in Amsterdam. Thanks to the MPU6050 sensor and the data it outputs we know its orientation.

The Arduino code captures the data from the sensor and sends it to Processing over the Serial port. All these projects use the Quaternion (http://en.wikipedia.org/wiki/Quaternion) output from Arduino in order to avoid gimbal lock (http://en.wikipedia.org/wiki/Gimbal_lock) but other output such as roll, raw, picth are also available.

  • cube orientation - gives the orienation of the sensor
  • hotspot - controls a hotspot on image. moving the sensor left,right,up,down controls the hotspot position on the screen
  • picture - uses the webcam, rotating the sensor on itself changes the tint of the image output. Tilting the sensor to the left takes a picture and saves it a folder
  • match - 3d output that maps the orientation of the sensor on all 3 coordinates

This project makes use of the work done here: https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050

This is the schematic for the project: schematic


This project was used at the IXDA 2014

This is where the slides for the presentation are: http://www.slideshare.net/sebastienjouhans/getting-real-with-connected-devices-presentation

You can find the Tumblr page dedicated to the event here: http://rgaixda14.tumblr.com/

About

this project is the code RGA cube interface developed for a workshop in Amsterdam. Thanks to the MPU6050 sensor and the data it outputs we know its orientation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published