#MU6050 Quick test: 1. On raspberry : /home/pi/tfe_dev/COMPONENTS/MUA6050\ accelerometer\ gyroscope/server.py 2. On client side : sudo python level.py 192.168.2.3 ##Installation guide for trivial tests: 3D OpenGL visualisation of the data from an MPU-6050 connected to a Raspberry Pi (implementation from http://blog.bitify.co.uk/2013/11/3d-opengl-visualisation-of-data-from.html) 1. On the client side (Mac OS X, Windows, Linux) 1.1 Install PyOpenGL (http://pyopengl.sourceforge.net/documentation/installation.html) pip install PyOpenGL PyOpenGL_accelerate 1.2. Install PyGame (http://pygame.org/wiki/macintosh - MacOSX) brew install hg sdl sdl_image sdl_mixer sdl_ttf portmidi pip install hg+http://bitbucket.org/pygame/pygame 1.3 sudo python level.py 2. On the RaspberryPi Connection of MPU6050 on Raspberry : cfr Sunfounder Kit v2 documentation Next: sudo apt-get install python-webpy nano server.py #content available in the server.py file in the current folder) chmod +x server.py ./server.py # run a the web server on 0.0.0.0:8080