Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [beacon]

A technology that enables a device to send push notifications to other devices within close proximity by using Bluetooth Low Energy (BLE).

0 votes
0 answers
25 views

trilateration algorithm for calculation of real time location (flutter app) (BLE beacons used)

I am trying to implement a real-time location system in which I can upload a map (image) and pinpoint certain things such as the location of beacons, destination, and so on. I am trying to calculate ...
Meiirzhan Baitangatov's user avatar
0 votes
1 answer
42 views

How to use web application as bluetooth receiver RSSI?

I want to create an indoor positioning on a web application. I tried using the Web Bluetooth API to receive RSSI, but it doesn't work. Here is the code for receive bluetooth RSSI: <!DOCTYPE ...
Setthasak Boonprasert's user avatar
-1 votes
0 answers
15 views

How to change advertise period to some seconds by lib AltBeacon or by native instruments in Android?

For example, I know about AdvertiseSettings class, and parameters ADVERTISE_MODE_LOW_POWER, ADVERTISE_MODE_BALANCED, ADVERTISE_MODE_LOW_LATENCY. But how we can set advertise period (frequency of ...
Arsen Tagaev's user avatar
0 votes
0 answers
31 views

why my React native app for android is missing advertising packets while scanning using react-native-ble-plx library?

I am using react-native-ble-plx library https://dotintent.github.io/react-native-ble-plx/ inside my React Native project(android). My app is missing advertising packets while scanning. Beacons ...
Lavanya's user avatar
-1 votes
1 answer
76 views

2024 iBeacon BLE - Xcode 15.4 iOS iBeacon app advertising sets and beacon monitoring issue

I developed iOS app that is using startMonitoring(for: region) method to detect region entry and exit events via didEnterRegion and didExitRegion delegate methods. Region monitoring worked for years ...
Bosniak's user avatar
  • 47
1 vote
2 answers
97 views

How to simulate a beacon on one smartphone and to detect it on a second smartphone generating a automatic notification (all with existing apps)

I would like to use a old smartphone to simulate a beacon and leave it at home always charged just for this purpose. I would like to detect it automatically on my personal new smartphone and get a ...
Domenico Pozzetti's user avatar
0 votes
2 answers
252 views

Intent-based scan with Android Beacon Library

I'm trying to detect iBeacons with the Android Beacon Library while my Android application is in the killed state (doesn't appear in the task manager). I've already managed to monitor and range ...
guti's user avatar
  • 25
0 votes
0 answers
32 views

Detect beacon (iNode) in background

I'm trying to build an application for registering in/out time. I want to detect when the person enters the location and send a request with the access timestamp to my server. Everything in background ...
Blazej Kita's user avatar
0 votes
1 answer
95 views

altbeacon library sample app Unsupported class file major version 61

I need to bolt beacon detection on to my existing app. I have followed the android documentation for this. I have downloaded the sample app from https://github.com/AltBeacon/android-beacon-library-...
Tony's user avatar
  • 37
0 votes
0 answers
13 views

Connection to Seopolia/MainNet beacon

I am trying to connect nethermind to prysm consensus chain for interacting with lightnode in sepolia/main net Based on this instruction i successfuly made first step https://docs.nethermind.io/get-...
dodaj94604's user avatar
0 votes
0 answers
160 views

400 BadRequest as answer after sendBeacon

I am struggling very hard to find the mistake in my code. I send a beacon with some data to a controller route where the data should be saved in the database. When checking the developer console, I ...
Hans Martin's user avatar
1 vote
1 answer
169 views

I can't get list of all uwb estimote beacons when we enter in beacon range android

Here is my code I have 3 beacons on cloud estimote account. All 3 beacons put on some distance with same floor but i can't get all beacon details when I enter in beacon range area. please help me what ...
Priyanka patel's user avatar
1 vote
0 answers
50 views

I want to know that react-native beacon uuid

I want to create a code that detects beacons using react native. react-native-beacon-manager library is old and doesn't work well. So I used react-native-ble-plx library, but I want to know ...
머랭쿠키's user avatar
0 votes
0 answers
118 views

Unable to scan ibeacon in Flutter

I am a student studying flutter. While implementing BLE communication in Flutter, information about ibeacon is not received. I am using flutter_blue_plus, but I would appreciate it if you could ...
박민서's user avatar
0 votes
1 answer
55 views

ANR issue with AltBeacon in Android

I am currently working with the AltBeacon library for beacon detection. However, I am encountering ANR issues in my app. After some investigation, I found that the BeaconService's methods are executed ...
Kevin Gilles's user avatar

15 30 50 per page
1
2 3 4 5
59