summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU868
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU868')
-rw-r--r--recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU86848
1 files changed, 48 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU868 b/recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU868
new file mode 100644
index 0000000..3c4e488
--- /dev/null
+++ b/recipes-connectivity/lora/lora-basic-station/mtcap2-station.conf.EU868
@@ -0,0 +1,48 @@
+{
+ "SX1301_conf": {
+ "lorawan_public": true,
+ "clksrc": 0,
+ "antenna_gain": 3,
+ "pps": true,
+ "device": "/dev/spidev0.0",
+ "chan_FSK": {"bandwidth": 125000, "datarate": 50000, "enable": true, "if": 300000, "radio": 0},
+ "chan_Lora_std": {"bandwidth": 250000, "enable": true, "if": -200000, "radio": 0, "spread_factor": 7},
+ "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": -400000, "radio": 1},
+ "chan_multiSF_4": {"enable": true, "if": -200000, "radio": 1},
+ "chan_multiSF_5": {"enable": true, "if": 0, "radio": 1},
+ "chan_multiSF_6": {"enable": true, "if": 200000, "radio": 1},
+ "chan_multiSF_7": {"enable": true, "if": 400000, "radio": 1},
+ "radio_0": {"enable": true, "freq": 923600000, "rssi_offset": -162, "tx_enable": true, "type": "SX1257"},
+ "radio_1": {"enable": true, "freq": 922600000, "rssi_offset": -162, "tx_enable": false, "type": "SX1257"},
+ "tx_gain_lut": [
+{"rf_power": 9, "pa_gain": 1, "mix_gain": 8, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 10, "pa_gain": 2, "mix_gain": 8, "dig_gain": 3, "dac_gain": 3},
+{"rf_power": 11, "pa_gain": 1, "mix_gain": 11, "dig_gain": 2, "dac_gain": 3},
+{"rf_power": 12, "pa_gain": 1, "mix_gain": 11, "dig_gain": 1, "dac_gain": 3},
+{"rf_power": 13, "pa_gain": 1, "mix_gain": 11, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 14, "pa_gain": 1, "mix_gain": 13, "dig_gain": 1, "dac_gain": 3},
+{"rf_power": 15, "pa_gain": 1, "mix_gain": 14, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 16, "pa_gain": 2, "mix_gain": 11, "dig_gain": 3, "dac_gain": 3},
+{"rf_power": 17, "pa_gain": 2, "mix_gain": 8, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 18, "pa_gain": 2, "mix_gain": 12, "dig_gain": 3, "dac_gain": 3},
+{"rf_power": 19, "pa_gain": 2, "mix_gain": 11, "dig_gain": 2, "dac_gain": 3},
+{"rf_power": 20, "pa_gain": 2, "mix_gain": 11, "dig_gain": 1, "dac_gain": 3},
+{"rf_power": 21, "pa_gain": 2, "mix_gain": 11, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 22, "pa_gain": 2, "mix_gain": 12, "dig_gain": 0, "dac_gain": 3},
+{"rf_power": 23, "pa_gain": 2, "mix_gain": 14, "dig_gain": 1, "dac_gain": 3},
+{"rf_power": 24, "pa_gain": 2, "mix_gain": 15, "dig_gain": 0, "dac_gain": 3}
+ ]
+ },
+ "station_conf": {
+ "routerid": "<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>",
+ "euiprefix": "::0",
+ "log_file": "stderr",
+ "log_level": "INFO",
+ "log_size": 100000,
+ "log_rotate": 3,
+ "TC_TIMEOUT": "2s"
+ }
+}