summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder/global_conf.json.MTCAP2-LORA-1.5.EU868
blob: ee56dd47cd7c51bef6e1ada7c639b54f2bb348cb (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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
	 "SX1301_conf": {
		  "lorawan_public": true,
		  "clksrc": 0,
		  "lbt_cfg": {
				"enable": false,
				"rssi_target": 160,
				"nb_channel": 1,
				"start_freq": 869525000,
				"scan_time_us": 5000,
				"tx_delay_1ch_us": 4000000,
				"tx_delay_2ch_us": 4000000
		  },
		  "antenna_gain": 0,
		  "radio_0": { "enable": true, "type": "SX1257", "freq": 867500000, "rssi_offset": -162, "tx_enable": true, "tx_freq_min": 863000000, "tx_freq_max": 870000000 },
		  "radio_1": { "enable": true, "type": "SX1257", "freq": 868500000, "rssi_offset": -162, "tx_enable": false },
		  "chan_multiSF_0": { "enable": true, "radio": 1, "if": -400000 },
		  "chan_multiSF_1": { "enable": true, "radio": 1, "if": -200000 },
		  "chan_multiSF_2": { "enable": true, "radio": 1, "if": 0 },
		  "chan_multiSF_3": { "enable": true, "radio": 0, "if": -400000 },
		  "chan_multiSF_4": { "enable": true, "radio": 0, "if": -200000 },
		  "chan_multiSF_5": { "enable": true, "radio": 0, "if": 0 },
		  "chan_multiSF_6": { "enable": true,"radio": 0, "if": 200000 },
		  "chan_multiSF_7": { "enable": true, "radio": 0, "if": 400000 },
		  "chan_Lora_std": { "enable": true, "radio": 1, "if": -200000, "bandwidth": 250000, "spread_factor": 7 },
		  "chan_FSK": { "enable": true, "radio": 1,	"if": 300000, "bandwidth": 125000, "datarate": 50000 },
          "tx_lut_0":{"dig_gain":0,"mix_gain":12,"pa_gain":1,"rf_power":10},
          "tx_lut_1":{"dig_gain":3,"mix_gain":11,"pa_gain":2,"rf_power":11},
          "tx_lut_2":{"dig_gain":0,"mix_gain":14,"pa_gain":1,"rf_power":12},
          "tx_lut_3":{"dig_gain":0,"mix_gain":9,"pa_gain":2,"rf_power":13},
          "tx_lut_4":{"dig_gain":2,"mix_gain":11,"pa_gain":2,"rf_power":14},
          "tx_lut_5":{"dig_gain":3,"mix_gain":8,"pa_gain":3,"rf_power":15},
          "tx_lut_6":{"dig_gain":0,"mix_gain":11,"pa_gain":2,"rf_power":16},
          "tx_lut_7":{"dig_gain":3,"mix_gain":9,"pa_gain":3,"rf_power":17},
          "tx_lut_8":{"dig_gain":1,"mix_gain":8,"pa_gain":3,"rf_power":20},
          "tx_lut_9":{"dig_gain":0,"mix_gain":8,"pa_gain":3,"rf_power":21},
          "tx_lut_10":{"dig_gain":2,"mix_gain":10,"pa_gain":3,"rf_power":23},
          "tx_lut_11":{"dig_gain":1,"mix_gain":10,"pa_gain":3,"rf_power":24},
          "tx_lut_12":{"dig_gain":0,"mix_gain":10,"pa_gain":3,"rf_power":25},
          "tx_lut_13":{"dig_gain":2,"mix_gain":12,"pa_gain":3,"rf_power":26},
          "tx_lut_14":{"dig_gain":0,"mix_gain":13,"pa_gain":3,"rf_power":28},
          "tx_lut_15":{"dig_gain":0,"mix_gain":15,"pa_gain":3,"rf_power":29}
	 },
	 "gateway_conf": {
		  "gateway_ID": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>",
		  "server_address": "52.3.215.147",
		  "serv_port_up": 20000,
		  "serv_port_down": 20000,
		  "keepalive_interval": 10,
		  "stat_interval": 30,
		  "push_timeout_ms": 100,
		  "forward_crc_valid": true,
		  "forward_crc_error": true,
		  "forward_crc_disabled": false,
		  "synch_word": 52,
          "autoquit_threshold": 60
	 }
}