How to get Packet Reception Ratio in nRF54L15

Hi,

I am wondering whether I can easily get Packet Reception Ratio in nRF54L15?

Parents Reply
  • Hi,

     

    Ziyao Zhou said:
    The result (1899383.467bps) is different from the Bluetooth: Throughput (1396017bps). Is this because the radio_test eliminated the influence of the header?

    radio_test will setup a transmit only stream, while bluetooth LE will use the protocol, including on-air ACKing, timing-wise scheduling, and changing RF channel.

    Ziyao Zhou said:
    Another question would be what is the difference between 4MBIT_BT_0_6 and 4MBIT_BT_0_4,the result is close around 3.8Mbits, what is the difference between BT=0.6 and 0.4? When would it be available for practical use?

    The difference is the GFSK filter parameter in these two modes, the throughput will be equal/similar.

     

    Ziyao Zhou said:
    I just find some time to test the radio_test but there is no result telling me the PRR, does it mean I need to check the pattern by myself and caluculate the PRR?

    You can setup for instance 1000 packets to be sent, and you can get the status on the receiver end, by providing a number to the "start_tx_modulated_carrier" cmd:

    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/peripheral/radio_test/README.html#user_interface

     

    Kind regards,

    Håkon

Children
Related