react-native-beacons-manager icon indicating copy to clipboard operation
react-native-beacons-manager copied to clipboard

Unable to monitor Estimote

Open nos-joel opened this issue 6 years ago • 2 comments

Version

1.0.7

Platform

Android

OS version

android 8.0 / MOTO G6

Steps to reproduce

  1. Follow installation steps for Android
  2. Use the code from samples: https://github.com/MacKentoch/react-native-beacons-manager/blob/master/examples/samples/ranging.android.js
  3. Edit the provide the following region obtained from the estimate app to configure the beacon. uuid: 'B9407F30-F5F8-466E-AFF9-25556B57FE6D', identifier: '61a64456a7a2c5c0185e5d300589f110',major: 44973

Expected behavior

Should monitor the Estimote beacon

Actual behavior

No beacon detected

NOTE: by using Beacons.BeaconsEventEmitter.addListener( an error is thrown. The following error is presented: Cannot read property 'addListener' of undefined Instead, use DeviceEventEmitter.addListener(

No Estimote beacon detected by using any of the following methods: Beacons.detectIBeacons() or Beacons.detectEstimotes()

I will appreciate if someone let me know whether it is me doing something wrong.

nos-joel avatar Oct 01 '18 00:10 nos-joel

Does the region have the "minor" param? I'm using Estimote Beacons and I am able to monitor them but I use uuid, identifier , major and minor.

nbastoWM avatar Mar 20 '19 17:03 nbastoWM

I'm trying to read Eddystone TLM which has info about (batery level and temperature) but without success.

I've tested with all configurations, but no success: Beacons.detectIBeacons(); Beacons.detectAltBeacons(); Beacons.detectEstimotes(); Beacons.detectEddystoneUID(); Beacons.detectEddystoneTLM(); Beacons.detectEddystoneURL();

Is it necessary to do any other configuration?

brnyza avatar Jun 30 '21 17:06 brnyza