Good afternoon,
The product we are developing contains some radios among which an nRF54L15 chip. At the certification company this chip is undergoing different tests. One of the testcases is that the nRF54L15 is put into Bluetooth RX mode, and then communicates with another BLE device (an nRF54L15 devkit) which is put into Bluetooth TX mode, and that data is continuously transmitted from TX to RX device. The test engineer wants to check the Packet Error Rate (PER).
I found the "Bluetooth Direct Test Mode" on the Nordic docs which seems promising, since it specifically mentions that it can be used to measure PER:

I followed this guide and setup two nRF54L15 devkits (purely for testing purposes, I'm going to use our actual product when this works). I put one devkit into TX mode and the other into RX mode. Then with the Nordic DTM app I could see the amount of packets coming in. But I can't directly check the Packet Error Rate it seems.
My assumption is that to calculate PER I need both:
- The amount of transmitted packets in a given time frame (which I can't view yet).
- The number of received packets (which I can view in Nordic DTM app).
With those two values I could calculate PER. Am I understanding this correctly, or is there another way to obtain PER directly through the DTM setup?