LoRa_APRS_Tracker111/data/tracker_config.json

109 lines
2.0 KiB
JSON

{
"beacons": [
{
"callsign": "CA2RXU-6",
"gpsEcoMode": false,
"symbol": "[",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 0
},
{
"callsign": "CA2RXU-6",
"gpsEcoMode": false,
"symbol": ">",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 2
},
{
"callsign": "CA2RXU-6",
"gpsEcoMode": false,
"symbol": "b",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 1
}
],
"display": {
"showSymbol": true,
"ecoMode": false,
"timeout": 4,
"turn180" : false
},
"other": {
"simplifiedTrackerMode": false,
"sendCommentAfterXBeacons": 10,
"path": "WIDE1-1",
"nonSmartBeaconRate": 15,
"rememberStationTime": 30,
"maxDistanceToTracker": 30,
"standingUpdateTime": 15,
"sendAltitude": true,
"sendBatteryInfo": false,
"bluetoothType": 1,
"bluetoothActive": true,
"disableGPS": false
},
"winlink": {
"password": "ABCDEF"
},
"bme": {
"active": false,
"temperatureCorrection": 0.0,
"sendTelemetry": false
},
"notification": {
"ledTx": false,
"ledTxPin": 13,
"ledMessage": false,
"ledMessagePin": 2,
"ledFlashlight": false,
"ledFlashlightPin": 14,
"buzzerActive": false,
"buzzerPinTone": 33,
"buzzerPinVcc": 25,
"bootUpBeep": false,
"txBeep": false,
"messageRxBeep": false,
"stationBeep": false,
"lowBatteryBeep": false,
"shutDownBeep": false
},
"lora": [
{
"frequency": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
{
"frequency": 434855000,
"spreadingFactor": 9,
"signalBandwidth": 125000,
"codingRate4": 7,
"power": 20
},
{
"frequency": 439912500,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
}
],
"pttTrigger": {
"active": false,
"io_pin": 4,
"preDelay": 0,
"postDelay": 0,
"reverse": false
}
}