Arduino code for Happy Accident 3

Posted by & filed under Intermediate Arduino Class.

/* Ping))) Sensor This sketch reads a PING))) ultrasonic rangefinder and returns the distance to the closest object in range. To do this, it sends a pulse to the sensor to initiate a reading, then listens for a pulse to return. The length of the returning pulse is proportional to the distance of the object… Read more »

James’ project progress

Posted by & filed under Intermediate Arduino Class.

Here’s my code for the arduino sketch and pure data so far. Works ok in really quiet environments if you play the song a two or three times. Would like to filter the data better to make it more accurate and perform better in environments with regular low-level noises going on. Also does anyone knows… Read more »

Cristiano’s Project

Posted by & filed under Intermediate Arduino Class.

My idea is still tentative, but I really want to take advantage of the leap motion sensors input capabilities. For now, I was thinking of hooking up each sensor to a separate servo motor with something interesting attached to each. If I can’t think of anything meaningful to append to the servos, I will make… Read more »

Request: please post resource list

Posted by & filed under Intermediate Arduino Class.

Here are a few Resources. This is not nearly complete but its a good place to put some of this stuff. I will keep adding to it.   The Raspberian Distribution that we are using. We are using a modified version of raspberrian that has pure data running on it. We added the arduino software and… Read more »