Skip to content

STM32LoRaWAN mitake with WL55 chip #2208

Closed Answered by fpistm
ebelouet asked this question in Libraries
Discussion options

You must be logged in to vote

Hi @ebelouet
You have to define the correct board configuration.
The library defines a default one for the Nucleo WL55JC1 as stated here:
https://github.com/stm32duino/STM32LoRaWAN/blob/192c1234a8661f72f1635e5675db0d11fb110920/src/BSP/radio_board_if.c#L41-L81

Example for RAK module:

// LoRaWAN definitions
#define LORAWAN_BOARD_HAS_TCXO 0U
#define LORAWAN_BOARD_HAS_DCDC 1U
#define LORAWAN_TX_CONFIG RBI_CONF_RFO_HP
#define LORAWAN_RFSWITCH_PINS PB8, PC13
#define LORAWAN_RFSWITCH_PIN_COUNT 2
#define LORAWAN_RFSWI…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ebelouet
Comment options

@fpistm
Comment options

Answer selected by fpistm
@ebelouet
Comment options

@fpistm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants