hey i was wondering if anyone could instruct me on how to firstly wire up an Led to the ardunio board(safely ie not over powering the led) then secondly tell me out to control the led in pd, possibly giving the light a flickering effect.
thanks
Led's and Arudnio using pd
hey i was wondering if anyone could instruct me on how to firstly wire up an Led to the ardunio board(safely ie not over powering the led) then secondly tell me out to control the led in pd, possibly giving the light a flickering effect.
thanks
Copypaste...
Well, there's tons of info on the "arduino playground" site. The blinking led example comes with the Arduino environment. IF you want connectivity with Pd, Hans' Firmata and Pduino should help. Without using the Firmata it is also possible to just talk to arduino via the serial port. Flickering could be accomplished easily by analogWrite-ing values based on a perlin noise function. Flickering led's are often found in those plastic 'votive candles' that are so prevalent now. This is accomplished with an analog noise circuit.
Oops! Looks like something went wrong!