We have a custom board with nrf5340 and we use SDK v2.5.3 for software development.
Our BLE signal strength seems too weak with the default TX Power setting.
So we would like to try different TX POWER settings but we can't figure out how to do this.
Questions:
1. Can it be set with a CONFIG parameter in the prf.config file?
2. Can it be dynamically changed in code? If yes:
- which include file?
- which API (function) must be used to read and write the TX Power value?
- is there any good example code that demonstrates how to do this?
Would appreciate some advice/guidance (example code?).
Thanks!
Gerard