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
-1
votes
2 answers

How to find angular position and distance of Estimote iBeacon against iPhone?

I have been working on Estimote beacons SDK for creating application in which I have putted 6 estimote beacons on 6 different meeting hall. And I can get distance (in meter) of all beacons from the iPhone which contains my app. To get distance of…
ajeet sharma
  • 803
  • 10
  • 37
-1
votes
2 answers

How to check if my phone entered the Estimote beacon's range?

I'm trying to make an app in Android Studio using Estimote beacon. I need a check like this. When my phone entered my beacon's range. My application will be display a message like "you entered the beacon area!" Thank you.
Root
  • 29
  • 5
-1
votes
1 answer

How to get estimote beacons range in Android?

Suppose, I've 3 beacons in a room. When a person entered into that room. The Android App finds out those 3 beacons with different ranges like 1st beacon is in Immadiate range, 2nd beacon is in near range and 3rd beacon is in Far range. So, how can…
Siva Polam
  • 87
  • 1
  • 12
-1
votes
1 answer

Connect and store Estimote beacons to local SQLite database

I got my Estimote beacons up and running, and would like to connect my device to a local database which I would store my Beacons, together with a list of Facilities which I would couple with them. I have looked up similar questions, but haven't…
Marvin Effing
  • 2,693
  • 3
  • 20
  • 35
-1
votes
1 answer

Not able to store and retrieve values from NSMutable array

I'm storing a value in a NSMutableArray...however when I try to retrieve it, it doesn't find it. My aim is to look for beacon major id. If a new beacon major id is found I save it in the array. So the next time when I read the beacon major id, if…
-1
votes
1 answer

Estimote multiple beacons

I see this question Estimote: detecting multiple beacons with ESTBeaconRegion and startRangingBeaconsInRegion? and it seems people have figured this out but it crashes my app. Is there an example of the array created and in use. If anyone could…
-2
votes
1 answer

Estimote SDK vs Altbeacon Library for Android Development

What are the pros and cons of using the Estimote SDK or the Altbeacon beacon library for developing Android apps using BLE beacons? I am only talking about the Estimte SDK not their cloud services. I don't necessarily want to use Estimote beacons…
-2
votes
1 answer

How to perform Estimote iBeacon Account Login and Logout in iPhone application programatically?

I am working on beacons based application. And I am using Estimote beacons. I have one problem in which I am not able to show login screen of estimote account in my iphone application like this: When I am running sample code of Estimote SDK then to…
ajeet sharma
  • 803
  • 10
  • 37
-2
votes
2 answers

How to connect to a beacon ESTIMOTE

I am looking at the SDK for iPhone for estimate beacons, I see - (void)connectToBeacon to connect to the beacon, but how can i pass it is UUID,Major and Minor to connect, doesn't seem to allow me. any advice would be great.. thanks
user3480715
  • 45
  • 11
1 2 3
20
21