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

Modulation by radio_test_example

I use radio test example in SDK 12.2.0.

Is it possible to perform modulation with PRBS9?

Parents Reply
  • FormerMember
    0 FormerMember in reply to FormerMember

    The modulation in the radio_test example is just a 254 byte random payload, see generate_modulated_rf_packet().

    The content of a PRBS9 packet payload can be found in the DTM example --> ble_dtm.c --> PRBS9_CONTENT. If you want your packet in the radio_test example to have that content, you can copy it into the radio_test example.

Children
No Data
Related