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?