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

nRF Radio Test: what is sample output at receiver end by using rx_print?

Hello All,

What is the expected output at receiver end when using rx_print as mentioned in below link.

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fnrf_radio_test_example.html

I have the example running using BMD300 evm kits, but rx_print is yielding 0's. Can someone help me here to understand the expected outcome?

Parents
  • Hi,

     

    Earlier version of radio_test example also randomized the RF address, but newer versions will keep the address aligned on transmitter and receiver side. This was corrected in SDK v17.

    If you try out radio_test in SDK v17, and issue a "start_rx" on board #1, and "start_tx_modulated_carrier" on board #2, you should have a static randomized payload content when issuing "print_rx" on board #1 (configured as receiver) and it will also print the total payloads received.

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    Earlier version of radio_test example also randomized the RF address, but newer versions will keep the address aligned on transmitter and receiver side. This was corrected in SDK v17.

    If you try out radio_test in SDK v17, and issue a "start_rx" on board #1, and "start_tx_modulated_carrier" on board #2, you should have a static randomized payload content when issuing "print_rx" on board #1 (configured as receiver) and it will also print the total payloads received.

     

    Kind regards,

    Håkon

Children
No Data
Related