Small low cost desk clock with Arduino to display time and temperature.
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.
OneWire, maintained by Paul Stoffregen (website)
Updated by bricofoy from Arduino Forums
Use the time_updater.py
script (don't forget to install pyserial first in your laptop).
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)