Skip to content

Small low cost desk clock with Arduino to display time and temperature.

Notifications You must be signed in to change notification settings

seryafarma/KaramelTraktatie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

KaramelTraktatie

Small low cost desk clock with Arduino to display time and temperature.

Introduction

This digital clock project is developed using TinyRTC module with added one wire temperature sensor. It is kind of complex however by using ready made modules bought in Ebay and also software libraries from other people, things get easier.

Note: This hobby project was developed a while ago in 2015 when the summer was very hot, while biking home I really wanted to know what the temperature in my room is. The code has been quite stable since then so not much updates.

Libraries needed:

LedControl by Wayoda:

OneWire

OneWire, maintained by Paul Stoffregen (website)

DS1307 (Obsolete)

Updated by bricofoy from Arduino Forums

How to setup the time (via Serial Port)

Easy way

Use the time_updater.py script (don't forget to install pyserial first in your laptop).

Manual way

You can send manually serial bytes like what is shown in the code. Make sure it is 19 bytes.

// SET_YYMMDDdd_hhmmss
// SET_16030201_123001 (19 bytes)

About

Small low cost desk clock with Arduino to display time and temperature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published