beacon Questions
3
As of Android 11, apps targeting SDK 30+ will not show a user an option to grant background location permission to an app more than once. If not initially granted, it requires users to go to a sett...
Fellmonger asked 7/10, 2020 at 15:3
1
I am using Moko H2 beacon and using this library to get beacon list I am getting beacon list successfully
I am getting this type of response after scan
[
{
"mac": "F2:EE:97:63:1B:B...
Kc asked 3/12, 2020 at 10:32
2
Initially I setup a BroadcastReceiver to receive intents from the Nearby Messages API.
class BeaconMessageReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent...
Israelisraeli asked 5/12, 2018 at 16:56
1
When sending an advertising packet in bluetooth LE, inside the PDU it is possible to add different type of data. Some of them are the service data types, which Data Type Value are:
0x16 Service Dat...
Dunstable asked 27/8, 2019 at 23:2
3
Solved
I am trying to write text data to my BLE device. So , i am following Android Bluetooth GATT classes to do the task. But i found writing the text to the Characteristics is fine but while trying to r...
Erbil asked 9/3, 2016 at 21:49
1
Solved
Google added restrictions of not broadcasting the Bluetooth switch states to the app when the app in the background. This effectively blocks the optimized Bluetooth beacon scanning in the backgroun...
0
Problem:
I am getting a GATT exception 133 when trying to read the characteristics.
I made a delay to read but unfortunately it doesn't works followed by the GATT 22 error.
It happens on few dev...
Dray asked 1/12, 2017 at 15:21
3
Solved
I want to connect with ble peripheral.
But my code doesn't call didConect function
this is my code :
func centralManager(_ central: CBCentralManager, didDiscover peripheral: CBPeripheral, advert...
Kroo asked 12/4, 2017 at 1:52
1
Solved
I have a project that requires ranging of beacons, I've looked at lots of sample code which all uses CLLocationManager and CLBeaconRegion. My issue with this is that the didRangeBeacons callback on...
3
Solved
Would it be possible make Google maps aware of our beacons via their registry or api or something, so that google map can accurately give indoor direction to users in a facility that is under our c...
Loveland asked 10/11, 2016 at 5:12
0
I've been struggling for a while with this, I'm currently using Estimote Beacon on Android and I'm collecting their RSSI and TxPower to calculate their range. Once I got this data and I know their ...
Hialeah asked 29/9, 2016 at 14:11
1
Solved
I am trying to stop the debugging spew of the Android beacon library, but it does not work.
I have this in my gradle:
compile 'org.altbeacon:android-beacon-library:2.3.3'
I tried:
public Beaco...
Molliemollify asked 19/2, 2016 at 0:24
3
Solved
I am building a framework in which I need to import some objective-c frameworks.
For now I need to import "Beaconstac.framework", but we can not add a bridging header in a swift framework...
Headlight asked 19/11, 2015 at 7:1
2
Solved
I am trying to send text data between two Android devices using beacon. I am using Android Bluetooth Low Energy APIs to develop the application. But i am stuck in reading the data.
Whenever i am t...
Verticillaster asked 11/3, 2016 at 10:18
0
I'm using Android Beacon Library to detect beacon and start a simple application.
Currently I'm able to start beacon service,which detects beacon after every 5 min(default time).But the thing is af...
1
Solved
We can make iOS devices act as a iBeacon transmitter and We can locate nearby iBeacons if we know their Proximity UUID.
With Google's Proximity Beacon API, It's possible to configure and register...
Demonstrative asked 3/2, 2016 at 10:52
1
Solved
I'm new with the beacon technology and I have some doubts.
What is the difference (who is better) between the Proximity Beacon API vs Android Beacon Library?
Proximity Beacon API is completely fr...
1
I am using altBeacon library for beacon detection. After checking out the sample codes on Beacon detection, they always implement the Interface BootstrapNotifier on the Application class instead of...
1
Solved
I'm trying to create an android application to detect Gimbal based beacons using the Gimbal sdk but my application cant be able to detect the beacon. But if I try using BluetoothGATT, I can be able...
1
© 2022 - 2024 — McMap. All rights reserved.