Minimalistic Led Clock

by Laurens-Wuyts in Circuits > Clocks

12293 Views, 165 Favorites, 0 Comments

Minimalistic Led Clock

clock.jpg

In this instructables, I will show you how to make a simple/minimalistic led clock.

The clock shows 3 dots.
One from the seconds (blue), one for the minutes (yellow) and one for the hours (red).

Let's get started!

Parts

IMG_20160323_120144.jpg
60 pix ring.jpg
24 pix ring.jpg
arduino nano.jpg
rtc.jpg

For this clock, you'll need several parts. These are:

Schematic

Clock.png
IMG_20160323_120026(2).jpg
IMG_20160323_120343.jpg
IMG_20160323_120339.jpg

This project has pretty simple wiring.

First you connect both rings after each other.

Then you connect the input of the rings to pin D9 on the arduino.

After that, you can connect the RTC to the arduino on pins A4, A5 and D2.

Clock Overlay

clock.jpg
IMG_20160323_103304(2).jpg
IMG_20160323_111017(2).jpg
IMG_20160323_112210(2).jpg
IMG_20160323_112542(2).jpg

I made a pretty basic layout, which fits the led rings.

I printed it on heavy paper, so the leds aren't that bright.

After you printed it, just cut out the circles and its ready to use.

Downloads

Code

code.jpg

In the code, I used 2 libraries.

The first one is the adafruit Neopixel library

And the second one is the RTClib

To set the time, connect the arduino to the computer and open clock.exe in clock.rar.
It will show all com ports available and ask you which port you want to use. Just type "COM0" where 0 is the number you want. The script should automatically update the time of the RTC using the time off your computer.

Downloads

Resume

clock.jpg

That's it, now you have a simple led clock.

I hope you liked it and you are able to recreate it yourself.