Does passive wifi and bluetooth scanning cause interferance with GPS and LTE

Hi, conceptual question here:

I'm developing a product that will use all three of the nRF5340 ,nRF7002, and nRF9160. The nRF5340 and nRF7002 will be constantly in "scanning mode"--literally, they will be running code that is fundamentally the same as the bluetooth and wifi scanning samples. My application is to constantly scan for devices and, periodically, send any data the wifi and bluetooth scanners found (along with GPS data) up to the cloud.

Does this scanning interfere with the nRF9160's activity? I believe the scans are passive, so they don't broadcast any data, but I'm unsure if this should still impact the GPS and LTE performance or not.

If they do interfere, is there a way to limit the LTE and GPS to bands that minimize interference? 

Thanks,

Michael

Parents Reply Children
  • Hi MIcharl, I've got some more feedback from our team (not based on your last comment):

    2.4GHz and 5GHz ISM bands are not overlapping in freq. domain with cellular bands so from that angle they are not interfering fundamentally. Secondly, if ISM radio is scanning passive (no transmitting, only receiving?) interference to cellular should be negligible. Off course as WiFi passive scanning requires WiFi chip to be “on”/active and potentially does even some flash writings what not “second order activity” during the scan, all EMI coming from that activity may couple/radiate to cellular receiver/antenna (whole PCB is antenna unless known otherwise) and cause some cellular receiver performance deterioration. Whether such deterioration would be visible in “field conditions” taken into account with all other ~1000 inaccuracies involved, maybe not dominating one.

    Another scenario is that active cellular transmitter power (fundamental or harmonic) leaks into scanning ISM band receiver and jams it somewhat. Unlikely it causes damage but may cause some noise level increase and/or fail results.

Related