Skip to content

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
}
}
}

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 } } }