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

How to get indoor location X and Y postion when app runs in Background?

Currently I am working on Estimote indoor location SDK to use indoor location service and I am getting X and Y position when app is foreground but i want to also get X and Y position when application is background so its possible in Estimote indoor…
Diken Shah
  • 1,189
  • 9
  • 25
0
votes
1 answer

How to fetch Estimote Beacon name in iOS application?

I have been working on Estimote SDK 3.0.1 (March 24, 2015) in which I have to fetch all beacons name which are in range. I am using a demo code provided by Estimote SDK 3.0.1. There is a class in Estimote SDK - ESTBeaconConnection which is…
ajeet sharma
  • 803
  • 10
  • 37
0
votes
4 answers

Undefined symbol linker failure for Estimote SDK

I am trying to include the Estimote SDK 3.0 into my project, but i am getting the following linking error: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_ESTBeaconRegionWrapper", referenced from: objc-class-ref in…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
0
votes
0 answers

didEnterRegion didExitregion not being called

I am putting together a simple estimote test using swift and coreLocation. However I am not getting didEnterRegion, didExitRegion I read following answers already but it still didn't end my problem. startMonitoringForRegion never calls…
judopro
  • 35
  • 7
0
votes
1 answer

Sub Second iBeacon Monitoring

I have no hands on experience with BLE and beacons at this point, and am having a hard time figuring out the viability of using them in a particular manner. Wondering if anyone can provide some high level feedback about the viability of this use…
0
votes
1 answer

Swift - Play sound when near a Beacon

I bought some beacons and started to play with them following some tutorials. I have a little problem now, with the following code I can successfully change the background color of my iPhone, but the sound (a 3 mins MP3) is looping after some…
Mark
  • 1,069
  • 2
  • 21
  • 44
0
votes
2 answers

Estimote Repeat Notifications

I am developing an iOS 8 app with multiple Estimote iBeacons. According to (https://community.estimote.com/hc/communities/public/questions/200966066-How-detect-multiple-beacons-iOS?locale=en-us), I implemented one BeaconManager, and registered it…
ailoiss
  • 3
  • 3
0
votes
1 answer

Android Estimote Region Monitoring

I am trying to add the Estimote SDK into my Android app. I'm getting pretty close, but I'm having some trouble monitoring for a region. I am following the Estimote Android SDK Guide on GitHub at https://github.com/Estimote/Android-SDK. For some…
Brandon
  • 1,701
  • 3
  • 16
  • 26
0
votes
2 answers

Setting value on ViewController class

I'm new to iOS development, but I'm trying to modify the example app provided by Estimote (I'm working with their Indoor Positioning SDK). In the example, there is a ViewController class called MenuViewController that contains a function called…
andyopayne
  • 1,348
  • 3
  • 24
  • 49
0
votes
1 answer

Estimote Android SDK Context

I am adding the Estimote SDK into an Android app. I am following Estimote's guide on GitHub available at https://github.com/Estimote/Android-SDK. I am having trouble with this line of code and am getting an error that says "cannot resolve symbol…
Brandon
  • 1,701
  • 3
  • 16
  • 26
0
votes
1 answer

iBeacon Arrow Rotation

I am working on an iOS app, and I am trying to rotate a UIImageView that has the graphic of an arrow. I have my location in the room as a CGPoint, and I want to show the direction you need to head to reach another CGPoint. How do I generate the…
Adam Hoffman
  • 75
  • 1
  • 7
0
votes
1 answer

No Class found Error while using BeaconManager

I am developing an application in which I am using Estimote SDK for the Beacons. I have successfully added the Jars into my project and also used BeaconManager class to check for the status of the Bluetooth of the Device. Now whenever I am launching…
Salman Khan
  • 2,822
  • 5
  • 32
  • 53
0
votes
1 answer

Call Function on Enter View Controller

I'm pretty new to iOS development, so I apologize if this is an easy or beginner level question. I'm working on creating an iphone app based off of the Estimote Indoor SDK swift example. The main storyboard has two controllers on it: the…
andyopayne
  • 1,348
  • 3
  • 24
  • 49
0
votes
1 answer

What is the maximum number of Ibecons that a mobile/tablet device can handle

I have a scenario in which there are beacon bands in hands of the people. The Devices will have to keep entry exit track of all the bands. What can be the maximum number of bands which could be used in which the device could give the desired result.…
Yash Rastogi
  • 465
  • 4
  • 14
0
votes
0 answers

Unity 3d Estimote Beacons

I had this error when using the android plugin with unity 3d and estimote sdk: ClassDefNotFoundError I needed to start estimote service but it did not work inside a normal Class. So the solution was using fragments and adding it inside the class…