mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-22 08:40:16 +01:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"callsign": "NOCALL-10",
|
|
"stationMode": 2,
|
|
"iGateComment": "LoRa_APRS_iGate",
|
|
"wifi": {
|
|
"AP": [
|
|
{ "ssid": "WIFI_1",
|
|
"password": "wifi_1_password",
|
|
"latitude": 0.0000000,
|
|
"longitude": 0.0000000
|
|
},
|
|
{ "ssid": "WIFI_2",
|
|
"password": "wifi_2_password",
|
|
"latitude": 0.0000000,
|
|
"longitude": 0.0000000
|
|
}
|
|
]
|
|
},
|
|
"digi": {
|
|
"comment": "LoRa_APRS_Digirepeater",
|
|
"latitude": 0.0000000,
|
|
"longitude": 0.0000000
|
|
},
|
|
"aprs_is": {
|
|
"passcode": "XYZWV",
|
|
"server": "soam.aprs2.net",
|
|
"port": 14580,
|
|
"reportingDistance": 30
|
|
},
|
|
"lora": {
|
|
"iGateFreq": 433775000,
|
|
"digirepeaterTxFreq": 433775000,
|
|
"digirepeaterRxFreq": 433900000,
|
|
"spreadingFactor": 12,
|
|
"signalBandwidth": 125000,
|
|
"codingRate4": 5,
|
|
"power": 20
|
|
},
|
|
"display": {
|
|
"alwaysOn": true,
|
|
"timeout": 4,
|
|
"turn180" : false
|
|
},
|
|
"syslog": {
|
|
"active": false,
|
|
"server": "192.168.0.100",
|
|
"port": 514
|
|
},
|
|
"bme": {
|
|
"active": false
|
|
},
|
|
"ota": {
|
|
"username":"",
|
|
"password": ""
|
|
},
|
|
"other": {
|
|
"beaconInterval": 15,
|
|
"rememberStationTime": 30,
|
|
"sendBatteryVoltage": false,
|
|
"externalVoltageMeasurement" : false,
|
|
"externalVoltagePin": 34
|
|
}
|
|
} |