File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
connectivity/drivers/lora/TARGET_STM32WL Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ static uint8_t _active_modem;
78
78
using namespace std ::chrono;
79
79
using namespace mbed ;
80
80
81
-
82
- /* *
83
- * @brief voltage of vdd tcxo.
84
- */
85
- // #define TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V
86
-
87
81
/* !
88
82
* FSK bandwidth definition
89
83
*/
Original file line number Diff line number Diff line change 20
20
#define RBI_CONF_RFO_LP_HP 0
21
21
#define RBI_CONF_RFO_LP 1
22
22
#define RBI_CONF_RFO_HP 2
23
- // Some boards such as LoRa-E5 and RAK3172 have only RFO_HP wired
24
- // thus in EU868 TX consume 80mA which is over consumption
25
- // We made a fix that decrease consumption according datasheet buy
26
- // since it break machting network hi range may be decresed so it's
27
- // matter of what you want to achieve, choice between range or consumption
28
- // Setting RBI_CONF_RFO_HP_LPFIX decrease power according datashhet but can
29
- // reduce range (long ones) due ti mismatch network on the both modules
23
+ // Some boards such as LoRa-E5 and RAK3172 have only RFO_HP path wired
24
+ // thus, in EU868 mode, TX peak is 80mA ( over consumption)
25
+ // We made a fix that decrease consumption according datasheet but
26
+ // since fix breaks HW machting network, transmit range may be lowered so
27
+ // it's depending on what you want to achieve, hi range or low consumption
28
+ // Setting RBI_CONF_RFO_HP_LPFIX decrease power according datasheet but can
29
+ // reduce range (long ones) due to bad HW macthing network on the both modules
30
30
// See https://github.com/ARMmbed/mbed-os/pull/15017#issuecomment-1173455762
31
31
#define RBI_CONF_RFO_HP_LPFIX 3
32
32
You can’t perform that action at this time.
0 commit comments