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

Direct Test Mode (DTM) Response

I would like to use the direct test mode (DTM) to test my own hardware with Rohde & Schwartz CBT. I have managed to create a simple test case using nRF52 DK and the example in nRF5 SDK. I managed to modify the UART configuration according my own hardware. However, the documentation does not mention anything about what kind of response is expected. It is also missing examples what kind of commands should be sent.

According to the documentation there are four supported commands (setup, transmitter and receiver tests and end). When I send command "TEST SETUP" to the chip, the response is always "0101010001". However, I was expecting something more readable.

As a consequence, I think I am not sending correct data or I cannot interpret the output. Does anyone have any examples what kind of commands should be sent and what kind of output should be expected?

Parents Reply
  • According to the specification I should send command "LE_Transmitter_Test" and the DUT should sent back "LE_Status".

    However, I am not sure command "LE_Transmitter_Test" should be sent to the DUT and what kind of response should be expected. If I send string "LE_Transmitter_Test" to the UART port, the response is still the same.

    How the commands should be sent? Is there some kind of data format?

Children
Related