Scout6050 a combination of Pinoccio, MPU6050 Gyro+Accelerometer, MQTT (PubSub system), lighthttpd+websocket+mqtt bridge and HTML5, Javascript + HTML5 Audio!!
Premise is simple… It’s a wifi connected theramin! Yaw controls pitch, roll controls volume… It’s a work in progress but a working one! I am fully impressed in the speed of Mosquitto (the mqtt daemon im using). Latency from the pinoccio, over wifi, through the mqtt daemon, through lighthttpd’s websocket broker over my LAN to my browser then decoded via json and rendered is MINIMAL… Infact, its so quick and precise it seems like its actually creating the tone itself, even tho my computer is.
I have a git repo up of my sketch here: https://github.com/dchote/scout6050… Mosquitto can be found at http://mosquitto.org, and of course Pinoccio can be found at http://pinocc.io