Skip to content

Commit 33ce8d1

Browse files
authored
Update CHANGELOG.md
1 parent dd4b276 commit 33ce8d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.1 (2019-09-11)
2+
* establishes baseline functionality for LoRa based wireless collection with new routerless protocol and arduino-LoRa in lieu of RadioHead
3+
* routes are now managed by the collector which controls the full request-response cycle for data
4+
* time is now set via the protocol instead of manually by the user. Time originates from the collector via NTP
5+
* ID for sensor nodes is now extracted from the lsb of the upper part of the Si7012 serial number. Optionally, the node ID can still be set in SD config
6+
* SD config and Adalogger no longer required. (Assumes default network configuration and node ID from sensor serial #)
7+
* Introduces dynamic TX power selection based on RSSI and SNR
8+
9+
## v1.0 (2019)
10+
* establishes baseline SD card based data acquisition used for experimental calibration runs.
11+
112
## v0.5 (2018-07-05)
213
* increases delay between hpm samples
314
* PR #64 converts namespace-based sensor drivers into classes

0 commit comments

Comments
 (0)