Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimBS authored Feb 19, 2018
1 parent 2994719 commit b73ba89
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
```

0 comments on commit b73ba89

Please sign in to comment.