The other day I was confronted with an interesting problem, I needed to control a series of lights from an interaction on a computer screen and it had to be as inexpensive as possible. I instantly thought of an Arduino. It had everything that I needed, more than enough I/O, an integrated USB and its only $30. To communicate with the Arduino I decided to use Processing. The two work really well together because of Arduino's close family relation to Processing.
Step 1The Materials
Its time to gather all of the bits and pieces necessary to make this happen:
The Software:Processing - can be found at
www.processing.orgArduino - Can be found at
www.arduino.ccThe Hardware:Arduino USB board (I used the Diecimila, because that's what I had)
8x LEDs of your choice
8x 330ohm resistors
Break away headers
single sided copper clad
Ferric Chloride
tiny drill bit
USB cable
can i controller in RC car using this method of controlling ?
p.s. LEDs is the plural of LED - so no apostrophe
can you do that?
:S please
Thanks
Jman
I did have to make my own Eagle file as I was never able to upload your, and your PDF was coming out with traces touching for me. I am going to try to upload my PDF in case anyone had the same problem as me. Mine is made with the copper side down though.
http://www.italentshare.com/storage/PICs/LEDShield.pdf
I always think that using 8 pins to control 8 leds is overkill...but so is using a shift register to use 3 pins instead of 8 :D
Great little learning chunk!