-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added configuration of sensor data uplink payload via LoRaWAN (#40)
* Added configuration of sensor data uplink payload via LoRaWAN * New commands CMD_GET_APP_PAYLOAD_CFG/CMD_GET_APP_PAYLOAD_CFG * Modified default payload * Disabled uplink transmission of LoRaWAN node status flags * Battery status flags are no longer transmitted in uplink messages (see #28) * Modified handling of unavailable/invalid sensor values * Unavailable/invalid data is encoded with special values (see #28) * The uplink payload formatter skips unavailable/invalid values (configurable) * Sensor valid flags are no longer transmitted in uplink messages (see #28) * Created Configuration Helper with HTML and JavaScript * Updated to RadioLib v6.6.0 * Added 1-Wire temperature sensor function (#31) (#32)
- Loading branch information
1 parent
e7fb357
commit b721a3a
Showing
25 changed files
with
3,144 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.