RF measurements

Hi 
We're currently utilizing MuRata - MBN52832 Data for BLE and NFC purposes.
We're looking to incorporate testing into our production process to measure various RF BLE signal parameters, including transmission power, sensitivity, PER, and BER .
I've come across some RF testing documentation, but I'm having trouble understanding how to perform the tests described.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf52832_dk%2FUG%2Fdk%2Fhw_rf_measure.html&resultof=%22%6e%52%46%35%32%38%33%32%22%20%22%6e%72%66%35%32%38%33%32%22%20%22%72%66%22%20%22%74%65%73%74%22%20

In our design, we have an MCU that communicates with the Murata module via UART.

Parents Reply
  • Hi there,

    The nRF52 itself doesn't have a preprogrammed test mode, you have to flash a fw that performs the tests that you want to do. In our nRF5SDK we have 2 relevant test samples:

    1. Radio test
    2. DTM

    The DTM sample tests the radio at the physical level. The Radio test is more configurable, and is probably what you're looking for. 

    You can not perform a radio test with a J-link, but you use the J-link debugger to flash the device with the test fw.

    regards

    Jared 

Children
No Data
Related