Skip to main content
Associate
March 21, 2024
Question

How to change transmit power in runtime

  • March 21, 2024
  • 3 replies
  • 1129 views

Hi all,

If I want to increase transmit power when press button, how to do it?

1. Do I stop or DeInit something?

2. which API can change power?

Thank you

3 replies

Andrew Neil
Super User
March 21, 2024

What chip?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
KimiHuAuthor
Associate
March 21, 2024

I use NUCLEO-WL55JC1 EVM

STTwo-32
Technical Moderator
May 20, 2024

Hello @KimiHu 

To change the TX_Output power on a button Click, I suggest you create an interrupt on the press of the Button where you change the TX_OUTPUT_POWER (this parameter is declared on the subghz_phy_app.h).

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.