sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
497 stars 88 forks source link

Beacon not being detected #78

Open KonradLL opened 6 years ago

KonradLL commented 6 years ago

After running the test.js script no beacon is detected. I am sing windows 10 & node v6.11.4. I've run the noble advertisement-discovery.js script and it is able to detect my beacon, output:

peripheral discovered (ecf44801a62f with address <ec:f4:48:01:a6:2f, random>, connectable true, RSSI -79: hello my local name is: Beacon_00000 can I interest you in any of the following advertised services: [] here is my service data: "fff0": "6427114cb9" here is my manufacturer data: "4c00021574278bdab64445208f0c720eaf05993527114cb9c5" my TX power level is: -16

KonradLL commented 6 years ago

I did some testing recently and it turned out that nobles state doesnt change to 'powerOn' inside bleacon. I do not get this problem when scanning with noble outside bleacon. However when i commented bleno's require out, it was workin without problems. There seems to be a conflict with finding the bluetooth receiver when noble and bleno are both in use