summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-basic-station-sx1303/mtcap3-station.conf.U00
blob: a97fdc017c42db26582fab7a69e0479c9366c6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "SX1301_conf": {
    "chan_FSK": {"bandwidth": 125000,"datarate": 50000,"enable": false,"if": 300000,"radio": 0},
    "chan_Lora_std": {"bandwidth": 500000,"enable": true,"if": 300000,"radio": 0,"spread_factor": 8},
    "chan_multiSF_0": {"enable": true,"if": -400000,"radio": 0},
    "chan_multiSF_1": {"enable": true,"if": -200000,"radio": 0},
    "chan_multiSF_2": {"enable": true,"if": 0,"radio": 0},
    "chan_multiSF_3": {"enable": true,"if": 200000,"radio": 0},
    "chan_multiSF_4": {"enable": true,"if": -400000,"radio": 1},
    "chan_multiSF_5": {"enable": true,"if": -200000,"radio": 1},
    "chan_multiSF_6": {"enable": true,"if": 0,"radio": 1},
    "chan_multiSF_7": {"enable": true,"if": 200000,"radio": 1},
    "clksrc": 0,
    "device": "/dev/spidev0.0",
    "lorawan_public": true,
    "pps": true,
    "radio_0": {"enable": true,"freq": 902700000,"rssi_offset": -214.5,"tx_enable": true,"type": "SX1250"},
    "radio_1": {"enable": true,"freq": 903500000,"rssi_offset": -214.5,"tx_enable": false,"type": "SX1250"},
    "tx_gain_lut":[
		{"rf_power": 11, "pa_gain": 0, "pwr_idx": 14},
		{"rf_power": 12, "pa_gain": 0, "pwr_idx": 15},
		{"rf_power": 13, "pa_gain": 0, "pwr_idx": 16},
		{"rf_power": 15, "pa_gain": 0, "pwr_idx": 17},
		{"rf_power": 16, "pa_gain": 0, "pwr_idx": 18},
		{"rf_power": 17, "pa_gain": 0, "pwr_idx": 19},
		{"rf_power": 18, "pa_gain": 0, "pwr_idx": 20},
		{"rf_power": 19, "pa_gain": 1, "pwr_idx": 3},
		{"rf_power": 20, "pa_gain": 1, "pwr_idx": 4},
		{"rf_power": 21, "pa_gain": 1, "pwr_idx": 5},
		{"rf_power": 22, "pa_gain": 1, "pwr_idx": 6},
		{"rf_power": 23, "pa_gain": 1, "pwr_idx": 7},
		{"rf_power": 24, "pa_gain": 1, "pwr_idx": 8},
		{"rf_power": 25, "pa_gain": 1, "pwr_idx": 10},
		{"rf_power": 26, "pa_gain": 1, "pwr_idx": 12},
		{"rf_power": 27, "pa_gain": 1, "pwr_idx": 15}
	]
  },
  "station_conf": {
    "TC_TIMEOUT": "2s",
    "euiprefix": "::0",
    "log_file": "stderr",
    "log_level": "INFO",
    "log_rotate": 3,
    "log_size": 100000,
    "routerid": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>"
  }
}