Proximity detection

Hi Nordic team,

I am working on a project with one central and several peripheral BLE devices. The peripherals are moving randomly, is it possible to detect the event when certain two/multiple devices get close (like <10 cm)?

I have searched around and saw the Nordic Distance Toolbox, it seems to be in larger scale. I don't know if it can work at centimeter level. I also checked NFC but I feel it is also not suitable. 

Thanks in advance

Parents
  • Yes and no. If your requirement is an accurate 10cm range, the answer is no. If you mean that is need to be close by (e.g. 0-50cm range), then you can use the RSSI value, monitor the RSSI value over some time to estimate with a high degree of certainty that the peer is very close (e.g. 0-50cm range). Something like this should work quite reliably, but it's not possible to state exactly 10cm no.

    Kenneth

Reply
  • Yes and no. If your requirement is an accurate 10cm range, the answer is no. If you mean that is need to be close by (e.g. 0-50cm range), then you can use the RSSI value, monitor the RSSI value over some time to estimate with a high degree of certainty that the peer is very close (e.g. 0-50cm range). Something like this should work quite reliably, but it's not possible to state exactly 10cm no.

    Kenneth

Children
Related