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 Reply
  • In answer to your questions:

    As Direct Test Mode is required by the Bluetooth SIG you don't have to specify the commands. Have a look in ble_dtm.h.

    There's an example project in the SDK for Direct Test Mode.

    You can use sections of the DTM functionality yourself, so for example, if you wish to output the carrier signal at a specific frequency then you can, although from what I can remember you have to select a channel as opposed to a frequency and you set the configuration for CARRIER_TEST. Once set it should continue to transmit until you tell it otherwise or you turn it off.

Children
Related