Can we limit receiver sensibility to improve robustness?

Suppose we have a short distance communication between two nRF52840 devices.
And suppose the receiver receives radio waves from other devices disturbing the connection (like a magnetron or other 2.4GHz based protocols).

Can we in that case limit the receiver sensibility so that the receiver mainly receives the packets from our sending device (which is close to the receiver)?

That would make the connection much more robust for unwanted interferance.

Parents Reply Children
  • Only one packet can be recieived at the same time. When a packet reception is started, and a stonger signal disrupts this, the CRC of the packet will fail and the packet will be discarded. The received can't distinguish between data from different sources. The BLE protocoll will make sure it's resent so no packets will be lost. Collitions happens all the time in the crowded 2.4 GHz band

Related