LoRa_APRS_Tracker/data/tracker.json

41 lines
607 B
JSON
Raw Normal View History

2021-03-03 20:58:31 +00:00
{
2021-03-19 21:13:48 +00:00
"callsign":"NOCALL-7",
2021-03-05 14:01:07 +00:00
"debug": false,
"enhance_precision": true,
2021-03-06 22:51:49 +00:00
"beacon":
2021-03-03 20:58:31 +00:00
{
2021-04-19 20:34:04 +00:00
"message":"LoRa Tracker",
2021-03-06 22:51:49 +00:00
"timeout": 1,
"symbol": "[",
"overlay": "/"
2021-03-05 14:01:07 +00:00
},
"smart_beacon":
{
2021-03-19 21:13:48 +00:00
"active":true,
2021-03-06 22:51:49 +00:00
"turn_min":25,
2021-03-05 14:01:07 +00:00
"slow_rate":300,
"slow_speed":10,
"fast_rate":60,
"fast_speed":100,
"min_tx_dist":100,
"min_bcn":5
2021-03-03 20:58:31 +00:00
},
2021-03-06 22:51:49 +00:00
"lora":
2021-03-03 20:58:31 +00:00
{
"frequency_rx":433775000,
"frequency_tx":433775000,
2021-03-03 20:58:31 +00:00
"power":20,
"spreading_factor":12,
"signal_bandwidth":125000,
2021-03-03 20:58:31 +00:00
"coding_rate4":5
},
"ptt_output":
{
"active":false,
"io_pin": 4,
"start_delay": 0,
"end_delay": 0,
"reverse":false
2021-03-03 20:58:31 +00:00
}
}