Skip to content

Commit

Permalink
@jcoutant requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hallard committed Aug 16, 2022
1 parent dad9a6d commit 7900817
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ static uint8_t _active_modem;
using namespace std::chrono;
using namespace mbed;


/**
* @brief voltage of vdd tcxo.
*/
//#define TCXO_CTRL_VOLTAGE TCXO_CTRL_1_7V

/*!
* FSK bandwidth definition
*/
Expand Down
14 changes: 7 additions & 7 deletions connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
#define RBI_CONF_RFO_LP_HP 0
#define RBI_CONF_RFO_LP 1
#define RBI_CONF_RFO_HP 2
// Some boards such as LoRa-E5 and RAK3172 have only RFO_HP wired
// thus in EU868 TX consume 80mA which is over consumption
// We made a fix that decrease consumption according datasheet buy
// since it break machting network hi range may be decresed so it's
// matter of what you want to achieve, choice between range or consumption
// Setting RBI_CONF_RFO_HP_LPFIX decrease power according datashhet but can
// reduce range (long ones) due ti mismatch network on the both modules
// Some boards such as LoRa-E5 and RAK3172 have only RFO_HP path wired
// thus, in EU868 mode, TX peak is 80mA (over consumption)
// We made a fix that decrease consumption according datasheet but
// since fix breaks HW machting network, transmit range may be lowered so
// it's depending on what you want to achieve, hi range or low consumption
// Setting RBI_CONF_RFO_HP_LPFIX decrease power according datasheet but can
// reduce range (long ones) due to bad HW macthing network on the both modules
// See https://github.com/ARMmbed/mbed-os/pull/15017#issuecomment-1173455762
#define RBI_CONF_RFO_HP_LPFIX 3

Expand Down

0 comments on commit 7900817

Please sign in to comment.