Christmas is coming closer, and I was wondering if I could put some candles in my room to get in the "christmas mood".
But after a friends house burned down of christmas tree candles, I don't want to burn real candles into my room.
So why don't let the Arduino light for you?!
This Instructable will show you, how to flicker up to 6 LEDs using an Arduino Microcontroller.
For more information about Arduino visit http://www.arduino.cc/
Remove these ads by
Signing UpStep 1What you need...
-Arduino Microcontroller (or similar)
-USB cable
-LEDs (up to 6 LEDs are possible)
-Resistors (equal to the number of used LEDs)
LED resistor calculator
if you don't want to solder the circuit:
-Breadboad
-Jumper wires
Optional:
-DC power source
Downloads:
-Arduino IDE
Get it here!
-TrueRandom Library
Get it here! (Instructions included)
Unzip it to your "Libraries" folder.
| « Previous Step | Download PDFView All Steps | Next Step » |









































thanks for the infromtation,but somehow i can't add the needed lines in the instructable.
For those wanting to use the code: put " "
after "#include"
Great little script. I am planning to use it to drive lights on a wreath. I noticed that you left out the library name in your include statement.
For those looking to duplicate this code, note that you need to download and install the TrueRandom library into your Arduino folders, then complete the include statement in the script as follows:
#include
the library can be found here:
http://code.google.com/p/tinkerit/wiki/TrueRandom