LoRa_APRS_Tracker111/data/tracker_conf.json

121 lines
2.1 KiB
JSON

{
"beacons": [
{
"callsign": "NOCALL-7",
"gpsEcoMode": false,
"symbol": "[",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 0
},
{
"callsign": "NOCALL-7",
"gpsEcoMode": false,
"symbol": ">",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 2
},
{
"callsign": "NOCALL-7",
"gpsEcoMode": false,
"symbol": "b",
"overlay": "/",
"micE": "",
"comment": "",
"smartBeaconActive": true,
"smartBeaconSetting": 1
}
],
"display": {
"showSymbol": true,
"ecoMode": false,
"timeout": 4,
"turn180" : false
},
"battery": {
"sendVoltage": false,
"voltageAsTelemetry": true,
"sendVoltageAlways": false,
"monitorVoltage": false,
"sleepVoltage": 2.9
},
"other": {
"simplifiedTrackerMode": false,
"sendCommentAfterXBeacons": 10,
"path": "WIDE1-1",
"nonSmartBeaconRate": 15,
"rememberStationTime": 30,
"standingUpdateTime": 15,
"sendAltitude": true,
"disableGPS": false
},
"winlink": {
"password": "ABCDEF"
},
"wxsensor": {
"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
}
],
"bluetooth": {
"type": 1,
"active": false
},
"pttTrigger": {
"active": false,
"io_pin": 4,
"preDelay": 0,
"postDelay": 0,
"reverse": false
},
"wifiAP": {
"active": false,
"password": "1234567890"
}
}