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
4
votes
0 answers

Issue calling > 1 Region in startRanging(..)

I am facing one issue here. I am trying to create > 1 Region for Beacon Ranging. but it's not working. It never get called even onServiceReady(...). When i do the same for single Region then it's fine. It's worked. Code: import…
M D
  • 47,665
  • 9
  • 93
  • 114
4
votes
1 answer

Unique notification for each Beacon (more than 20 beacons)

I'm building an iOS App, in which I would wish to handle more than 20 iBeacons. Basically all beacons added to the web portal have to be handled by the App. Since there is an iOS restriction to number of region to be monitored as 20, I'm unable to…
sreejith.virgo
  • 333
  • 1
  • 4
  • 15
4
votes
1 answer

Estimote Nearables

All, I am trying to find the proximity of a nearable. I am constructing a switch statement to check if its near, intermidetate, far etc. I am working in Swift. I have ranged my nearable and I am in a delegate method : func…
Jason
  • 1,057
  • 3
  • 13
  • 31
4
votes
1 answer

Estimote beacon security

I have Estimote Developer Preview Kit. By the Estimote Android app I can change major and minor ids of the beacons. So anybody can change major and minor ids of beacons. How can I secure the beacons?
ferpar1988
  • 596
  • 2
  • 5
  • 17
4
votes
1 answer

How to start ranging without UUID using estimote beacon android?

I am making an android application on beacon in this app I want to find estimote beacon. So I want to know that how to start ranging beacon without uuid and how to search estimote beacon. I want to find uuid of Estimote. If anybody knows please help…
Kamlesh
  • 407
  • 1
  • 3
  • 17
4
votes
2 answers

Estimote iBeacon: Monitoring in background (Android)

I would like to have push notifications when my app is open but is in background. For now I have changed the Estimote Demo, and my app gives me a notification when my app is in foreground which is not much of use. I post here my code of…
ayasha
  • 1,221
  • 5
  • 27
  • 46
3
votes
2 answers

Parsing Estimote Nearable using AltBeacon

I am trying to parse Estimote Nearable packet format using Altbeacon: I have the reference for IBeacon: // Apple iBeacon beaconManager.getBeaconParsers().add(new BeaconParser() …
Veaceslav
  • 181
  • 2
  • 12
3
votes
2 answers

iBeacon Monitoring with Unreliable Results (didEnterRegion & didExitRegion)

I'm currently working on an iOS app that ranges and monitors an iBeacon in order to be able to do some actions and receive notifications. Ranging is working flawlessly, but I'm having troubles with the beacon monitoring and the notifications. I've…
Luciano LB
  • 53
  • 6
3
votes
0 answers

controlling a bluetooth hardware remotely by php(control panel website)

I am having a bluetooth low energy device which broadcasts its signal every 30ms. and I have a website as a control panel to show some devices statistics and to send some commands to the device. I want to control the intervals between signals that…
user3696174
  • 123
  • 9
3
votes
1 answer

iOS iBeacon Monitoring triggered randomly

I have a very strange behavior in my iOS application. While the beacon monitoring is working fine in most cases, there are sometimes hours where the didEnterRegion and didExitRegion events are fired multiple times in a row. The beacon itself is…
Kyaak
  • 41
  • 4
3
votes
1 answer

Local Notification When didEnterRegion?

I have the following code which work perfect when app terminated. -(void)beaconManager:(id)manager didEnterRegion:(CLBeaconRegion *)region{ UILocalNotification *notification = [UILocalNotification new]; notification.alertBody = @"TEST…
Omarj
  • 1,151
  • 2
  • 16
  • 43
3
votes
2 answers

Estimote iBeacons and Cordova - sending push notifications when app is killed iOS

I'm making an app with Apache Cordova with Evothings Javascript plugin and Estimote iBeacons. I've managed to get push notifications working with the Phonegap PushPlugin when the app is int eh background (not completely closed), however I want to…
JamesG
  • 2,018
  • 2
  • 28
  • 57
3
votes
1 answer

IBM Mobilefirst 7.0 - Can we Integrate Estimote Ibeacons with IBM MobileFirst

Currently I'm working on IBM Mobilefirst and estimote ibeacon Integration. I didn't found any document for developing Hybrid Application using estimote Ibeacon API. Can we integrate Estimote Ibeacons with IBM MobileFirst.
Venkatesh Voona
  • 423
  • 8
  • 27
3
votes
1 answer

Can't create location manually using iOS Estimote Indoor SDK

Can't create correct location manually - it always shows wrong position. Can someone tell how to do it right and show where I have wrong values in my code? Thanks. ESTLocationBuilder *locationBuilder = [ESTLocationBuilder new]; …
3
votes
1 answer

Is it possible to show directions and locations to estimote beacons from Android App?

I have been working with Estimote Beacons for Android App Development. I'm getting beacons range and distance from Android. But, i want to show the directions and location of specific beacon to the user to reach specific beacons. So, is it possible…
Siva Polam
  • 87
  • 1
  • 12
1
2
3
20 21