Scale a cube in your browser using a raspberry pi and an ultrasonic distance sensor
Software:
- You'll need a browser that implements the websocket APi (i.e Google Chrome )
- Install python
- Get Autobahn Python for the websocket server here: https://github.com/tavendo/AutobahnPython
- Get RPi.GPIO to control the Raspberry Pi GPIO Pins here: https://pypi.python.org/pypi/RPi.GPIO
Hardware:
- Raspberry Pi Model 'B'
- HC-SR04 Ultrasonic Distance Sensor
- Breadboard, cables, resistors etc. to connect everything up.