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

BLE radio frequency calibration

I want to to ensure the stability of BLE connection for BLE frequence calibration,but i don't know how to get the nordic into the test mode and broadcast the empty packet.who can help me to deal with it?

Parents
  • For this type of work, including certification, I would suggest that you use Direct Test Mode. This allows you to set the channel frequency and trigger continuous transmission of the carrier wave without any data modulation. Incidentally, it does have a mode that will broadcast a known packet sequence as it's a requirement for certification.

    You can place your device into Direct Test Mode and control the sequence yourself, but normally it's best to have a jumper on your circuit that allows a UART to be connected to an external control device and have your code set to respond to external commands.

Reply
  • For this type of work, including certification, I would suggest that you use Direct Test Mode. This allows you to set the channel frequency and trigger continuous transmission of the carrier wave without any data modulation. Incidentally, it does have a mode that will broadcast a known packet sequence as it's a requirement for certification.

    You can place your device into Direct Test Mode and control the sequence yourself, but normally it's best to have a jumper on your circuit that allows a UART to be connected to an external control device and have your code set to respond to external commands.

Children
Related