A Tiny Bubble Display Alarm Clock

For one reason or another, we’re starting to see a lot of projects featuring some old seven-segment HP bubble displays. Yes, those displays once relegated to ancient electronic calculators are making a comeback for reasons we can’t understand why, other than speculation that someone found a bunch of NOS displays. [Markus] picked up a few of these olde tymie displays and built a very nice bubble display alarm clock.

To keep things simple, [Markus] didn’t go the usual ATMega with RTC route. Instead, he’s using an MSP430, a 32kHz crystal, and a few buttons to construct this tiny alarm clock. It’s powered by a single AAA battery, and in a nice change of pace from fancy, professionally made boards, [Markus] built this on some perfboard with a little bit of enameled wire.

It’s a neat little clock, and with the speaker and most likely extreme battery life thanks to the MSP430, a wonderful portable, classic-looking alarm clock. Video of [Markus] manipulating the time below.

Continue reading “A Tiny Bubble Display Alarm Clock”

The 200 LED Ring Clock

There are LED clocks, and then there are LED clocks that can blind you from 30 paces. [Stiggalicious’s] LED ring clock is of the latter variety. 200 WS2812B/Neopixel RGB LEDs drive the ring clock to pupil searing levels. The clock runs on ATMega1284P, with timekeeping handled by an NXP PCF8563 real-time clock chip. Code is written in Arduino’s wiring language using Adafruit’s Neopixel library.

Building the clock with a single Printed Circuit Board (PCB) would be both expensive and wasteful. [Stiggalicious] cleverly designed his clock to be built with 8 copies of the same PCB. Each board makes up a 45° pie slice of the ring. All 8 PCBs have footprints for the CPU, clock chip, and other various discrete parts, but only the “master” section has these parts populated. 7 “slave” sections simply pass clock, data, power and ground through each LED. He used Seeedstudio’s board service to get 10 copies of his PCB made, just in case there were any mistakes.

[Stiggalicious] rolled the dice by buying exactly the 200 LEDs he needed. Either he got really lucky, or the WS2812 quality testing has improved, because only one LED had a dead blue LED.

If you’d like to find out more, [Stiggalicious] gives plenty of details in his Reddit thread. He doesn’t have a webpage setup for the clock but he’s uploaded his source code (pastebin link) and Altium schematic/PCB files (mega.nz link). We may be a bit biased, but hackaday.io would be a perfect spot for this or any other project!

Tic Tac Clock

tic-tac-clock

Here’s an excuse to eat a bunch of Tic Tac candies: once the container is empty it makes a nice little enclosure for your next project. This particular offering introduces a point-to-point clock project that’s a ton of fun.

[Danny Chouinard] did a lot with very little. You can get the gist of the circuit just by looking at the photos above. it uses a 3×5 Charlieplexed LED display (this is given away by the fact that there’s only a few resistors on the board. A bit difficult to see, but between the resistors and the ATtiny84 there is a clock crystal, and on the back is a little piezo buzzer. The one thing that isn’t completely obvious is the power source. Two AAAA batteries, salvaged from a 9V battery, are able to keep the unit running at an estimated 2 years of moderate use.

The video after the break is worth a look though. It shows the various characters and information that can be flashed on the LED matrix. At first it’s hard to tell that the single user input button is being pressed by [Danny’s] thumb.

If you don’t want to build a clock, there are still plenty of reasons to eat a whole container of these mints. You could replace them with a PIC programmer or a discreet camera.

Continue reading “Tic Tac Clock”

ATtiny84 Powered Minimalist LED Clock

LED Clock ATtiny84

We feature a lot of clock builds on HaD, and the reason is that they are cool. Even simple ones are cool. Not everyone can say they built a clock. [Chris] took a ride on the DIY Clock train and came up with this LED-based clock that is controlled by an ATtiny84 chip.

The clock has 24 LEDs total, 1 for each hour and 1 for every 5 minute increment. The 24 LEDs are arranged in 2 concentric rings. To display the hour, both LEDs at the same angle are lit up. To show the minutes, just the inner LED is lit. The main image above shows 6:40.

If you are familiar with the ATtiny84 you know that it only has 12 in/out pins, which is significantly less than the amount of LEDs that need controlling. [Chris] decided to use some 74HC595 shift registers to increase the IO pins on the ATtiny. The entire build is installed on a protoboard with quite a bit of point-to-point wiring. A simple tinted plastic case finishes the project and gives it a modern look.

[Chris] made the code for his clock available in case any readers are interested in making one.

LED Clock ATtiny84

Mechanical Clock Designed For A CNC Router Gets New Life Using A 3D Printer

[Madis Kaasik] designed a clock a while back using Solid Edge (3D CAD) — but never got a chance to build it — until he became an exchange student at a university in Norway with access to a big industrial 3D printer!

He had originally intended for it to be cut out using a CNC router or with a laser cutter, but when discovered he could use the university’s 3D printer he decided to give it a shot — it’s actually the very first thing he’s ever printed! The designs had to be modified a little bit for 3D printing, but now that it’s done he’s also uploaded them to Thingiverse for anyone to use.

It took quite a bit of fine tuning with the pendulum, weights, and gears to get it ticking properly, but what [Madis] enjoyed most about this project was the realization of just how vast the possibilities of 3D printing are — he’s excited to begin his next big 3D printing endeavor!

Continue reading “Mechanical Clock Designed For A CNC Router Gets New Life Using A 3D Printer”

Mechanical Clock Relies On Marbles To Tick

As fun as micro-controllers and RTCs are, sometimes it’s truly fascinating to see a completely mechanical clock. Using only gravity this Pendulum Marble Clock (German version) by [Turnvater Janosch] runs for 12 hours at a time and has an accuracy error of less than one second per day!

It works by raising a 2.5kg weight which sinks approximately 1 meter during that 12 hours. A series of steel ball bearings count the minutes, 5 minute increments, and hours. Every minute one ball is released on the track — when the track fills up, trap doors open releasing the balls to the next level. The first level is minutes, the second, 5 minutes, and the third, hours.

The entire thing is made out of wood, plastic gears, brass and steel wire, and an old flat iron (although we’re really not too sure what that’s used for…)

Continue reading “Mechanical Clock Relies On Marbles To Tick”

The Design And Fabrication Of A Digital Clock

boarddesign

This clock is the first thing that [Kevin] ever made, way back before the Arduinofication of making, and long before the open hardware community exploded, and before the advent of cheap, custom PCBs. It’s an elegant design, with six seven-segment displays, a time base derived from line frequency, controlled entirely by 74-series logic chips. There was only one problem with it: it kinda sucked. Every so often, noise would become a factor and the time would be displayed as 97:30. The project was thrown in the back of the closet, a few revisions were completed, and 13 years later, [Kevin] wanted to fix his first clock.

The redesign used the same 1Hz timebase to control the circuitry, but now the timebase is controlled by a DS3231 RTC with an ATtiny85. The bridge rectifier was thrown out in favor of a much simpler 7805 regulator, and a new board was designed and sent off to OSHPark. Oh, how times have changed.

With the new circuitry, [Kevin] decided to construct a new case. The beautiful Hammond-esque enclosure was replaced with the latest and greatest of DIY case material – laser cut acrylic. Before, [Kevin] would put a jumper on the 1Hz timebase derived from the line frequency to set the clock – a task that makes plugging a clock in exactly at midnight a much simpler solution. Now, the clock has buttons to set the hours and minutes. Much improved, but still an amazing look at how far DIY electronics have come in a little over a decade.