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
0
votes
1 answer

Is Android L device act as a Beacon Now?

In Android 4.3, i understood as an Android devices can't act as a Beacons because of not supporting for BLE Peripheral mode. But, Android L comes with supporting for BLE Peripheral Mode. So, Is it possible to the Android Devices now act as a…
Siva Polam
  • 87
  • 1
  • 12
0
votes
3 answers

How exactly iBeacons Workful?

Suppose, I implemented an Android app for 1 Shopping mall (XYZ) by using estimote beacons. one user installed that app and reached to that shopping mall so that app recognized some beacons in range and based on that ID app shows some notifications…
Siva Polam
  • 87
  • 1
  • 12
0
votes
2 answers

App that changes estimote beacon uuid, major and minor

I know how to use the estimote sdk to alter the beacon's uuid, major and minor values but I was wondering if there exists an .apk that already does this to save me time.
Ogen
  • 6,499
  • 7
  • 58
  • 124
0
votes
2 answers

Is there any limit to detect Estimote beacons from Android App?

I've 6 Estimote beacons near to Android Device. And, i installed demo app and in that device showing/detecting only beacons out of 6 beacons (All 6 beacons are with in range only). So, i want to know that is there any limit to detect beacons from…
Siva Polam
  • 87
  • 1
  • 12
0
votes
0 answers

How to get particular product details among different estimote beacons?

I'm new to Estimote Becons concept. The concept is very awesome. I'm interested to know more about this for further development. I read estimote guide and more documents also, but I'm very confused by these points. Suppose, I have 3 beacons in a…
Siva Polam
  • 87
  • 1
  • 12
0
votes
1 answer

Estimote SDK - Beacons raging in background

First question is better is Estimote SDK or CoreLocation framework? I have app which is finding the beacons but now i must made an app which will find beacons when application is in background or even is terminated.
Spamizator
  • 69
  • 1
  • 11
0
votes
1 answer

can Estimote Android SDK see iPhone Estimote Virtual Beacon?

still waiting for the beacons from Estimote to arrive. meanwhile, I cannot get the Android SDK to see the iPhone Virtual Beacon (Estimote). Any ideas? I am using the Github Android SDK. Should I change/keep the UUID provided there? private static…
bboy
  • 1,357
  • 2
  • 15
  • 31
0
votes
1 answer

Xamarin Estimote not finding beacons for iOS

Im just trying to get a really simple POC of my multiplatform app finding ibeacons in a crossplatform xamarin solution. I've got the android side of things going but just hitting issues with the iOS side of things. I've got the following hacked up…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

IOS passbook with Estimote iBeacon

I'm able to create the pkpass containing iBeacon proximityUDID and also, added the same pass to native passbook application within the device(iPhone). But that pass is not come out to the device screen automatically when we enter in the iBeacon…
0
votes
1 answer

Simple Estimote (iBeacon) Xamarin example not working

I'm trying to detect Estimote iBeacons from Xamarin iPad app but the 'DidRangeBeacons' event is never fired. locationManager = new CLLocationManager(); var beaconId = new NSUuid("B9407F30-F5F8-466E-AFF9-25556B57FE6D"); beaconRegion = new…
Chris Koiak
  • 1,059
  • 2
  • 11
  • 24
0
votes
1 answer

Monitor a range of Beacons

I want to monitor a range of beacons using Estimote. For example lets say that ("rid", "uuid", , ) identifies a series of beacons, where all the beacons my app uses share the same "rid" and "uuid". I also hace a number of brands, where each can have…
Mateo
  • 500
  • 4
  • 11
0
votes
1 answer

Obtaining Geo Location Long and Lat of iBeacon in iOS

Im wanting to know if anyone knows of a way using the data that the ibeacon is sending to the phone can you than use that to calculate its longitude and latitude. Being the fact that I know the Long and Lat of the phone using core location (ios,…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

Time spend around a beacon

What should be the correct approach to identify time spend around a beacon[not within a region] in background. I am able to do this when app is in foreground using didRangeBeacons and some business logic.I read on few forums that ranging does work…
Devang
  • 320
  • 3
  • 12
0
votes
1 answer

How do I find ANY beacon using the AltBeacon android reference library?

I'm using the altbeacon android reference library for detecting beacons. There is an option to configure the parser to detect other non-altbeacon beacons e.g. Estimote (as described here) by adding a new BeaconParser (see this) which works a…
Mark Chidlow
  • 1,432
  • 2
  • 24
  • 43
0
votes
1 answer

Ibeacons proximity incorrect

I have been using estimote beacons to work with near and immediate proximities. But Im noticing some weird behavior from the beacons. The beacons that are about 30 m far are also being detected as near and immediate. Im not sure if this has…
user3453339
  • 77
  • 1
  • 1
  • 9