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

Transmission of Multiple Packets (ESB)

The nRF52832 datasheet refers to a transmission of multiple packets in Figure 37. I have attempted to load multiple packets to the radio FIFO using nrf_esb_write_payload() and start the transaction, but it seems like the ramp-up is still occurring for the subsequent transmissions.

Can anyone provide an example?

Parents
  • I don't know how it works in newest SDK, but I have used micro-esb implementation available on github which i assume current implementation is based on. There was ramp-up after each transmission by default. What I did was manually editing the library, so there was no ramp-up (i got really nice almost 1.9mbps throughput then!).

    Check the library if it provides such an option - if not, editing the library should not be that hard, just change transition between states...

Reply
  • I don't know how it works in newest SDK, but I have used micro-esb implementation available on github which i assume current implementation is based on. There was ramp-up after each transmission by default. What I did was manually editing the library, so there was no ramp-up (i got really nice almost 1.9mbps throughput then!).

    Check the library if it provides such an option - if not, editing the library should not be that hard, just change transition between states...

Children
No Data
Related