qron0b is a minimalist and low-power digital binary wristwatch. It uses an Attiny24A/44A/84A as it’s MCU, uses the DS1302 as it’s RTC and displays the time in BCD (binary coded decimal) format with it’s integrated 4x4 LED matrix driven by an 74HC595 shift register. It’s powered by a single CR2032 coin cell battery. It’s designed to use minimal power and can run without a battery change for months.
The Product
Features
qron0b’s default firmware is very minimalistic and thus only contains two basic features: reading time and setting time. The watch is in the sleep state by default with the CPU in power-down mode and the display off. When the onboard button is clicked, the CPU is wakes up from sleep and displays the current time in th…
qron0b is a minimalist and low-power digital binary wristwatch. It uses an Attiny24A/44A/84A as it’s MCU, uses the DS1302 as it’s RTC and displays the time in BCD (binary coded decimal) format with it’s integrated 4x4 LED matrix driven by an 74HC595 shift register. It’s powered by a single CR2032 coin cell battery. It’s designed to use minimal power and can run without a battery change for months.
The Product
Features
qron0b’s default firmware is very minimalistic and thus only contains two basic features: reading time and setting time. The watch is in the sleep state by default with the CPU in power-down mode and the display off. When the onboard button is clicked, the CPU is wakes up from sleep and displays the current time in the LED matrix for 10 seconds. The time can be set while the watch is awake by long pressing the onboard button. Both features are explained in detail under the next two headings.
Reading Time
The time is displayed in BCD (binary coded decimal) format on qron0b’s 4x4 LED matrix in columns (HH:MM), with the LSB (least-significant bir) being the bottom-most LED. Meaning for each column; the bottom-most LED represents 1, the one above represents 2, two above represents 4 and the top-most LED represents 8. All LEDs being off in a column represents 0. The first column is the tens digit of hour, the second column is the ones digit of hour, third column is the tens digit of minute and the fourth column is the ones digit of minute.
Below is a visual explanation and a few examples to help explain it better:
Setting Time
The time can be set while the watch is awake by long pressing the onboard button. The whole LED matrix will flash for ~0.5 seconds to indicate entering edit mode. After the watch enters edit mode, the first column (tens digit of hour) will start flashing (it may not flash if it’s 0). Press the button once to increment the current column/digits value (it will wrap automatically, eg. between 0-2 for tens digit of hour or 0-5 for the tens digit of minute). After setting the current digit to the desired value, long press the button to move on to the next digit (the next column will start flashing). Long pressing on the last digit/column (the ones column of minute) will save the newly set time to the RTC and exit edit mode.
PCB Design
The qron0b PCB is designed in the free and open source EDA software, KiCAD.
Mechanical Design
The mechanical parts of qron0b (the watch casing) is designed in the free and open source CAD software, FreeCAD. The watch case is designed in 2 parts: the bottom base and the top "glass". They connect together via a simple clip system. The bottom base casing accepts 22mm GT2/GT3 style watch straps.