nRF52840 DK DTM with HEX file

Hi,

We want to have some RF-PHY tests on nRF52840 DK.

Therefore, I need a HEX file to make nRF52840 DK get into direct test mode and communicate with CMW270 with UART.

Also, I want to know which pins on nRF52840 DK and baudrate should I use ?

Thanks for your help !

BR,

Ken

Parents Reply
  • Hi Priyanka,

    add the line CONFIG_BT_CTLR_TX_PWR_PLUS_8=y. This will set the Tx power to +8dBm. Also, please make sure to add  CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

    I add these two line to prj.conf under this path : v2.6.1\nrf\samples\bluetooth\direct_test_mode, but tx power is still -1dBm.

    How to set the Tx power to +8db on nRF52840

    I also check .config under this path : v2.6.1\nrf\samples\bluetooth\direct_test_mode\build\zephyr, but I can't find CONFIG_BT_CTLR_TX_PWR_PLUS_8=y and CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y in that file.

    Does it mean that I can't change Tx power under direct test mode?

    BR,

    Ken

Children
Related