NRF24LU1+ shortburst example code

Hi Team,

Do you have NRF24LU1+ development kit example code for short burst protocol? And any document for it? Thanks!

Best,

Sky

  • Hi Sky

    There are some examples included in the nRFgo SDK, which you can download here

    Please note that the nRF24LU1+ is no longer recommended for new designs, and I would strongly recommend using one of the parts in the nRF52 series instead if possible. 

    Best regards
    Torbjørn

  • Hi Torbjorn,

    Thanks for the info. We have the product use the nrf24Le. And we want to use nrf52 series to communicate with Nrf24LE using the Shortburst protocol. Thus, we want to verify the Shortburst protocol is compatible in Nrf52 series. Do you have any idea on that? Thanks!

    Best,

    Sky

  • Hi Sky

    The simple answer is yes, you can run ShockBurst on the nRF52 series in order to be compatible with the nRF24L series, but there are some ShockBurst configurations that the nRF52 series can not support. 

    For instance, the 250kbps on air datarate is not supported on all nRF52 series devices. 

    Also, there are some limitations on the nRF52 side when using legacy ShockBurst mode (without dynamic payload length enabled, also referred to as Enhanced ShockBurst). 

    If you give me an overview of the ShockBurst configuration settings you use on the nRF24LE1 I can let you know if the nRF52 implementation will be compatible or not. 

    Best regards
    Torbjørn

Related