Skip to content

Network Configuration

The device connects to networks listed in the networkOrder array inside global.json, allocdata.json, or unallocdata.json. Each network is defined by a name (e.g. k1, b1, q1) and a type.

// Example from global.json
{
"data": {
"network": {
"networks": {
"k1": {
"type": "wifi",
"auth": { "ssid": "kiosk", "wpa2_password": "infrafon-2022" },
"checkPeriodSecs": 900
},
"b1": { "type": "ble" },
"q1": { "type": "bleperi", "state": "QB" }
},
"networkOrder": ["k1", "b1"]
}
}
}
TypeDescriptionPage
WiFiWPA2‑PSK, WPA3‑SAE, EAP‑TLS (enterprise)type: "wifi"
BLEBluetooth Low Energy (nRF53) or BLE peripheral (nRF52)type: "ble" or "bleperi"
LoRaLoRaWAN peripheral (nRF52)type: "loraperi"