Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
* Packet Forwarder: Updated TX gain LUT in global_conf.json.sx1250 with proper
calibration
  • Loading branch information
mcoracin committed Jul 12, 2019
1 parent 4c61c5d commit df302b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
30 changes: 15 additions & 15 deletions packet_forwarder/global_conf.json.sx1250
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df302b1

Please sign in to comment.