In the end, I managed to stuff the arduino and LED's inside an IKEA shadow box, and used printed transparencies to create the black letter mask.
Remove these ads by
Signing UpStep 1The materials
1 Ikea RIBBA shadow box - $10
98 white LEDs - $7-10 (buy in bulk on ebay)
98 1KOhm resistors - $3
1 Arduino (or an ATMega168/ATMega328 and extra hardware - 5V regulator, crystal, etc) - $7 (for standalone chip and extra hardware) or $30 for arduino USB board
3 ULN2003A Driver ICs - $1.89 at Digikey
3 HCF4094 shift registers - $1.44 at Digikey
1 Barrel-plug connector - $0.38 at Digikey
2 Buttons - scavenged from old electronics
1 6V or 7V DC wall wart - scavenged from old electronics, or ~$4 online
1 sheet colored paper (used for a hint of color around the border)
1 9" square piece of cardboard (used to hold LEDs in place)
1 cereal box (cut up to make light baffles - see step 3)
1 black garbage bag
2 printed transparencies (see attached pdf on step 2) - $1
1 protoboard for microcontroller, driver ICs, etc. - $5
Total cost: around $44 (using standalone ATMega168) or $67 (if you buy a full Arduino)
optionally a breadboard is useful for prototyping the circuit
| « Previous Step | Download PDFView All Steps | Next Step » |













































Great tutorial and because of your tutorial I am just finishing up a clock which is my first electronics project. Everything is working correctly except my photo resister dimmer. I adjusted the Arduino code and the lights will dim when it gets dark but after about 7-10seconds the whole clock goes dark. Turn room lights back on and the clock lights up again. Any tips or ideas on what I need to do? I tried a couple different photo resisters but same results.
Thank you
lightLevel = analogRead(**your analog pin IN here**);
mappedlevel = map(lightLevel,0,1000,0,255);
if(mappedlevel<40) mappedlevel =40 ;
analogWrite(**your analog OUT pin here** , mappedlevel);
Thanks again.
So anyways, Is 12V too much to come down from?
A full pic gallery can be seen here.
http://gallery.me.com/thesniper#100122
Its been a long 6 months!
-TheSniper-
I find it hard to prevent the light from bleeding between lit words and unlit words. I think my light baffles are not evenly cut enough. Does someone have a tip about that ?
Also Scottbez, i wonder if you kept the original glass screen of the ikea frame or removed it. I have kept it, and it is not bad
I have kept the glass
http://www.instructables.com/id/My-Arduino-WordClock/
Can you post pls any photo of the back clock to see how you are mounted the board and settled the wire?
Thanks
Thanks.
Driver IC: ULN2003APG
Shift Register: HCF4094BE
Search these on DigiKey and you should get what you need
The only thing that I'm wary about now is the wiring itself. It would be nice if the schematic had all of the registers and ICs so I had more detail on where to solder. Thankfully, I have a friend that went to school for electrical engineering, so I may (will) have to get some help from him.
1. The specific resistors that I used are 470 ohm 1/4 watt resistors. 1 K ohm will work, just make sure you get 1/4 watt resistors. Any bigger and they won't fit in the LED layout very well.
2. Instead of the piece of cardboard to hold the LEDs, I used foam board. It's kinda a pain to drill the holes for the LEDs, but they have a nice, snug fit. I also used foam board for the light baffles, which forced me to put all of the electronics on the outside (I probably could have cut it down a little more, but I already glued the baffles on).
3. In terms of the transparencies, I needed to use four sheets. Two did not appear dark enough with the light coming through. Have a fifth sheet printed to use as your template for the LED holder. For whatever reason, whenever I printed off a copy of the word sheet, I could never get the lettering to line up.
4. Solid wire is your best friend. 22-gauge. Stranded wire is not fun when you are a novice at soldering. Plus solid wire is so much eaiser to test with on the breadboard.
5. As stated in one of the other comments on this thread, if you use the Arduino board (as I did), you do not need the barrel plug, crystal, capacitors, or the voltage regulator.
6. For a full schmatic and other little tidbits, this site helped tremendously: http://www.highonsolder.com/blog/2011/1/8/arduino-word-clock.html
1) If i get the Arduino board, i wouldn't be able to fit it inside the frame? Does this mean i have to get the ATMega and all the addons?
2) How does one go about programming the Arduino board?
I'm really confused and don't know what's going on haha, i'll appreciate all the help i can get!
To program the Arduino board you use Arduino software which is very easy to use. You write some code that you want your micro-controller to do and you upload it to the board using a USB.
You should check out the arduino website.. www.arduino.cc! There are also some great tutorials on programming the arduino on youtube!
I decide to build 2 for a good friend of mine and ended up building 3 the 1 off is the
prototype then I apply to the other 2...
I think some of the things that separate mine form the other's I have seen are.
1: Its size min is a square 19 x 19
2: It has a magnetic removable lens cover Just like the orig one. this allows for quick color changes.
3: It all self contained by parts built entirely by me. No Ikea no nothing
With 1 exception the arduino
4: The use of the arduino I figured its well worth the small amount extra by using it instead of using a dedicated atmel setup.
Some reasons include Its ready to roll Its easy to get did I mention cheap?
Even though I CnC'd my own circuit boards I could have just as easily did away with it. But Like I said the Pro's outweigh the cons.
Anyways Im not completely done But am quickly nearing the finish line.
Pics of my build can be seen here on my Mobile me site.
Their are tons of pics with plenty of closeups.
http://gallery.me.com/thesniper#100122
feel free to email me with any questions or comments.
Once done Ill post up my version of an instruct -able.
How were you able to apply the material and get the edges clean cut without destroying the letter template.
Also I have yet to see methods that people are using to secure their front glass/plastic panel to the frame. the factory one uses magnets.
Thanks !
I have some background in electronics but this was my first Arduino project and I'm glad I did it. It'll be a great gift for my girlfriend's birthday.