Questions tagged [ibeacon-android]

iBeacon in a single sentence is a technology that enables an iOS device or other hardware to send push notifications to iOS devices within close proximity using BLE (Bluetooth Low Energy).

Apple’s iBeacon works on Bluetooth Low Energy (BLE), also known as Bluetooth 4.0 or Bluetooth Smart. In a real life scenario it would be more of a location-aware, context-aware, pervasive small wireless sensor beacon which could pinpoint your location in a store. From there iBeacons could send you personal notifications of items around you that are on sale or items you may be looking for. It could enable payments at the point of Sale (POS) such that you don’t need to remove your wallet or card to make a payment. It could be a possible Near Field Communication (NFC) competitor.

It works by using Bluetooth Low Energy Proximity sensing to transmit a Universally unique identifier which when picked up by a compatible app or operating system can be turned into a physical location or trigger a specific action on the device such as a Check-in on social media.

Since BLE is a low energy technology it may face lot of challenges, such as data transmission rate, streaming might not be possible, security still remains an unclear subject, how would it manage broadcasting offers information on mass scale when in-store traffic is at its peak.

The beacons themselves come in a number of different formats, including small coin cell powered devices, USB sticks and software versions.

570 questions
-1
votes
1 answer

About Beacons Coordinate

I have my project and in my project I'm using beacons. I want to get coordinate with indoor location beacons.Is it possible to coordinate with only 3 beacon ?
ford
  • 29
  • 1
  • 3
  • 7
-1
votes
1 answer

BLE module as beacon for longer range?

I am on a search for BLE module that works also as an iBeacon and has an outdoor range of atleast 30 meters on iBeacon mode. I tried HM-10 but it only worked within 10 meters. Can you guys suggest any? Price should be max $10.Thanks
Mark
  • 9
  • 1
  • 5
-1
votes
1 answer

Beacon Library - Transmitter

I created a transmitter app with this Error code 2 in beacon transmitter for Android Beacon library code and able to transmit as iBeacon. Problem 1: The app no longer able to transmit if i killed the app from recents(Should i call this from…
-1
votes
1 answer

Android Beacon - Issue with bind/unbind(this)

I'm trying to create my own "BeaconManager" to develop different actions more easily. So I've created a new class and I've implement "BeaconConsumer" and its functions : public class MybeaconManager implements BeaconConsumer{ private…
P. Laine
  • 19
  • 1
-1
votes
1 answer

onScannerClosedWithResult(no.nordicsemi.android.beacon.Beacon)' on a null object reference

I am trying to write a app which scans for beacons, when I login to the app, it starts scanning but after some seconds it just crashes. if I turn off my bluetooth it works fine. this is the error I get: Process: com.noxel.apppaneladmintry2, PID:…
-1
votes
2 answers

Prompt users to enable physical web in supporting browsers

Is there a way to prompt users to enable physical web (and therefore BlueTooth) with JavaScript in a similar way to APIs like getUserMedia()? EDIT: I know this is relatively early stage tech and not widely supported, so the best option will probably…
Stan Bondi
  • 4,118
  • 3
  • 24
  • 35
-1
votes
1 answer

Ibeacon coding opening and closing

I am working on android project related to beacon. I have a question...if we want to receive message than our bluetooth device should be on always.. Qus-> can their is any way that our app is closed and bluetooth is also closed and when our device…
Jitender
  • 123
  • 1
  • 12
-1
votes
1 answer

Wearable Bluetooth Connection

Me and my friends are trying to make an Android Wear app that will communicate with Beacons. In our program, we have to set up a bluetooth connection between the wearable device and the beacon. We have not found any information, code examples, or…
-1
votes
1 answer

Android BLE Advertisment with service and characterstics

I want to develop an Android application which act as a beacon and advertise some data and have services and characteristics to read and write some data. Other devices should be able to scan the advertisement data of my phone and can connect to my…
Bilal Rabbani
  • 1,288
  • 14
  • 24
-1
votes
2 answers

How to get Log in Android?

I am trying to develop a Beacon Application in Android. In that i want to get that how many times a beacon is getting scanned in one minute. I know this is possible through log. So how to get it? I am new to this and need very much so please help if…
Harsh Mittal
  • 2,868
  • 1
  • 16
  • 21
-1
votes
1 answer

iBeacon protocol - distance clarification

Well started of learning iBeacon protocol, just one quick query, dose this protocol specify only 3 levels of distance detection or it can be any thing from 0 - 70 mtrs. I mean there are 3 levels far, near , immediate are their values protocol…
navjosh
  • 187
  • 2
  • 2
  • 13
-1
votes
2 answers

How to check if my phone entered the Estimote beacon's range?

I'm trying to make an app in Android Studio using Estimote beacon. I need a check like this. When my phone entered my beacon's range. My application will be display a message like "you entered the beacon area!" Thank you.
Root
  • 29
  • 5
-1
votes
1 answer

Does Android Beacon Library with Bluetooth 3.0 device detect BLE beacons?

I am thinking about developing an Android app using Android Beacon Libary which could run using either Bluetooth 3.0 or 4.0 BLE, but would be able to see BLE beacons. The reason is there are still a lot of mobile devices supporting BT 3.0 out there,…
-2
votes
1 answer

when several iBeacon transmitter, startRangingBeaconsInRegion function only get one UUID

when i use startRangingBeaconsInRegion(new Region("myRangingUniqueId", null, null, null);) to range the iBeacon signal in the area, my code can only get one iBeacon signal, even i set up two or three iBeacon transmitters in the room. is there any…
Bora Don
  • 13
  • 3
-2
votes
1 answer

create array from JSON value and pass

I have JSON values storing major & minor_id values in the key value pair and i'm getting the values proper but when i pass the value to check it's checking only last value from JSON and it's not checking all the values from JSON. How can i create…
raj raj
  • 39
  • 2
  • 7
1 2 3
37
38