Go to file
Glyn Hudson 98ec91b7a3 update 2016-09-24 19:26:30 +01:00
datasheets add datasheets 2016-09-20 22:27:41 +01:00
hardware crop brd fix bom 2016-09-24 17:10:20 +01:00
lib update 2016-09-24 19:26:30 +01:00
si7021_eval add hardware 2016-09-24 12:25:04 +01:00
src update 2016-09-24 19:26:30 +01:00
test add unit test 1st draft 2016-09-21 18:10:10 +01:00
.gitignore update 2016-09-24 19:26:30 +01:00
.travis.yml add unit test 1st draft 2016-09-21 18:10:10 +01:00
LICENSE Initial commit 2016-09-24 12:27:33 +01:00
platformio.ini update 2016-09-24 19:26:30 +01:00
readme.md update readme 2016-09-24 12:36:18 +01:00

readme.md

emonTH V2.0

Low power wireless temperature and humidity node

V2.0 hardware revision adds support for SI7021 temperature and humidity. This sensor brings performance and power savings over the DHT22, see sensor_test folder of this repo for sensor evaluation and comparison.

Firmware

PlatformIO is recommended as the easiest way to compile and upload Arduino compatible firmware for emonTH. One of the big advantages of using PlatformIO is all libraries can be automatically downloaded. Arduino IDE can also be used but libraries must be manually installed.

Compile & Upload Firmware Using PlatformIO

For a full guide and installing and using PlatformIO (including visual IDE) see 'Compiling' User Guide Section. Assuming platformIO is installed

$ git clone https://github.com/openenergymonitor/emonth2
$ cd emonth2
$ pio run
$ pio -t upload

Hardware

emonTH hardware is fully open-source. See hardware folder of this repo for Gerbers, Eagle CAD design, BOM & port map.