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

52840 dtm

Dear Nordic Engineer,

I am working on sdk15,52840,ble app uart project,

i saw  BLE_DTM_ENABLED in sdk config.

// <q> BLE_DTM_ENABLED  - ble_dtm - Module for testing RF/PHY using DTM commands
 

#ifndef BLE_DTM_ENABLED
#define BLE_DTM_ENABLED 1
#endif

But i can not see any place call dtm related function,

Do i need add ble_dtm.c to ble_app_uart project,the softdevice be enabled,how can it works.

Thanks

Best Regards

Robert

  • Hi,

     

    The DTM project can be found in \examples\dtm\direct_test_mode, and since this example uses the radio peripheral, it cannot run while the softdevice is enabled.

    You need to disable the softdevice, then run the direct_test_mode application (you'll need to merge this project with your application) if your requirement is to add it alongside of your application.

     

    Best regards,

    Håkon

     

Related