forked from Lora-net/sx1302_hal
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathglobal_conf.json.sx1250.AU915_SB1
More file actions
126 lines (126 loc) · 3.37 KB
/
global_conf.json.sx1250.AU915_SB1
File metadata and controls
126 lines (126 loc) · 3.37 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"SX130x_conf": {
"spidev_path": "/dev/spidev0.0",
"lorawan_public": true,
"clksrc": 0,
"antenna_gain": 0,
"full_duplex": false,
"precision_timestamp": {
"enable": false,
"max_ts_metrics": 255,
"nb_symbols": 1
},
"radio_0": {
"enable": true,
"type": "SX1250",
"freq": 915600000,
"rssi_offset": -215.4,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": true,
"tx_freq_min": 915000000,
"tx_freq_max": 927600000,
"tx_gain_lut":[
{"rf_power": 12, "pa_gain": 1, "pwr_idx": 4},
{"rf_power": 13, "pa_gain": 1, "pwr_idx": 5},
{"rf_power": 14, "pa_gain": 1, "pwr_idx": 6},
{"rf_power": 15, "pa_gain": 1, "pwr_idx": 7},
{"rf_power": 16, "pa_gain": 1, "pwr_idx": 8},
{"rf_power": 17, "pa_gain": 1, "pwr_idx": 9},
{"rf_power": 18, "pa_gain": 1, "pwr_idx": 10},
{"rf_power": 19, "pa_gain": 1, "pwr_idx": 11},
{"rf_power": 20, "pa_gain": 1, "pwr_idx": 12},
{"rf_power": 21, "pa_gain": 1, "pwr_idx": 13},
{"rf_power": 22, "pa_gain": 1, "pwr_idx": 14},
{"rf_power": 23, "pa_gain": 1, "pwr_idx": 15},
{"rf_power": 24, "pa_gain": 1, "pwr_idx": 16},
{"rf_power": 25, "pa_gain": 1, "pwr_idx": 17},
{"rf_power": 26, "pa_gain": 1, "pwr_idx": 19},
{"rf_power": 27, "pa_gain": 1, "pwr_idx": 20}
]
},
"radio_1": {
"enable": true,
"type": "SX1250",
"freq": 916300000,
"rssi_offset": -215.4,
"rssi_tcomp": {"coeff_a": 0, "coeff_b": 0, "coeff_c": 20.41, "coeff_d": 2162.56, "coeff_e": 0},
"tx_enable": false
},
"chan_multiSF_0": {
/* Channel 0 - 915.2 Mhz */
"enable": true,
"radio": 0,
"if": -400000
},
"chan_multiSF_1": {
/* Channel 1 - 915.4 Mhz */
"enable": true,
"radio": 0,
"if": -200000
},
"chan_multiSF_2": {
/* Channel 2 - 915.6 Mhz */
"enable": true,
"radio": 0,
"if": 0
},
"chan_multiSF_3": {
/* Channel 3 - 915.8 Mhz */
"enable": true,
"radio": 0,
"if": 200000
},
"chan_multiSF_4": {
/* Channel 4 - 916.0 Mhz */
"enable": true,
"radio": 1,
"if": -300000
},
"chan_multiSF_5": {
/* Channel 5 - 916.2 Mhz */
"enable": true,
"radio": 1,
"if": -100000
},
"chan_multiSF_6": {
/* Channel 6 - 916.4 Mhz */
"enable": true,
"radio": 1,
"if": 100000
},
"chan_multiSF_7": {
/* Channel 7 - 916.6 Mhz */
"enable": true,
"radio": 1,
"if": 300000
},
"chan_Lora_std": {
/* Channel 64 'fat channel' - 915.9 Mhz */
"enable": true,
"radio": 0,
"if": 300000,
"bandwidth": 500000,
"spread_factor": 8
},
"chan_FSK": {
"enable": false,
"radio": 0,
"if": 300000,
"bandwidth": 250000,
"datarate": 100000
}
},
"gateway_conf": {
"gps_i2c_path": "/dev/i2c-1",
"gateway_ID": "AA555A0000000000",
"server_address": "localhost",
"serv_port_up": 1680,
"serv_port_down": 1680,
"keepalive_interval": 10,
"stat_interval": 30,
"push_timeout_ms": 100,
"forward_crc_valid": true,
"forward_crc_error": false,
"forward_crc_disabled": false
}
}