From df302b18931fbb82b74bfa7acd4a5f81b3a127f0 Mon Sep 17 00:00:00 2001 From: Michael Coracin Date: Fri, 12 Jul 2019 16:16:49 +0200 Subject: [PATCH] v1.0.1 * Packet Forwarder: Updated TX gain LUT in global_conf.json.sx1250 with proper calibration --- VERSION | 2 +- packet_forwarder/global_conf.json.sx1250 | 30 ++++++++++++------------ readme.md | 5 ++++ 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/packet_forwarder/global_conf.json.sx1250 b/packet_forwarder/global_conf.json.sx1250 index 87dea44..01b8ae3 100644 --- a/packet_forwarder/global_conf.json.sx1250 +++ b/packet_forwarder/global_conf.json.sx1250 @@ -20,22 +20,22 @@ "tx_freq_min": 863000000, "tx_freq_max": 870000000, "tx_gain_lut":[ - {"rf_power": 12, "pa_gain": 0, "pwr_idx": 16}, - {"rf_power": 13, "pa_gain": 0, "pwr_idx": 17}, - {"rf_power": 14, "pa_gain": 0, "pwr_idx": 18}, - {"rf_power": 15, "pa_gain": 0, "pwr_idx": 20}, - {"rf_power": 16, "pa_gain": 1, "pwr_idx": 0}, - {"rf_power": 17, "pa_gain": 1, "pwr_idx": 1}, - {"rf_power": 18, "pa_gain": 1, "pwr_idx": 2}, - {"rf_power": 19, "pa_gain": 1, "pwr_idx": 3}, - {"rf_power": 20, "pa_gain": 1, "pwr_idx": 4}, - {"rf_power": 21, "pa_gain": 1, "pwr_idx": 5}, - {"rf_power": 22, "pa_gain": 1, "pwr_idx": 6}, - {"rf_power": 23, "pa_gain": 1, "pwr_idx": 7}, - {"rf_power": 24, "pa_gain": 1, "pwr_idx": 8}, - {"rf_power": 25, "pa_gain": 1, "pwr_idx": 9}, + {"rf_power": 12, "pa_gain": 0, "pwr_idx": 15}, + {"rf_power": 13, "pa_gain": 0, "pwr_idx": 16}, + {"rf_power": 14, "pa_gain": 0, "pwr_idx": 17}, + {"rf_power": 15, "pa_gain": 0, "pwr_idx": 19}, + {"rf_power": 16, "pa_gain": 0, "pwr_idx": 20}, + {"rf_power": 17, "pa_gain": 0, "pwr_idx": 22}, + {"rf_power": 18, "pa_gain": 1, "pwr_idx": 1}, + {"rf_power": 19, "pa_gain": 1, "pwr_idx": 2}, + {"rf_power": 20, "pa_gain": 1, "pwr_idx": 3}, + {"rf_power": 21, "pa_gain": 1, "pwr_idx": 4}, + {"rf_power": 22, "pa_gain": 1, "pwr_idx": 5}, + {"rf_power": 23, "pa_gain": 1, "pwr_idx": 6}, + {"rf_power": 24, "pa_gain": 1, "pwr_idx": 7}, + {"rf_power": 25, "pa_gain": 1, "pwr_idx": 9}, {"rf_power": 26, "pa_gain": 1, "pwr_idx": 11}, - {"rf_power": 27, "pa_gain": 1, "pwr_idx": 13} + {"rf_power": 27, "pa_gain": 1, "pwr_idx": 14} ] }, "radio_1": { diff --git a/readme.md b/readme.md index 2fea9f5..f556b16 100644 --- a/readme.md +++ b/readme.md @@ -161,6 +161,11 @@ found in the `libtools` directory. ## 6. Changelog +### v1.0.1 ### + +* Packet Forwarder: Updated TX gain LUT in global_conf.json.sx1250 with proper +calibration + ### v1.0.0 ### * HAL: Initial official release for SX1302 CoreCell Reference Design.