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

All Questions

0 votes
0 answers
19 views

IBeacon data in MAUI application [closed]

I'm searching for a package that can read some data (major,minor and mac address) from beacons (via bluetooth/bluetooth LE) but I'm not able to find anything... must work on iOS and android (no need ...
Denis De Pauli 's user avatar
0 votes
0 answers
37 views

Android can't detect BLE devices

I'm trying to do an indoor localization app using bluetooth beacons. Everything seems to be working but my android studio just doesnt detect any rssi value. I've tried all the solutions online but ...
Jia Yee Chong's user avatar
0 votes
0 answers
16 views

Making the BLE (iBeacon mode) connectable on a STM32WB55 board

I'm currently working on a STM32WB55 board and I'm trying to make the BLE (iBeacon mode) connectable. Actually, the porpuse is to send a data frame via BLE and be able to go back and modify some ...
Mamadou Diallo's user avatar
-1 votes
1 answer
77 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
8 votes
0 answers
101 views

How can I store additional information in a BLE device/Beacon

I have a requirement where I'm building an app for iOS and Android (currently in React Native) where I want to look for BLE devices in the background and based on the BLE Beacon encounter I'll call ...
Wasif Jameel's user avatar
4 votes
0 answers
513 views

How can one use the iOS 17 CLMonitor APIs to monitor for an iBeacon?

It seems the new recommended way to work with Beacons in Swift is through a CLMonitor. As much as am I excited to be rid of delegate-style event handling, I can't get a basic example working with the ...
The Final Cut Cat's user avatar
0 votes
0 answers
67 views

Detect BLE iBeacon for paired BLE peripheral with dasbus in Python

I want to program a BLE central in python 3.11. to control a BLE peripheral (Nuki smart lock). To communicate over the D-Bus I am using the dasbus package. The standard communication is via connecting ...
Josef's user avatar
  • 31
1 vote
1 answer
75 views

Does selecting a specific advertising channel in iBeacon BLE lead to lower transmission speed?

Im actually trying to select a specific channel using the command parameter Advertising_Channel_Map, the values it has are 0x01 (channel 37), 0x02 (channel 38), 0x04 (channel 39) and 0x07 (default, ...
ZNano's user avatar
  • 25
1 vote
1 answer
388 views

Why my code about advertisement in BLE takes around 1 second between packages sent

I made a program using BlueZ (v5.49) in python. The goal is send advertising packages (iBeacon) and, with a sniffer, unpack it and save the major, minor and rssi if the UUID is the correct one. The ...
ZNano's user avatar
  • 25
0 votes
0 answers
220 views

Recommend apps to simulate multiple BLE Beacons at once from one device?

I need to try and replicate multiple BLE beacons from 1 device, either iOS or Android or a Windows Laptop/PC, to assist with some testing. All the apps I can find only allow 1 beacon to be broadcast ...
Jamie C's user avatar
0 votes
1 answer
364 views

How to test Bluetooth functionality using React Native

I am working on Senior Design project which is a bluetooth based application. The problem I am trying to figure out for couple of days is, how to deploy the mobile app for testing the functionality. ...
Josef Vodicka's user avatar
0 votes
1 answer
660 views

Why I am unable to scan iBeacon with UUID provided inside services using flutter_reactive_ble in my flutter project?

I am using https://pub.dev/packages/flutter_reactive_ble inside my flutter project. But I am unable to scan ibeacon if I provide UUID inside services, I think I am missing something. On the other hand,...
Anirudh Sharma's user avatar
1 vote
1 answer
777 views

BLE raw data advertisment

I have a remote control that advertises BLE raw data: I need to make the exact advertisement (0x18f90...) using my raspberry pi or esp32 microcontroller. The problem is I can't find a way to ...
Rman's user avatar
  • 19
0 votes
1 answer
350 views

iBeacon battery level indication using esp32 bleclient

I was tring to get the battery level and RSSI value along with distance in mtr of iBeacon acting as server and ESP32 acting as aclient which can collect data from surrounding iBeacons. I tried doing ...
Ganesh Reddy's user avatar
0 votes
0 answers
205 views

How to clear BLE Advertisement data in esp32

I want to clear my esp32 BLE advertisement to default after setting Ibeacon data to it beacause i want to set its advertisement for eddystone URL. //Here i want to clear previously assigned ...
moaz's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
30