Hello, I am using enhanced shock burst as communication protocol. Currently i am using rtc 300us timer to call nrf_esb_add_packet_to_tx_fifo() to transmit data every 300 us. I want to know if this works?
Hello, I am using enhanced shock burst as communication protocol. Currently i am using rtc 300us timer to call nrf_esb_add_packet_to_tx_fifo() to transmit data every 300 us. I want to know if this works?
Hi,
The ESB library provided in our SDK can send 1 packet every 2 x retransmit_delay: infocenter.nordicsemi.com/index.jsp
If this is untouched, its set to 600 us (2MBit radio mode), which means you can send one packet every 2x600 us. As every RF operation will have packet loss or CRC errors, this throughput will differ based on your surroundings, range, and obstacles (concrete walls etc).
Cheers, Håkon