Skip to content

Commit 4f65041

Browse files
author
TrystanLea
committed
update readme
1 parent 62d53ff commit 4f65041

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

firmware/emonth2.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const char *firmware_version = {"4.1.0\n\r"};
7777
#define RFM69_JEELIB_NATIVE 2
7878
#define RFM69_LOW_POWER_LABS 3
7979

80-
#define RadioFormat RFM69_JEELIB_NATIVE
80+
#define RadioFormat RFM69_LOW_POWER_LABS
8181

8282
bool flash_led = false; // true = Flash LED after each sample (increases battery drain)
8383

readme.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,16 @@ The emonTH V2 is an open-source, wireless, battery powered temperature and humid
1010

1111
Data from the emonTH is transmitted via wireless RF (433MHz) to an emonPi / emonBase web-connected base-station for logging to Emoncms for data logging, processing and graphing.
1212

13-
1413
![emonTH V2](docs/img/emonth2.png)
1514

1615
## Documentation
1716

1817
- [Overview](https://docs.openenergymonitor.org/emonth2/overview.html)
1918
- [Installation](https://docs.openenergymonitor.org/emonth2/install.html)
19+
- [Firmware](https://docs.openenergymonitor.org/emonth2/firmware.html)
20+
- [Configuration](https://docs.openenergymonitor.org/emonth2/configuration.html)
2021
- [Technical](https://docs.openenergymonitor.org/emonth2/technical.html)
2122

22-
## Hardware
23-
24-
- Hardware schematic & CAD files are in the `hardware` folder of this repo
25-
26-
## Firmware
27-
28-
### Pre-compiled
29-
30-
Either upload pre-compiled firmware (from github releases) using our [emonUpload tool](https://github.com/openenergymonitor/emonupload) or compile and upload
31-
32-
### Compile & Upload
33-
34-
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.
35-
36-
### Compile & Upload Firmware Using PlatformIO
37-
38-
For a full guide and installing and using PlatformIO (including visual IDE) see ['Compiling' User Guide Section](https://guide.openenergymonitor.org/technical/compiling). Assuming platformIO is installed
39-
40-
```
41-
$ git clone https://github.com/openenergymonitor/emonth2
42-
$ cd emonth2
43-
$ pio run
44-
$ pio -t upload
45-
```
46-
4723
## Development
4824

4925
The emonTH 2.0 builds on the earlier emonTH v1.x: https://github.com/openenergymonitor/emonth.

0 commit comments

Comments
 (0)