Hi,
I have a project that I have product which I have produced several thousand over the last couple of years and today find an issue.
The product has a receiver that gets a 3-BYTE RX Address assigned (for now only using the 2 lowest bytes).
There transmitters that assign their local TX and RX address dependent on which receiver they need to communicate.
For some reason, if I set the RX address at Receiver and the TX and RX address at transmitter = 4290, I get no reception at the receiver at all.
Any other number is ok (even #0001 is ok, 4289, 4291 all ok, 4280 ok).
I checked the SPI data being sent to the radio module at each end and the bytes are correct.
I have tested this on multiple hardware and they all do the same, set address to 4290 = no reception, set address to any other number = OK
Any idea what could cause this or where I could start looking to find the source of the issue?