mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-17 10:44:47 +01:00
40 lines
754 B
JSON
40 lines
754 B
JSON
{
|
|
"callsign": "CD2RXU-11",
|
|
"wifi": {
|
|
"active": true,
|
|
"AP": [
|
|
{ "SSID": "Richon", "password": "k4fPnmg5qnyf"}
|
|
]
|
|
},
|
|
"beacon": {
|
|
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
|
|
"positions": [
|
|
{ "latitude": -33.0337121, "longitude": -71.5738217}
|
|
],
|
|
"timeout": 15
|
|
},
|
|
"aprs_is": {
|
|
"active": true,
|
|
"passcode": "23201",
|
|
"server": "radioaficion.pro",
|
|
"port": 14580
|
|
},
|
|
"lora": {
|
|
"frequency_rx": 433775000,
|
|
"gain_rx": 0,
|
|
"frequency_tx": 433775000,
|
|
"power": 20,
|
|
"spreading_factor": 12,
|
|
"signal_bandwidth": 125000,
|
|
"coding_rate4": 5,
|
|
"tx_enable": false
|
|
},
|
|
"display": {
|
|
"always_on": true,
|
|
"timeout": 10,
|
|
"overwrite_pin": 0,
|
|
"turn180": true
|
|
},
|
|
"ntp_server": "pool.ntp.org"
|
|
}
|