I want to build a clock!

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
badbarky
 
Posts: 9
Joined: Sun Jul 09, 2017 7:37 pm

I want to build a clock!

Post by badbarky »

Hey folks. I’m new to tinkering with projects like this and get scared when I see things like ‘attach to gpio’ or ‘search github’. Anyways I have a 7 segment display #812 from adafruit, a couple of trinket m0s, a Gemma, circuit playground, and rpi zeros. What is the best way to get a clock running? I teach elementary technology and I want to have it as a desk clock. I’ll probably house it in some of the wooden boards my daughter has been breaking in taekwondo! Thanks in advance.

User avatar
adafruit_support_bill
 
Posts: 88142
Joined: Sat Feb 07, 2009 10:11 am

Re: I want to build a clock!

Post by adafruit_support_bill »

Driving that display directly requires a lot of GPIO pins. You can simplify things greatly by using one of these: https://www.adafruit.com/product/877
That lets you drive the display with the i2c bus which requires only 2 pins. There is also a library for it to make the coding simpler as well.

Here is a simple clock project based on that display and backpack. You can substitute the M0 Trinket for the Metro. The RTC module is optional. But you can expect quite a bit of drift using the internal clock on the Trinket (or just about any microcontroller for that matter).

https://learn.adafruit.com/metro-minima ... ck-circuit

Locked
Please be positive and constructive with your questions and comments.

Return to “Clock Kits (discontinued)”