sandeepmistry / node-eddystone-beacon-scanner

Scan for Eddystone beacons using Node.js
MIT License
104 stars 30 forks source link

It stops scanning after a few minutes in my Pi3. #22

Open GAZ082 opened 6 years ago

GAZ082 commented 6 years ago

Hi there. I'm using a node-red node based on this module and noticed that after about 10 minutes the last signal is a "lost" and then no more updates of any sorts.

Tested this nodejs node using the basic example, same behavior. It stops scanning after a couple of lost signals.

Both, the NR module and this work again if i restart them.

So my question is, does this scanner stops after X amount of time?

If not, i believe something is going on between this and my Raspberry PI3 with latest updates.

I'm using a a bacon a Sony XZ1 Compact and the program Beacon Toy.

sandeepmistry commented 6 years ago

@GAZ082 i suggest looking at an hcidump or btmon capture to understand what's going on behind the scenes.