Skip to content

Commit df302b1

Browse files
committed
v1.0.1
* Packet Forwarder: Updated TX gain LUT in global_conf.json.sx1250 with proper calibration
1 parent 4c61c5d commit df302b1

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

packet_forwarder/global_conf.json.sx1250

+15-15
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
"tx_freq_min": 863000000,
2121
"tx_freq_max": 870000000,
2222
"tx_gain_lut":[
23-
{"rf_power": 12, "pa_gain": 0, "pwr_idx": 16},
24-
{"rf_power": 13, "pa_gain": 0, "pwr_idx": 17},
25-
{"rf_power": 14, "pa_gain": 0, "pwr_idx": 18},
26-
{"rf_power": 15, "pa_gain": 0, "pwr_idx": 20},
27-
{"rf_power": 16, "pa_gain": 1, "pwr_idx": 0},
28-
{"rf_power": 17, "pa_gain": 1, "pwr_idx": 1},
29-
{"rf_power": 18, "pa_gain": 1, "pwr_idx": 2},
30-
{"rf_power": 19, "pa_gain": 1, "pwr_idx": 3},
31-
{"rf_power": 20, "pa_gain": 1, "pwr_idx": 4},
32-
{"rf_power": 21, "pa_gain": 1, "pwr_idx": 5},
33-
{"rf_power": 22, "pa_gain": 1, "pwr_idx": 6},
34-
{"rf_power": 23, "pa_gain": 1, "pwr_idx": 7},
35-
{"rf_power": 24, "pa_gain": 1, "pwr_idx": 8},
36-
{"rf_power": 25, "pa_gain": 1, "pwr_idx": 9},
23+
{"rf_power": 12, "pa_gain": 0, "pwr_idx": 15},
24+
{"rf_power": 13, "pa_gain": 0, "pwr_idx": 16},
25+
{"rf_power": 14, "pa_gain": 0, "pwr_idx": 17},
26+
{"rf_power": 15, "pa_gain": 0, "pwr_idx": 19},
27+
{"rf_power": 16, "pa_gain": 0, "pwr_idx": 20},
28+
{"rf_power": 17, "pa_gain": 0, "pwr_idx": 22},
29+
{"rf_power": 18, "pa_gain": 1, "pwr_idx": 1},
30+
{"rf_power": 19, "pa_gain": 1, "pwr_idx": 2},
31+
{"rf_power": 20, "pa_gain": 1, "pwr_idx": 3},
32+
{"rf_power": 21, "pa_gain": 1, "pwr_idx": 4},
33+
{"rf_power": 22, "pa_gain": 1, "pwr_idx": 5},
34+
{"rf_power": 23, "pa_gain": 1, "pwr_idx": 6},
35+
{"rf_power": 24, "pa_gain": 1, "pwr_idx": 7},
36+
{"rf_power": 25, "pa_gain": 1, "pwr_idx": 9},
3737
{"rf_power": 26, "pa_gain": 1, "pwr_idx": 11},
38-
{"rf_power": 27, "pa_gain": 1, "pwr_idx": 13}
38+
{"rf_power": 27, "pa_gain": 1, "pwr_idx": 14}
3939
]
4040
},
4141
"radio_1": {

readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ found in the `libtools` directory.
161161

162162
## 6. Changelog
163163

164+
### v1.0.1 ###
165+
166+
* Packet Forwarder: Updated TX gain LUT in global_conf.json.sx1250 with proper
167+
calibration
168+
164169
### v1.0.0 ###
165170

166171
* HAL: Initial official release for SX1302 CoreCell Reference Design.

0 commit comments

Comments
 (0)