I want to change the Tx power in nrf5340 audio application.
I add CONFIG_BT_CTLR_TX_PWR_PLUS_4=y to prj.conf, but the power didnt change.
How to increase the power ?
I want to change the Tx power in nrf5340 audio application.
I add CONFIG_BT_CTLR_TX_PWR_PLUS_4=y to prj.conf, but the power didnt change.
How to increase the power ?
I found this, but I dont know where is this command( --nrf21540 ) added to the buildprog.py.
Hello,
You can add the --nrf21540 option to the end of your build command, for example if you are building for the gateway, both cores and the debug version, your build command will look like this:
python .\tools\buildprog\buildprog.py -c both -d gateway -b debug --nrf21540
Best regards,
Maria
Hello,
You can add the --nrf21540 option to the end of your build command, for example if you are building for the gateway, both cores and the debug version, your build command will look like this:
python .\tools\buildprog\buildprog.py -c both -d gateway -b debug --nrf21540
Best regards,
Maria
Got it. Thank you.