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

I am using the gazell protocol of nrf52840,how to use broadcast radio mode from host to device based on the gazell?

I am using the gazell protocol of nrf52840,how to use broadcast radio mode from host to device based on the gazell protocol?or can I use the gazell protocol to make it possible to use broadcast radio?

Parents
  • Hi 

    Gazell is not designed to do broadcasting. Every packet you send requires an ACK packet to be sent in return, and this doesn't really work for broadcasting purposes. 

    If you want to do broadcasting I would suggest using the nrf_esb protocol instead. Then you can disable the ACK feature when needed, allowing you to send broadcast packets. 

    Best regards
    Torbjørn

Reply
  • Hi 

    Gazell is not designed to do broadcasting. Every packet you send requires an ACK packet to be sent in return, and this doesn't really work for broadcasting purposes. 

    If you want to do broadcasting I would suggest using the nrf_esb protocol instead. Then you can disable the ACK feature when needed, allowing you to send broadcast packets. 

    Best regards
    Torbjørn

Children
Related