LoRa_APRS_iGate/data/igate_conf.json
2024-01-11 23:22:58 -03:00

65 lines
1.6 KiB
JSON

{
"callsign": "CA2RXU-11",
"stationMode": 2,
"iGateComment": "LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "ssid": "Richon",
"password": "k4fPnmg5qnyf",
"latitude": -33.0337718,
"longitude": -71.5737141
},
{ "ssid": "Jimenita",
"password": "mg6wyMhqRnxk",
"latitude": -33.0312492,
"longitude": -71.5796215
}
]
},
"digi": {
"comment": "LoRa_APRS_Digirepeater",
"latitude": 0.0000000,
"longitude": 0.0000000
},
"aprs_is": {
"passcode": "23204",
"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,
"igateLoRaBeacon": true,
"igateRepeatsLoRaPackets": true,
"rememberStationTime": 30,
"sendBatteryVoltage": false,
"externalVoltageMeasurement" : false,
"externalVoltagePin": 34
}
}