It would be great if we could have a little group show at PNCA. I could bring this piece and the last class project.
Posts Categorized: Arduino
Arduino LED Fade ?
neopixel_fadeUpDown_sketch_jul24b-140724aIn progress for NeoPixels
James’ project progress
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 »
Sue Update: LED control mock-up
I made a mock-up in Max for LED control. Here’s a screenshot. LED-Mockup-Max I’m porting it to PD but in the meantime I am starting to work with Neopixel strips from AdaFruit and they have built in libraries for Arduino, so I will probably put this PD port on hold until I figure out which… Read more »
link for Pd shift reg
http://forum.arduino.cc/index.php/topic,161479.0.html
Communicating between the Arduino and pure data (on the raspberry pi) Pt. 1
The simplest interaction between the arduino and pure data is by using the comport object in pure data and sending data to it using the Arduino’s Serial object. Below is an illustration of two way communication between pure data and the arduino. On the right the comport object receives values as bytes and puts them… Read more »
Cristiano’s Project
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 »
fiber optic filaments
Does anyone have any extra fiber optic filaments I could play with?
RasPi Troubleshooting
Found this link helpful: http://elinux.org/R-Pi_Troubleshooting#Normal_LED_status I was curious what LEDs were indicating and this answered it, plus links to many more topics.
Intermediate Arduino Day 2