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

DTM or Radio Test

Hello! I need to perform some radio tests on a board that contains an nRF52 SoC. The nRF5 SDK provides two ways of performing such tests, either using DTM, as specified by Bluetooth SIG, or using the Radio Test example.

I'm aware that DTM sends packet with a known content, allowing to compute a Packet Error Rate.

From what I understood, DTM tests not only the radio, but all the physical layer, while Radio Test only tests the radio itself. Is this correct?

In summary, what I'd like to know is what does each of these test methodologies allow to measure/control that the other one does not.

Cheers!

Related