Binary Pcb Watch

About the project

A PCB Watch That Tells 24 Hour Time In Binary!

Project info

Difficulty: Difficult

Platforms: Arduino

Estimated time: 5 hours

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

Coin Cell Socket Coin Cell Socket Any will work x 1
32.768kHz Clock Crystal 32.768kHz Clock Crystal For the RTC x 1
100 Ohm Resistor 100 Ohm Resistor For LED's protection x 4
4.7K Resistor 4.7K Resistor For pull up on RST pin x 1
0603 LED's 0603 LED's LED's (Any colour, or any size would work) x 13
TS2515A TS2515A Button (Any button you like would work) x 3
DS1302 DS1302 The Time Keeper x 1
ATMEGA328PB ATMEGA328PB The Brains x 1

View all

Software apps and online services

EasyEDA EasyEDA PCB design software used (Any will work)
Arduino Arduino For uploading the firmware

Hand tools and fabrication machines

Soldering Iron Soldering Iron x 1

Story

If you would like to purchase on instead of building your own, we sell them on Tindie - https://www.tindie.com/products/29934/


Powered by a CR2032 coin cell battery, this watch tells the time in the best way possible*, Binary! Press the button on the front, and it will display the time for ten seconds before putting the ATMEGA328 back into deep sleep. Time is kept using an RTC, which can theoretically last for years on a single coin cell. (the LEDS are the biggest drain.) I was inspired to make these after seeing some other binary watches, and this is my take on it! Thanks for stopping by! *If you are a big geek like the best of us :P




Details

The Binary Watch is actually a fairly simple project to make. The main idea is for the whole thing to be powered by a coin cell, which keeps a RTC ( real time clock ) chip running and keeping time. When the wake pin is connected by the button, the ATMEGA328PB wakes up, reads the current time from the RTC, and displays the time in Binary using the LED's. After ten seconds of no button presses or time changes, the ATMEGA goes back to sleep to save power, and the LED's turn off. There are two buttons on the back, one for hour and one for minutes, and if a press is detected, the RTC will add a minute or hour according to the button. 

The PCB Layout is fairly simple as well, and can be modified however you like. :)

If you would like to make this project, I have included all of Gerber, Pick and Place, BOM, Code, and Schematic files for you. The only tricky part is uploading the code, which is done over ISP using another Arduino. Since that is a project in of itself, I won't go in depth. There is however, a few instructions for uploading in the code file, and other resources are readily available. 

If you choose to use the ATMEGA328PB (Specifically the PB Version) I would recommend using this board library for Arduino. https://github.com/watterott/ATmega328PB-Testing 

Here is the pinout for the ISP Pins at the top of the board. Remember to use 3.3 volts if possible. 

I ordered the PCB's from JLCPCB, which is where I get all my PCB's. Great service, easy, and fairly quick. 

if you need any help or have any questions, feel free to ask! Thanks! 


Schematics, diagrams and documents

Schematic

CAD, enclosures and custom parts

Gerber Files

Go to download

Bill Of Materials

Gerber Files

Go to download

Pick And Place

Code

Firmware

Credits

Leave your feedback...