Skip to main content
Associate II
June 12, 2025
Question

STM32WL33xx: How to increase the wakeup radio distance?

  • June 12, 2025
  • 1 reply
  • 302 views

What settings can be changed in LPAWUR_WakeupRadio_Rx code to increase the wakeup radio distance?

From data sheet ,  The STM32WL33xx RF output power can be programmed to deliver up to +20 dBm, in TX+TXHP mode, and in MRSUBG_WakeupRadio_Tx code,

MRSUBG_RadioInitStruct.outputPower = 20;
MRSUBG_RadioInitStruct.PADrvMode = PPA_DRV_TX_TX_HP;

The above changing is for TX side, what about RX side? 

 

 

 

 

1 reply

STTwo-32
Technical Moderator
August 1, 2025

Hello @Gwo 

We have already implemented the optimal settings in the MX_LPAWUR_Init() function of the LPAWUR_WakeupRadio_Rx project. You can potentially increase the Tx output power, improve the matching network, or select a high-efficiency antenna.

Best Regards.

STTwo-32