
This Binary clock is a project from software to hardware for a binary counting clock (12h). The first 4 leds are for the hours (blue), the last 6 leds (green) are for the minutes. This project consists in one Attiny84 and 2 datashifters to control the leds's behaviour. The precision of the clock is due to a 16Mhz external quarz crystal. Another upgrade could be the addition of a 7 digit segment which will tell the seconds.
The code language is C++ but i'll upgrade it to Assembly (one day). I've programmed the Attiny with an arduino (Mega 2560) setup.
The prototype is finished now I'll use a perfboard and an old wifi switch box to create a nice desk prop.
my project page: https://github.com/nicdiratz/Binary-clock