What a shame. I'm going to fix it right now.
Project is very simple and requires only few common wooden materials and hand tools.
Well, part cabinets and scrap bin are over there... What can we use for this project?
- microcontroller (any kind);
- cheap real time clock;
- low power MOSFET transistors;
- bunch of super bright LEDs;
- pieces of plywood or MDF;
- few sheets of different veneer;
...
Clock case is not solid wood but MDF frame laminated by veneer.
Regular maple veneer is transparent enough and bright LED can shine through wooden surface.
Nicely finished wooden block is a beautiful decoration for geek's room.
Multicolored lights glow deep inside wood constantly form different "alien" symbols an make device very unusual and attractive.
Yes, this clock has no digits. Instead lights of different color represent ones and tens of minutes and hours.
Remove these ads by
Signing UpStep 1Microcontroller
Clock's brain is based on PIC16LF876A microcontroller running at 10MHz.
Only function of microcontroller is to monitor two buttons and occasionally read data from real time clock and display time and date.
Clock displays current time by turning ON and OFF predefined number of LEDs of the same color. LED pattern is chosen randomly and microcontroller generates new LED pattern every second.
If button 1 is pressed clock shows current day and month in the same manner for a 30 seconds then switches back to time showing mode. Button 2 is used to activate time or date setting mode.
Real time clock is NJU6355 chip with 4-line serial interface and operating voltage 2 - 5V.
RTC is bundled with 32768 Hz watch crystal and 3V lithium coin cell battery CR 2032 as a backup power source.
Clock's button are normally open tactile switches.
Buttons inputs are pulled up by 10K resistors and microcontroller reads logic "1" (high level) when button's released and logic "0" when button's pressed.
LM7805 voltage regulator supplies 5V for whole unit. Since controller consumes low current and all LEDs are working in pulse mode, regulator stays cool and doesn't need radiator.
| « Previous Step | Download PDFView All Steps | Next Step » |
4
comments
|
Add Comment
|
bricabracwizard
says:
AP Digital light (author)
says:
![]() |
Add Comment
|



















































