From 7508d1552354a582db341669d5a7f8b6191afc3c Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Tue, 23 May 2023 13:12:39 -0500 Subject: Bug Fix EU868 conf --- .../global_conf.json.MTAC_003_0_0.EU868 | 30 ++++++++++++---------- .../global_conf.json.MTAC_003_0_0.RU864 | 20 +++++++-------- 2 files changed, 26 insertions(+), 24 deletions(-) (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 index 220c56f..3ccef94 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 @@ -7,20 +7,21 @@ "bandwidth" : 125000, "datarate" : 50000, "enable" : false, - "if" : 0, + "freq_deviation" : 25000, + "if" : 300000, "radio" : 0 }, "chan_Lora_std" : { - "bandwidth" : 500000, + "bandwidth" : 250000, "enable" : true, - "if" : 300000, + "if" : -200000, "implicit_coderate" : 1, "implicit_crc_en" : false, "implicit_hdr" : false, "implicit_payload_length" : 17, "radio" : 0, - "spread_factor" : 8 + "spread_factor" : 7 }, "chan_multiSF_0" : { @@ -43,31 +44,31 @@ "chan_multiSF_3" : { "enable" : true, - "if" : 200000, - "radio" : 0 + "if" : -400000, + "radio" : 1 }, "chan_multiSF_4" : { "enable" : true, - "if" : -400000, + "if" : -200000, "radio" : 1 }, "chan_multiSF_5" : { "enable" : true, - "if" : -200000, + "if" : 0, "radio" : 1 }, "chan_multiSF_6" : { "enable" : true, - "if" : 0, + "if" : 200000, "radio" : 1 }, "chan_multiSF_7" : { "enable" : true, - "if" : 200000, + "if" : 400000, "radio" : 1 }, "chan_multiSF_All" : @@ -96,7 +97,7 @@ "radio_0" : { "enable" : true, - "freq" : 902700000, + "freq" : 868500000, "rssi_offset" : -215, "rssi_tcomp" : { @@ -107,8 +108,8 @@ "coeff_e" : 0 }, "tx_enable" : true, - "tx_freq_max" : 928000000, - "tx_freq_min" : 902000000, + "tx_freq_max" : 870000000, + "tx_freq_min" : 863000000, "tx_gain_lut" : [ { @@ -192,12 +193,13 @@ "rf_power" : 27 } ], + "tx_notch_freq" : 129000, "type" : "SX1250" }, "radio_1" : { "enable" : true, - "freq" : 903500000, + "freq" : 867500000, "rssi_offset" : -215, "rssi_tcomp" : { diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.RU864 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.RU864 index de72baa..9a99075 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.RU864 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.RU864 @@ -14,8 +14,8 @@ "chan_Lora_std" : { "bandwidth" : 250000, - "enable" : false, - "if" : 300000, + "enable" : true, + "if" : -200000, "implicit_coderate" : 1, "implicit_crc_en" : false, "implicit_hdr" : false, @@ -26,19 +26,19 @@ "chan_multiSF_0" : { "enable" : true, - "if" : -137500, + "if" : -400000, "radio" : 0 }, "chan_multiSF_1" : { "enable" : true, - "if" : 202500, + "if" : -200000, "radio" : 0 }, "chan_multiSF_2" : { "enable" : true, - "if" : 32500, + "if" : 0, "radio" : 0 }, "chan_multiSF_3" : @@ -69,7 +69,7 @@ { "enable" : true, "if" : 400000, - "radio" : 1 + "radio" : 0 }, "chan_multiSF_All" : { @@ -97,7 +97,7 @@ "radio_0" : { "enable" : true, - "freq" : 865200000, + "freq" : 869100000, "rssi_offset" : -215, "rssi_tcomp" : { @@ -108,8 +108,8 @@ "coeff_e" : 0 }, "tx_enable" : true, - "tx_freq_max" : 867000000, - "tx_freq_min" : 865000000, + "tx_freq_max" : 870000000, + "tx_freq_min" : 864000000, "tx_gain_lut" : [ { @@ -199,7 +199,7 @@ "radio_1" : { "enable" : true, - "freq" : 866385000, + "freq" : 868100000, "rssi_offset" : -215, "rssi_tcomp" : { -- cgit v1.2.3