LoRa Peripheral Config
Controls the LoRa peripheral module attached to the nRF52.
Both parameters are one‑shot — set them to true to trigger an
action; the device resets them after processing.
Key path: devcfg.loraperi
{ "devcfg": { "loraperi": { "dfu_start": false, "reset": false } }}dfu_start
Section titled “dfu_start”Set to true to force the LoRa peripheral (nRF52) into DFU mode for
a Nordic DFU update. The peripheral disconnects and reboots into its
bootloader.
Configuration variables
- Type: boolean
- Default:
false - One-shot: yes
{ "devcfg": { "loraperi": { "dfu_start": true } } }Set to true to reset the LoRa peripheral immediately.
Configuration variables
- Type: boolean
- Default:
false - One-shot: yes
{ "devcfg": { "loraperi": { "reset": true } } }Related
Section titled “Related”- LoRa Network Setup — LoRa auth, region, class configuration
- BLE Peripheral Config — similar nRF52 peripheral
- Firmware Config — DFU and provisioning