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

How to get beacon receive new configuration

I have the estimate beacon and I can change uuid from their iOS app but from what i read beacon use BLE tec. and it made to send only advertisement data so how does it receive the new configuration. thanks
0
votes
1 answer

How to get properties of beacon kontakt?

I need to connect to the beacon using the sdk provided by the kontakt beacon ?Does i want to know the API key for this to fetch the properties of beacon such as power,uuid,proximity etc??
midhun0003
  • 603
  • 1
  • 10
  • 26
0
votes
1 answer

What to send as beaconsData to getActionsForBeacons (Kontakt beacons)

I am using Kontakt beacons and iOS SDK and my code is again and again crashing at the part to get Actions for my beacons Kontakt SDK docs are here - (void)locationManager:(KTKLocationManager *)locationManager didRangeBeacons:(NSArray…
vongolashu
  • 375
  • 3
  • 17
0
votes
1 answer

Getting wrong minor and major value of estimote beacon

I am working on Estimote beacons and making the demo app to find out nearest beacons Minor and Major value. but when i check the estimote example app then i am getting proper major and minor value but when i use that code in my project then it…
Rushabh
  • 3,208
  • 5
  • 28
  • 51
0
votes
1 answer

Fire PushNotification in didRangeBeacons methods

I am developing app using Estimote beacons, so i have three beacons one for Entry and second for Exit and third for messages.I want to fire push notification based on proximity user is getting so i get the push notification but issue is that it give…
Rushabh
  • 3,208
  • 5
  • 28
  • 51
0
votes
2 answers

Estimote Beacon Accelerometer update time

i used beacon accelerometer, but accelerometer count data is given only when beacon is stabilized. for example "shaking beacon along 5 minutes and stop" is equal only 1 count. So, can't i count step with beacon ? thanks
ardacankaya
  • 211
  • 1
  • 4
  • 14
0
votes
1 answer

Estimote: Send a Notification to User when iBeacon is near

I am modifying the Demo App provided by Estimote. At the moment I am receiving a notification when I enter in the region of a beacon and then I won't receive any more notification unless I exit that region. I would like instead to receive a…
ayasha
  • 1,221
  • 5
  • 27
  • 46
0
votes
1 answer

Android beacon Monitoring while Ranging

In continuation with my previous question asked here, I am no longer following the approach of creating single Region for all beacons. Now i am creating Regions at run-time. I did ranging first. Below is code that i am trying to implement. public…
0
votes
1 answer

Estimote iBeacons not detecting

i have recently purchased the estimote i have seen lots of demo but not able to detect the device. Here is my code - (void)viewDidLoad { [super viewDidLoad]; self.peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self …
Sunny Shah
  • 12,990
  • 9
  • 50
  • 86
0
votes
1 answer

How to make iBeacon foreground ranging for CLProximityImmediate faster in iOS?

I am experimenting with a iPad app (iPad Air, app running in foreground, not background) and a couple of beacons (from Estimote and Bluecat) to develop an indoor and outdoor game where people have to scan beacons in proper order. Beacons are placed…
Maciej Jastrzebski
  • 3,674
  • 3
  • 22
  • 28
0
votes
2 answers

In Android, How to get ibeacon details onExitedRegion when Region is created with proximity UUID only

I am working on android application with Estimote beacons. I am trying to work on a scenario where i will be using more than 100 beacons. For this, instead of creating separate Region for each beacon, I am creating single Region by assigning common…
yogeshhkumarr
  • 306
  • 1
  • 16
0
votes
2 answers

Estimote Proximity Profile UUID for Android Development

I'm trying to make an Android program that will always scan for a specific Bluetooth device, and alert the user when the phone is within proximity. I modified the demo code provided here:…
0
votes
2 answers

Estimote iOS SDK Examples cannot find beacons to select

I have the Estimote iOS SDK downloaded and running on the iPhone with no errors. However, when I click into the 3 examples, it goes to the 'Select Beacon' page and none appear to click. I know that my Esimotes are working since I have another app…
LMo
  • 1,429
  • 2
  • 15
  • 32
0
votes
2 answers

ibeacons delegate called only in main controller

I have a big problem. With iOS 7.1, it's possible to monitor the enter/exit of a beacon region even if the app is closed (not in background, but completely closed). But I notice that this is possible only if the beacon delegates are in the main…
0
votes
2 answers

Getting a unique hardware identifier with BTLE/iBeacons

I'm looking for a way to distinguish hardware devices via BTLE. I'm quite open to using any system (Estimote, Gimbal etc) but I need to find a way to identify a device before any handshake is given. For example: If there are 20 BTLE enabled devices…
Alex
  • 3,732
  • 5
  • 37
  • 59