Direct Test Mode not connecting to custom board device

We built a custom version of the Direct Test Mode sample in our firmware, using the USB shell to interface with the test operations and removing the UART or HCI interface code, essentially all the code in the `transport` folder. Instead we run our own custom shell commands that call to methods in `dtm.c`. However, we cannot seem to connect to the Direct Test Mode software in the nRF Connect for Desktop app. Is two line UART require for this to work? We already checked that the correct serial port for network core is selected.

Thanks

We are using v2.6.1 of the SDK for firmware and Direct Test mode v2.4.1 on macOS. 

  • Hi

    What modifications have you made to the DTM sample exactly that might have caused this? Do you have an nRF5340 DK to test that you're able to use the DTM application with in the first place? You could also turn on Verbose logging, and upload it here so we could review the log to see if there's anything from the log that can tell us what's wrong here as I don't think this should be a problem.

    Alternatively, you could also try using another means of doing the DTM testing as per the Testing section of the sample documentation. Either using a certified tested, another Development Kit or a terminal connection are options to test DTM too.

    Best regards,

    Simon

Related