Go to file
Glyn Hudson b956573ecc skip cleanup for deploy 2016-11-16 21:01:43 +00:00
datasheets add datasheets 2016-09-20 22:27:41 +01:00
docs battery capacity is 2xAA because of boost converter 2016-10-04 18:32:15 +01:00
firmware RF Serial Config Feature/serialconfig (#1) 2016-11-15 21:04:32 +00:00
hardware add fab file 2016-11-14 22:15:35 +00:00
sensor correct energy consumed per day calcs 2016-11-13 13:25:31 +01:00
.gitignore update 2016-09-24 19:26:30 +01:00
.travis.yml skip cleanup for deploy 2016-11-16 21:01:43 +00:00
LICENSE Initial commit 2016-09-24 12:27:33 +01:00
readme.md Update readme.md 2016-10-28 02:58:58 +01:00

readme.md

emonTH V2.0

Build Status

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.

Open-Hardware

  • Hardware schematic & CAD files are in the hardware folder of thisw repo
  • See emonTH V1 Technical Wiki for more hardware design notes.

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.