You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff 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
+
1
12
## v0.5 (2018-07-05)
2
13
* increases delay between hpm samples
3
14
* PR #64 converts namespace-based sensor drivers into classes
0 commit comments