diff --git a/README.md b/README.md index 40843f9..481d380 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ + # Low Power Thermostat [![Build Status](https://travis-ci.org/joaquimBS/LowPowerThermostat.svg?branch=master)](https://travis-ci.org/joaquimBS/LowPowerThermostat) Here are the code and schematics of a IoT enabled, low power Thermostat, based on a [Moteino](https://lowpowerlab.com/guide/moteino/) board. It has a build-in 868MHz radio to transmit information to a base station and, therefore, push data the cloud. The thermostat itself works just as a switch to the heater control line; no AC supply is needed. -Key features: +## Key features: - Current temperature set point and ON/OFF modes are configurable through an Android app. :-) - Low power (idle current of ~25uA). No AC supply needed. Can run for months with 3xAAA, LiPo, etc. - OLED screen as a HID. @@ -14,10 +15,22 @@ Key features: - Temperature set point with ~~a configurable~~ 1ÂșC hysteresis. - IoT enabled through another Arduino based device connected to the Internet. -Links: +## Links: - https://thingspeak.com/channels/400806/ -TODO: +## TODO - Connect the Thermostat directly to the Internet, keeping a low power profile. - Add an RTC in order to program the Thermostat based on week days, day time, etc. +## Changelog + +### v1.0 +- First stable version. +- Android app connection is working. +- Issue. 250ms delay after temperature sampling to avoid incoherent readings. +``` +Program: 23292 bytes (71.1% Full) +(.text + .data + .bootloader) +Data: 896 bytes (43.8% Full) +(.data + .bss + .noinit) +```