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 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868') 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" : { -- cgit v1.2.3