Change advertising TX power on NRF53

Greetings,

I am using the NRF53 DK along with the Zephyr/Beacon (nRF Connect SDK v1.91) example for an ultra-low power application. I would like to know how I can change the default TX power used during advertisement. Or which is the proper way of doing it?

I appreciate any input or directions towards the required information.

Thanks beforehand.

Samuel.  

Parents Reply
  • Der Hung, thanks for your reply. I've seen the example that you mentioned and I've taken the set_tx_power() function and implemented it on my code. I added the required libraries and copied the CONFIGS found on the "hci_power_ctrl" example.

    Now I am getting one error message and one warning once this function runs.

    The error is thrown from this part of the set_tx_power() function:

    and the warning I really dont know what to make of it. 

    Would you happen to know what might be happening?

    Thanks in advance.

    Samuel

Children
Related