All of our wireless products over the past 10 years have used the nRF24L01 or nRF24L01+. In order to minimize latency for our time-critical communications protocol, we are using the ShockBurst packet format. We run at 1Mbps data rate. So, our packet looks like this:
1 byte preamble, 3 byte address, 1 byte payload, 2 byte CRC.
We are trying to finish up the firmware on our next remote control unit that is now using the nRF52820 processor/radio, but the available radio libraries only support Enhanced ShockBurst. Do you have a nRF52 library available that includes ShockBurst support?
Thanks - Brian