sandeepmistry / node-bleacon

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

Not detecting any beacons if I run estimote/test.js #71

Closed hashimK closed 7 years ago

hashimK commented 7 years ago

I've purchased the estimote location beacons and plan to detect them using a RaspberryPi. After carefully following your tutorial and steps, I cannot see any output when i run the estimote/test.js file. Also if i use ``` var Estimote = require('bleacon').Estimote; Estimote.discoverAll(function (estimote) { console.log(JSON.stringfy(estimote)); });


The terminal window is just blank when i run either of the two codes.
heypiotr commented 7 years ago

The "Estimote" module is not compatible with the new Estimote Location and Proximity Beacons. Besides, that module was meant for configuring Estimote Beacons via bleacon. For simply detecting your beacons, use the iBeacon detection capabilities of bleacon, i.e., follow the instructions from README (:

sandeepmistry commented 7 years ago

Thanks @heypiotr!

Closing for now.