This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to make Tx continuously

Hi. i'm using PCA10028, SDK10.0.0, S130. I want to check RF characteristics. nRf51 should make RF Tx continuously. I think there is example source code for that. Which example can i use?

Parents
  • As mentioned by John DeWitt you can use the DTM example, which enables DTM test functions as described in Bluetooth Specification Version 4.0, Vol. 6, Part F. Find it in the SDK, at <sdk folder>\examples\dtm\direct_test_mode

    Documentation: Direct Test Mode

    If you need continuous TX or general tests for the radio peripheral you can have a look at the example for testing the radio peripheral. Find it in the SDK, at <sdk folder>\examples\peripheral\radio_test

    Documentation: Radio Test Example

Reply
  • As mentioned by John DeWitt you can use the DTM example, which enables DTM test functions as described in Bluetooth Specification Version 4.0, Vol. 6, Part F. Find it in the SDK, at <sdk folder>\examples\dtm\direct_test_mode

    Documentation: Direct Test Mode

    If you need continuous TX or general tests for the radio peripheral you can have a look at the example for testing the radio peripheral. Find it in the SDK, at <sdk folder>\examples\peripheral\radio_test

    Documentation: Radio Test Example

Children
Related