Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iRGBit committed Jul 27, 2019
1 parent b9655c6 commit 7aa5547
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions Papawai/readme.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
***************************************************************************************
** **
** Papawai Stream, Pukeahu/Mt Cook, Whanganui-a-Tara/Wellington, Aotearoa/New Zealand **
** **
***************************************************************************************
## Papawai Transmissions ##
Moturoa Transmissions was developed around the daylighted parts of Papawai Strean, a contributary of Waitangi Stream in Pōneke/ Wellington.

### EC ###
```
#define node_name "Papawai-EC"
#define ecTopic "papawai/ec"
#define spikeTopic "papawai/spike"
```
DIY Electric Conductivity Probe measures conductivity every 10 seconds. If the value over the running average differs by 33 the probe sends an additional spike message to indicate a sudden change in water conductivity.

### REC ###
```
#define node_name "papawai/networkSD"
```
Rec-Node with micro-SD card shield is subscribed to all and records every data point to a .csv spreadsheet.

### Water Temperature ###

```
#define node_name "Papawai_watertemp"
#define wTopic "papawai/watertemp"
```
Measuring Interval: 25 seconds
moturoa/watertemp 30.0

### DHT11 ###
publish: none
subscribe: none

every 60 seconds - humidity float e.g. 37.0
then every 60 seconds - airtemp float e.g 25.0

0 comments on commit 7aa5547

Please sign in to comment.