Firmware & Changelog
Firmware
Firmware application:
app-modbus-lora-bridge
This firmware enables remote reading of Modbus devices over LoRaWAN.
Firmware compatibility
Firmware updates may change the device configuration or payload format.
Before updating an existing installation, check the changelog and ensure that the backend parser is compatible with the selected firmware version.
Firmware Downloads
| Version | Release status | Download |
|---|---|---|
1.3.3 | Latest listed release | Download app-modbus-lora-bridge-1.3.3.hex |
1.2.2 | Previous release | Download app-modbus-lora-bridge-1.2.2.hex |
0.3.1 | Latest release with old LoRaWAN stack | Download app-modbus-lora-bridge-0.3.1.hex |
Changelog
The changelog format is based on Keep a Changelog, and the firmware versions follow Semantic Versioning.
Version 1.3.4 - 2022-01-26
Fixed
- Prevented a crash that could occur after failed LoRaWAN uplink attempts.
- Fixed the UART configuration used for logging so that it communicates correctly with the current version of the Lobaro Maintenance Tool.
Version 1.3.3 - 2021-04-01
Changed
- Added support for 32 kB SRAM on the board as an alternative to FRAM.
Version 1.3.2 - 2020-12-21
Fixed
- Fixed the initial time synchronization when the device operates in LoRaWAN Class C.
- Fixed the status message interval so that the message is sent once per day instead of every 15 minutes.
Version 1.3.0 - 2020-12-16
Potentially breaking changes
This firmware version may break integrations that use a custom or highly specific payload parser.
- An undocumented payload format was removed.
- The status message on LoRaWAN port
1is two bytes longer. - Compact payload formats
2and3were replaced by formats4and5.
Check and update the backend parser before installing this firmware.
Changed
- Replaced the broken compact payload formats
2and3with the new formats4and5. - Made daily status messages independent of the configured measurement schedule.
Added
- Added LED blinking patterns indicating success or failure during data readout and OTAA joining.
- Added the reboot reason and final-words fields to the status message.
- Added the
PowerDelayconfiguration parameter to control the warm-up time of sensors powered by the Bridge.
Fixed
- Increased the stack size available in Dialog Mode.