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

NRF24L01+ without CRC

Has anyone using nRF24L01 raw (CRC turned off) mode. I try to turn off the CRC (the data sheet offers this option), then I start to miss packets. Once I turn on the CRC, I got every packets I sent.

I assume once I turned off the CRC, I should still get every packet I sent (maybe with error). The loss of packet is consistent and in a regular pattern (every other one).

Is this a known problem or my configuration is wrong (from CRC off to CRC on - only need to change one bit in the config reg).

Related