LoRa_APRS_iGate/data/igate_conf.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2023-03-26 14:12:27 +02:00
{
2023-10-06 16:13:53 +02:00
"callsign": "NOCALL-10",
"stationMode": 2,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
2023-10-08 15:17:59 +02:00
{ "ssid": "WIFI_1",
"password": "wifi_1_password",
"latitude": 0.0000000,
"longitude": 0.0000000
2023-10-06 16:11:39 +02:00
},
2023-10-08 15:17:59 +02:00
{ "ssid": "WIFI_2",
"password": "wifi_2_password",
"latitude": 0.0000000,
"longitude": 0.0000000
2023-07-31 05:53:59 +02:00
}
2023-08-31 04:36:47 +02:00
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
2023-10-08 15:17:59 +02:00
"latitude": 0.0000000,
"longitude": 0.0000000
2023-08-31 04:36:47 +02:00
},
"aprs_is": {
2023-10-06 16:13:53 +02:00
"passcode": "XYZWV",
2023-08-31 04:36:47 +02:00
"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": {
2023-09-21 02:28:17 +02:00
"username":"",
"password": ""
2023-08-31 04:36:47 +02:00
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30,
2023-09-20 16:25:27 +02:00
"sendBatteryVoltage": false,
2023-09-21 02:28:17 +02:00
"externalVoltageMeasurement" : false,
"externalVoltagePin": 34
2023-08-31 04:36:47 +02:00
}
2023-06-04 16:10:39 +02:00
}