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

Certification Procedure for a nRF52832 based module

Dear Nordic Semiconductor Team, 

We are using nRF52832 based module in one of our products. And we are now currently carrying out pre-compliance testing  for the product. To carry out those pre-compliance tests we were asked to control the module with utility software to set the fixed frequency, power and data rates. This software is necessary to perform various tests like conducted RF measurements, DTM test, radiated spurious emission test etc..  

Can you please guide me in developing the software satisfying above requirements? 
Awaiting your reply. 
Thanks a lot.
Parents
  • Hi,

    For general RF testing we recommend using the "radio test example" in our nRF5 SDK with modulated carrier on channel 2402, 2400 and 2480 MHz, and RX on the same channels. In this example you can also set the max datarate and max output power you plan to use. You can find the example under the folder \examples\peripheral\radio_test in the newest SDK, and read the documentation in our infocenter, here.

    DTM is for Bluetooth RF testing and works best together with a Bluetooth tester (such as the Anritsu MT8852 or similar). You can find a DTM example in the nRF5 SDK under folder examples\dtm\direct_test_mode and read the documentation of the example in our infocenter, here.

    Best regards,

    Marjeris

Reply
  • Hi,

    For general RF testing we recommend using the "radio test example" in our nRF5 SDK with modulated carrier on channel 2402, 2400 and 2480 MHz, and RX on the same channels. In this example you can also set the max datarate and max output power you plan to use. You can find the example under the folder \examples\peripheral\radio_test in the newest SDK, and read the documentation in our infocenter, here.

    DTM is for Bluetooth RF testing and works best together with a Bluetooth tester (such as the Anritsu MT8852 or similar). You can find a DTM example in the nRF5 SDK under folder examples\dtm\direct_test_mode and read the documentation of the example in our infocenter, here.

    Best regards,

    Marjeris

Children
Related