Skip to content

Commit 3a81bac

Browse files
committed
Updated README
1 parent 08b35bd commit 3a81bac

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
binary-clock
2-
============
1+
Binary Clock
2+
============
3+
4+
This repo contains the source files for my self made binary clock. It uses a TI
5+
BQ32000 real-time clock chip for time keeping, a TI TLC5928 LED driver for the
6+
LEDs and an Atmel AtTiny24A microcontroller to control it. I plan on writing a
7+
blog post on my website with more details about it soon. I will add a link
8+
here as soon as I finish.
9+
10+
The pcb/ folder contains the schemtaic and board layout (made with EAGLE). The
11+
firmware and source code for the Atmel microcontroller can be found in the code/
12+
folder.
13+
14+
The v1 board layout contains some errors. The footprint for the LDO is wrong and
15+
connects +3V3 to GND. Also I forgot to add a decoupling capacitor for the RTC.
16+
You can work around this by isolating the big tab of the LDO from GND, the RTC
17+
functions without decoupling. Version 2 fixes those errors.

0 commit comments

Comments
 (0)