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

is it possible to receive RSSI data from iBeacon much faster?

i know that recent apps can get the RSSI data continuously from beacon. but i need to get the data much faster. it may sounds weird that "much faster". but if you watch this video link: http://www.youtube.com/watch?v=4B1J1YPQ5_g (you can watch the…
ctrlcnv
  • 43
  • 5
0
votes
2 answers

How to access variable defined in onCreate in onCreateView

I'm trying to access the variable "adapter" declared in the onCreate section in the onCreateView section. It's a List. Every time I check the contents outside the onCreate it's empty. Here is the code package com.example.beacon; import…
GriffiN
  • 84
  • 10
0
votes
1 answer

Get Beacon Battery Level/Proximity and Pass to URL

I have an Estimote beacon that I am connecting to with my iOS app. I am successfully able to pass parameters like the major id and minor id, but I would also like to obtain the battery level and proximity and pass those along in the URL as well. I…
Brandon
  • 1,701
  • 3
  • 16
  • 26
0
votes
1 answer

Technical difference between Estimote beacon and Qualcomm's gimbal?

I have used both gimbal beacons and Estimote beacons. I need to know if there is any technical difference between the two? Estimote costs $33 per beacon, while gimbal is merely $5! What's the game?
Kakshil Shah
  • 3,466
  • 1
  • 17
  • 31
0
votes
1 answer

How declare Estimote array for many beacons

I see this question Estimote: detecting multiple beacons with ESTBeaconRegion and startRangingBeaconsInRegion? I try that answer provided but when I made three regions (eg: from that sample code beacon1Region, beacon2Region, beacon3Region) and…
Taku
  • 1
  • 2
0
votes
1 answer

Estimote: detecting multiple beacons with ESTBeaconRegion and startRangingBeaconsInRegion?

Beginner Estimote question: What is the correct approach for adding multiple Estimote beacons, with their respective major/minors, so that all beacons can be detected separately using startRangingBeaconsInRegion? This code works fine for a single…
jamesnik
  • 3
  • 1
  • 2
0
votes
3 answers

Doesn't work iBeacon identifier?

I'm using Estimote SDK. PROXIMITY_UUID = "B9407F30-F5F8-466E-AFF9-25556B57FE6D" // Beacon(iPad Air) [[CLBeaconRegion alloc] initWithProximityUUID:PROXIMITY_UUID major:2000 …
Hun
  • 3,652
  • 35
  • 72
0
votes
5 answers

Estimote distance units of measurement

I'm working with Estimote beacon from some weeks but I have a doubt. What is the unit of measurement of the Estimote's distance? NSString *distance=[NSString stringWithFormat:@"%@",beacon.distance]; If I place the Estimote at 10 cm from the iOS…
Carioni
  • 673
  • 2
  • 8
  • 19
0
votes
1 answer

Estimote: didRangeBeacons not called when in background?

i was wondering why I don't get the notification if my beacon proximity is Immediate – when the app is in background. In foreground mode, everything works fine. #import "ESTViewController.h" #import @interface…
fabian
  • 5,433
  • 10
  • 61
  • 92
-1
votes
1 answer

Error code 500 while saving location for Estimote Indoor Location

I had 3 indoor location beacons package with an email address and I get an error message during saving a location to estimate cloud.... the error message as below :- Error when saving location: Optional(Error Domain=ESTRequestBaseErrorDomain…
aznelite89
  • 2,025
  • 4
  • 21
  • 32
-1
votes
1 answer

decommissioned beacon how to add to another project

I registry Estimote beacon, using Beacon Tools (app by google) and assign to one of my projects. Then I want to delete (in purpose to assign it to another project) this beacon from this project so I decommissioned it. Now I can't do anything with it…
user7807288
-1
votes
1 answer

Estimote Beacons Distance Calculation

Im coding an android project (using EstimoteSDK) where I need to detect distance from my beacons, that's because I want to handle them as "detected" from maximum 1.5 meters. Should I do it using rssi & txpower? and if so, how do I get them using…
Itay
  • 1
  • 1
-1
votes
1 answer

How implement Estimote Beacons in Android?

I have checked the developer link of estimote. I have followed all step in that and it's working fine. My concern is that I don't know anything more about that in detail and I am integrating this is for the first time. Here is a simple flow of my…
Jay
  • 1,474
  • 9
  • 13
-1
votes
1 answer

Start application automatically once an event is received

In my application I'm using the Estimote Beacon API. In order to start the ranging service, the user must start the application (the most obvious thing...) but, i was wondering if it were possible to avoid this user interaction by automating the…
Loris
  • 454
  • 7
  • 19
-1
votes
1 answer

How can I get the uuid of estimote beacon using android beacon library?

I am able to detect estimote beacons using android beacon library. But the libirary giving me the uuid of the beacon as -1. The beacon layout I used for detecting estimote beacon is "m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24". Can any one help me?
1 2 3
20
21