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

Fixed frequency samples for CE Certification

Hello Everyone,

I am using raytac's BLE module (nrf51822 chip antenna version, 32kb RAM 256 kb Flash ) (www.raytac.com/download/MDBT40/MDBT40-ANT-D.pdf) in our product. We have to apply for CE certifcate. Testing lab has asked for fixed frequency samples.

Regarding the fixed frequency samples, Normally, For blue tooth products, We need to set the frequency to a fixed MHz for testing,(Normally we set at 2402/2441 or 2480). And Bluetooth supplier known this clearly. And the testing lab need 2pcs fixed frequency PCBA samples."

I came across this question which is similar: devzone.nordicsemi.com/.../

Does that mean I have to upload the radiotest firmware and provide it to testing lab? How to provide fixed frequency samples to testing lab? Thank you in advance.

Parents
  • Could you clarify with the test lab that what kind of signal at fixed frequency they want to see ?

    If they just need a constant carrier signal, then you can use the radio_test example.

    If they need BLE packet (assuming advertising packet) sending at a fixed channel, then you need to write the code to do the change in ble_gap_adv_ch_mask_t in ble_gap_adv_params_t to select the channel you want to advertise.

  • I don't have Spectrum/network analyzer and they are too costly :( I have tested the radio example and it worked fine, so i will forward two samples with radio test example with some necessary changes. I will the set variable "channel_start" in radio_test example to fixed number to get fixed frequency instead of getting data via UART.

Reply Children
No Data
Related