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

Estimote : Show notification when the app is closed

How to show notification when the app is closed with estimote api.As it is having default BeaconService we need to implement it in the application level to show the notification when the app is closed.So for that i'm trying with the following code.…
Harish
  • 3,122
  • 2
  • 31
  • 46
3
votes
1 answer

Can't detect iBeacon in iOS 8

I've followed online tutorials from AppCoda and Devfright to create an iBeacon detection app. I'm using an iBeacon from estimote, an iPad 3 with iOS 8. The app simply does not detect my iBeacon whereas its being detected by other iBeacon apps. I…
rkk817
  • 117
  • 1
  • 13
2
votes
1 answer

User-based location receiving notification which send in background with Capacitor/Cordova

I have an Hybrid app for both iOS and Android developed with Ionic and Capacitor. For this App I want to send notifications if a user crosses a specific location within a few meters. As options I figured out this could be done using Geofencing or…
user1469734
  • 851
  • 14
  • 50
  • 81
2
votes
1 answer

NotificationManager Error Android Studio

I have write a code to have pop-up Notification when in range of Beacon. my code for notification like this: private void showNotification(String message){ Log.d("Hay8","DCM8"); Intent intent = new Intent(context,…
TMN167
  • 112
  • 1
  • 8
2
votes
1 answer

Estimote beacons not working on Iphone as expected

OUR GOAL WITH ESTIMOTE BEACONS : We are planning to setup Estimote beacons in golf course. our scenario is whenever player reaches the hole and what is the pace of play, It should be detected by the beacon & respond to the server through our IPhone…
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
2
votes
1 answer

How to use ibeacon when application in background and iphone reboot

So i'm developing the iOS app with objective c language. problem is with the ibeacon notification with iPhone. So basically phone is monitoring entry and exit of beacon with the specific UUID and major minor. Its working good when the app is in the…
Akshay Savaliya
  • 133
  • 1
  • 12
2
votes
3 answers

Using android.os.Build.VERSION to use estimote library

I create android app, which is connected with estimote beacons. My project has to use estimote library and this library minimum sdk is set to 18, so minimum sdk of my whole project has to be 18. But I want my application works on minimum sdk 14. Is…
DivinaProportio
  • 220
  • 1
  • 3
  • 13
2
votes
2 answers

Get Proximity Information of Estimote Beacons without official API?

I want to develop an platform independent framework providing proximity information by using Estimote Beacons and Java. Is this even possible? I tried out some of those official Android Tutorials using the EstimoteSDK and they work fine. Could I…
Juri Adam
  • 569
  • 6
  • 21
2
votes
0 answers

Why WinBeacon cannot receive data from etimote beacons

I am using an Lenovo Ultrabook with Windows 8.1 OS and Bluetooth 4.0 BLE. I installed WinBeacon on my notebook by using NuGet Console. I replaced the Bluetooth driver with the WinUSB driver by using the Zadig tool. Then I downloaded the WinBeacon…
RDaniel
  • 49
  • 8
2
votes
4 answers

Unknown type name 'ESTBeaconRegion'; did you mean 'CLBeaconRegion'?

Isssue 1: I'm following this estimote tutorial to create my own Estimote app. However this error appeared: Unknown type name 'ESTBeaconRegion'; did you mean 'CLBeaconRegion'? How to solve it? I've included the header and also the delegate #import…
user1872384
  • 6,886
  • 11
  • 61
  • 103
2
votes
1 answer

iBeacon - can detect using startRangingBeacons but not for didEnterRegion

I need to detect when the device enters or exits a region and performs some action based on this. Using the 'startRangingBeaconsInRegion' I can detect the closest iBeacon and change the background color based on this, and white if it can't detect…
CYMR0
  • 566
  • 6
  • 16
2
votes
2 answers

Update Ionic view from async callback

I am using the phonegap-estimotebeacons plugin in my Ionic app to range some beacons. When it gets updated beacon info, I want it to update the view, but my list doesn't get updated until I switch to a different tab and then switch back. Here's my…
Samo
  • 8,202
  • 13
  • 58
  • 95
2
votes
1 answer

Estimote Stickers + Node.js + Raspberry-Pi

I'm using Noble / Bleacon with a Raspberry-Pi and a MacbookProRetina and I'm trying to discover an Estimote Sticker but it's really difficult since it's broadcasting an iBeacon packet once every X minutes. As far as I know somebody told me that it's…
mtt
  • 1,697
  • 1
  • 15
  • 20
2
votes
1 answer

CoreLocation or Estimote iOS SDK

In my iOS app, I just need to find out the beacon region entry/exit based on the UUID, Major, Minor numbers. The beacon I am going to listen for can be of any type say Estimote or an iOS device which can act as a beacon. Can I use CoreLocation alone…
saikamesh
  • 4,569
  • 11
  • 53
  • 93
2
votes
1 answer

Read temperature from Estimote BLE beacon without API

I want to read the temperature sensor of the Estimote beacon on a Rasperry Pi. That means that it needs to be done without the use of the provided Android and iOS SDKs. Can it be done? Thanks to John Shovic I am able to read UUID and RSSI etc, but…
Arne S
  • 1,004
  • 14
  • 41
1 2
3
20 21