This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Change Tx power of mesh in real-time

Hi,

I'm developing a BLE mesh project using Mesh SDK v4.2.0. I want to change the Tx power of the product in real-time, e.g. from 0dBm to 4dBm, 4dBm to 8dBm.

I've read some articles on devzone about changing the default setting, in scanner_init() & set_default_broadcast_configuration().

But how about changing it in real-time? Is it possible to change the default setting and call these two functions again?

Any other ways to do so?

Jonathan Lee

Related