Skip to content

Commit

Permalink
Add r1 hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanDS committed Sep 30, 2018
1 parent ce11a0d commit 364d79f
Show file tree
Hide file tree
Showing 10 changed files with 7,185 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Taransay Energy Monitor
=======================

This is an electricity, gas, temperature and humidity monitor and base station. It's
a remix of the [emonTx](https://github.com/openenergymonitor/emontx3) and
[emonTH](https://github.com/openenergymonitor/emonth2) from
[OpenEnergyMonitor](http://openenergymonitor.com/). The intention is to use the
firmware from these projects with minimal changes, and the
[emoncms](https://github.com/emoncms) data logging infrastructure as-is.

As of writing, the hardware is being tested. This readme will be expanded once the
bugs have been ironed out.

Sean Leavey
https://github.com/SeanDS
14 changes: 14 additions & 0 deletions hardware/LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This declaration applies to the hardware design files within this directory and
its subdirectories.

(c) Copyright 2018, Sean Leavey

This work is licensed under the Creative Commons 4.0 International Public License.
https://creativecommons.org/licenses/by/4.0/legalcode

Reference designs are provided "as is" with "all faults". The author disclaims all
other warranties regarding this product including, but not limited to, any implied
warranties of merchantability or fitness for a particular purpose. The author
reserves the right to make changes to specifications and product descriptions, at
any time, without notice. The author shall have no responsibilities whatsoever for
conflicts or incompatabilities that arise from future changes.
15 changes: 15 additions & 0 deletions hardware/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Changes from emonTx V3.4 / emonTH V2.0
======================================

- Various component tweaks: different models, mainly
- Removed 3/4 current sensors
- Added Si7020/Si7021 temperature/humidity probe from emonTH V2
- Reused ADC4 and ADC5 for SDA/SCL I2C bus to communicate with Si7020
- Changed DS18B20 data pin from D5 to PC2 (ADC2) amd power pin from ADC5 to PC3 (ADC3)
- Removed ESP UART socket
- Explicitly implemented RFM69CW instead of (pin compatible) RFM12B
- Split pulse and temperature monitor ports into separate ports
- Made PD4 the pulse power pin
- Changed pulse and temperature sockets from RJ45 to Molex Nano-Fit
- Removed AC-AC input
- Removed USB socket
Loading

0 comments on commit 364d79f

Please sign in to comment.