Is there any information available on the radio address matching in the nRF52832?
Specifically I need to know how many (if any) bits of error are allowed in the received base and prefix addresses for a match to still occur?
Is there any information available on the radio address matching in the nRF52832?
Specifically I need to know how many (if any) bits of error are allowed in the received base and prefix addresses for a match to still occur?
The address matching is simple, and there is no FEC. This means that if you get one bit error in your address, it will be ignored.
If you get an address match, it will continue to sample the payload per your RADIO settings, and if CRC is enabled, you will get a indication if the CRC is OK or not.
Best regards,
Håkon
The address matching is simple, and there is no FEC. This means that if you get one bit error in your address, it will be ignored.
If you get an address match, it will continue to sample the payload per your RADIO settings, and if CRC is enabled, you will get a indication if the CRC is OK or not.
Best regards,
Håkon
Hi Hakon,
That is the answer I was looking for.
Thanks.