Tag Archives: tinyRTC

Arduino RTClib explained

p1403360560_ds1307_small

One of the main functionalities of the clock will be… suprise surprise, keep track of time!

For this task we’ll interface with a DS1307 RTC using the RTClib. You can just include that library and forget how it works. But that’s not the way this blog works. Let’s dive a little deeper.

How arduino RTClib works

4 Comments

Filed under code

Arduino Clock wiring

ananoIcon

Before any soldering or programming happens at all, I’ll need to have a general idea of what connects where.

This post presents the schematic for the Secret Santa Clock and a quick explanation of each “module” of the system. Everything from a bird’s-eye perspective that is enough for you to reproduce it.

show me the schematics

3 Comments

Filed under DIY, electronic