Questions tagged [estimote]

Personalized micro-location based notifications and interaction.

An Estimote Beacon is a small, wireless device, sometimes also called a 'mote'. When placed in a physical space, it broadcasts tiny radio signals to smart devices.

Think about it as a very small lighthouse. Smartphones that are in range are able to 'hear' these signals and estimate their location very precisely, as well as communicate with the beacon to exchange data and information.

Each tiny Beacon has a built-in Bluetooth® 4.0 chip, also called a BLE (Bluetooth® low energy). The beacon can run for up to 2 years on a single included battery. The hardware is covered with the soft silicone case housing which also has sticky back side, allowing it to be easily attached to any flat surface like wood, concrete, or glass.

When installed, the Beacons begin transmit 2.4 GHz Bluetooth® signals, similar to those of your home WiFi. The signals communicate with smartphones that are as close as four inches away, or as far as 200 feet away.

http://estimote.com/

309 questions
14
votes
3 answers

How to include AAR in React Native Android build?

I'm trying to include an AAR file with my React Native Android app so that I can access its features using native code. How can I bundle an AAR so that native code can import it with React Native Android? Thanks! The error I get is this when…
c-h-
  • 245
  • 1
  • 4
  • 9
10
votes
3 answers

Estimote beacons region detection from a service in background

i recently started testing Estimote Beacons, and I'm trying to launch a notification from a background service when entering a beacon region, but unfortunately my solution doesn't work. It doesn't give errors but the notification is not being…
Hugo
  • 1,662
  • 18
  • 35
8
votes
1 answer

Estimote beacons - Difference between monitoring and ranging listeners

I don't seem to really understand the difference between the MonitoringListener and the RangingListener. In my particular use case I would like to constantly know all beacons within range, and would like to know when a region associated with any of…
Mateo
  • 500
  • 4
  • 11
7
votes
2 answers

How to get Unique Id of a Beacon using Estimote SDK in Android

I am developing an application in which I am using Beacons. I have gone through the related Estimote SDK for the same. Now the thing is that I need to know the Unique Id of a particular Beacon. Suppose I am having 3 Beacons and all are present in…
Salman Khan
  • 2,822
  • 5
  • 32
  • 53
7
votes
2 answers

Apple AirLocation demo App ranging not shows beacons

I have3 Estimote beacons that can be seen with the App store Estimate App. Now I am trying to run the Apple demo app AirLocation AirLocate I have changed the UUID in the APLDefaults.m file to the default Estimote UUID _supportedProximityUUIDs =…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
6
votes
3 answers

How to set time for scanning interval for iBeacon on iOS?

I'm developing an app with iBeacon support. Basically, I have a single view that updates its content according to the nearest beacon, and to scan beacons, I use no framework (just the CoreLocation from Apple), even though I use Estimote Beacons. The…
Mohamed Amine
  • 2,264
  • 1
  • 23
  • 36
6
votes
0 answers

Android Studio - Estimote SDK - Could not find class

I'm building an app using the Estimote Android SDK & Android Studio. I have added the estimote-sdk-preview.jar to my libs folder, and the IDE recognises it (no errors in any of my .java files) but when it gets uploaded to my HTC One I get the…
Tom Hallam
  • 1,924
  • 16
  • 24
5
votes
3 answers

Beacon detection using smart watch

I am newly started work on beacon. Can you tell me one things, is it possible beacon detect from watch without phone? Which smart watch, its possible?
AppDeveloperIOS
  • 107
  • 1
  • 1
  • 6
5
votes
3 answers

iBeacon - didEnterRegion not being called when app starts in region

I have made an app that registers beacon regions and starts monitoring these regions using CLLocationManager CLLocationManager *manager = [[CLLocationManager alloc] init]; manager.delegate = self; CLBeaconRegion *region = [[CLBeaconRegion alloc]…
Tys
  • 95
  • 1
  • 8
5
votes
2 answers

Using multiples Beacons (poping a view on each different beacon)

I m a beginner in objective C. My app work correctly with one beacon. I'm using the "estimote SDK". I have many problems, i want to use 2 or 3 beacons. I want to push a View for each of the beacons. I don't understand how i can do it with multiple…
mad_mask
  • 776
  • 2
  • 10
  • 31
5
votes
2 answers

Android Estimote sdk is not able to scan other beacons than the estimote ones

I am trying to see beacons with the estimote sdk in android but with no luck!I can see all the estimote beacons but with all other beacons is not working (fobo beacons etc.) I am using the uuid for the fobo beacons inside the Region constructor and…
sfig
  • 51
  • 1
  • 4
4
votes
2 answers

Indoor navigation Beacons

I want to develop application for indoor navigation. Estimote do not provides indoor navigation for Android. They provide for iOS as of now. My requirement is : I want to find nearest beacon. Draw map for all beacons near by like google map for…
Amee
  • 41
  • 3
4
votes
1 answer

Detect iBeacons without knowing UUID. Some apps are doing so

I looked into the answer for this question and in most of the answers, I found that it is not possible to detect the iBeacon without knowing the UUID of the device. But some of the apps on App Store is doing the same. Here are the links for those…
Rajan Kambaliya
  • 157
  • 1
  • 12
4
votes
1 answer

Estimote API integration

so i've been trying to integrate Estimote API to bring the beacons list to my personal CMS, i'm encountering with the problem that i get "Unauthorised" message i have read through the Api docs and the General - Authorization is the one that i can…
Cesar Mtz
  • 322
  • 2
  • 13
4
votes
1 answer

How to add more than one beacon in a single region?

According to Estimote: There is almost no limit to how many beacons can be included in a single region (technically, it’s over 4 billion). How do we add more than one beacon in one single region for monitoring? We create a region like this: UUID…
M D
  • 47,665
  • 9
  • 93
  • 114
1
2 3
20 21