Hello, I would like to know if the TX power used in the Zephyr examples "peripheral_uart" and "throughput" is set to 0 dBm? Is it true that for all Nordic examples, as long as it is not specifically stated, the default TX power is 0 dBm?
Hello, I would like to know if the TX power used in the Zephyr examples "peripheral_uart" and "throughput" is set to 0 dBm? Is it true that for all Nordic examples, as long as it is not specifically stated, the default TX power is 0 dBm?
Hi
TX power in nRF Connect SDK samples are set with the CONFIG_BT_CTLR_TX_PWR_ANTENNA. The default setting is 0, so for the sample projects where this isn't set in the prj.conf, the TX power is set to 0dBm.
Best regards,
Simon
Thank you so much for your help!