Skip to content

Commit 7900817

Browse files
committed
@jcoutant requests
1 parent dad9a6d commit 7900817

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ static uint8_t _active_modem;
7878
using namespace std::chrono;
7979
using namespace mbed;
8080

81-
82-
/**
83-
* @brief voltage of vdd tcxo.
84-
*/
85-
//#define TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V
86-
8781
/*!
8882
* FSK bandwidth definition
8983
*/

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
#define RBI_CONF_RFO_LP_HP 0
2121
#define RBI_CONF_RFO_LP 1
2222
#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
3030
// See https://github.com/ARMmbed/mbed-os/pull/15017#issuecomment-1173455762
3131
#define RBI_CONF_RFO_HP_LPFIX 3
3232

0 commit comments

Comments
 (0)