Hi,
I am trying to use enhanced shockburst (ESB) to stream data at high bitrate between two nRF52 development boards. Even though I set the protocol to 2Mbs, the max netto bitrate I get is barely above 400kbs, which may be due to my current payload size of 25 bytes per packet.
So I would like to increase the payload size, but I am somewhat confused at this point, because I feel that different documents deliver contradictory information.
First off, the SDK examples on ESB use small payload sizes.
The infocenter says that "1 to 252 bytes static payload length between nRF5 Series devices" is featured. Static payload length would be fine with me.
However, the nrf_esb_payload_t type definition clearly only allocates 32 bytes for the payload.
So, what is the truth, and how do I use e.g. 252 byte-long payloads with ESB?
Thank you in advance! Tamas