fonorobert / arduino-thermostat

An Arduino based programmable thermostat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide for clock module: http://henrysbench.capnfatz.com/henrys-bench/arduino-sensors-and-input/arduino-tiny-rtc-d1307-tutorial/

TODO:

software only:

  • split default variables out to .h file
  • split functions out to .h file(s)
  • implement target setting for day and night from serial
  • implement day and night threshold setting from serial

move to physical controls:

  • implement clock setting from button
  • implement target setting for both day and night from button
  • implement day and night threshold setting from button
  • implement temperature measuring from physical sensor

About

An Arduino based programmable thermostat


Languages

Language:C++ 83.0%Language:Arduino 17.0%