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

Packet fragmentation with the nrf24l01+

Hi Guys,

I am planning on using the nrf24l01+ to send data with a payload which is larger than 32 bytes, I was wondering whats the fastest way to transmit these packets and receive them without wasting anytime. On the reception side I doubt there's anything I can do other than receiving the interrupt and storing it in a buffer. But on the other hand how do I get these fragmented packets to transmit really quick on the nrf24l01+. The datasheets claim that 2Mbps is possible. however the actual throughput is mentioned as 1.74Mbps. So how do I get such high rates when transmitting the data?

Also I have several other radios which have larger packet sizea but are much slower. How does nordic have such a small MTU and such high transmission rates?

Related