LoRa_APRS_iGate/data/igate_conf.json
2024-01-12 02:03:49 -03:00

65 lines
1.6 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": "XYZVW",
"server": "rotate.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,
"igateSendsLoRaBeacons": false,
"igateRepeatsLoRaPackets": false,
"rememberStationTime": 30,
"sendBatteryVoltage": false,
"externalVoltageMeasurement" : false,
"externalVoltagePin": 34
}
}