2025-06-12 9:39 AM - last edited on 2025-06-12 9:49 AM by Andrew Neil
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?
2025-08-01 2:45 AM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.