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

Questions tagged [bluetooth-lowenergy]

Bluetooth Low Energy ("BLE") is a radio standard developed in 2006 and integrated in Bluetooth 4.0 in December 2009. Formerly marketed as Bluetooth Smart.

bluetooth-lowenergy
1 vote
0 answers
48 views

BluetoothLE with Android 33 - no GATT events after writeDescriptor

With Android < 13, my app was able to connect to my Bluetooth device and everything worked. Now I had to upgrade to 13, an see following behaviour: the device connects but shortly after it gets ...
tabina's user avatar
  • 1,145
0 votes
0 answers
41 views

Apache Cordova : Cant get print via cordova-plugin-ble-central ble.write, while it doesn't return any error (Android)

I have an Apache Cordova app and I want to print receipts with cordova-plugin-ble-central using Bluetooth printer. I use the code below but it does not print data and does not show any error or ...
shayan izadi's user avatar
2 votes
1 answer
60 views

Analysis quality and robustness of a BLE connection

I need some help. This is my first project with Bluetooth Low-Energy. I'm mandated to create a POC to analyze the quality and the robustness of a BLE connection. I had read the BLUETOOTH LOW ENERGY, ...
Groux's user avatar
  • 35
0 votes
0 answers
45 views

How to Implement Automatic OBD2 Connection with Android Without Constant Foreground Service

Scenario: The Android and OBD2 devices are paired, and the app is in a state where the task is killed (the process is not completely dead). For example, when you get into the car, the OBD2 and the ...
ricodroid's user avatar
0 votes
0 answers
19 views

in BLE mesh do i only need one provisionor or each node should be a provisionor if i have a big number of nodes?

I'm working on an ESP-BLE-Mesh project and I want to know , if I have a big number of nodes do I only need one "Provisionor" and it'll provision the rest o the nodes or each node should have ...
Chebbi Eya's user avatar
1 vote
0 answers
24 views

Deploying BLE heart rate reader on Xcode using the given SDK

I'm pretty new to swift and Xcode, I'm building an app on it, but I'm having some issues deploying real time heart data, and I can't seem to be able to fix the problem on my own. Thank you in advance, ...
Ken11's user avatar
  • 11
0 votes
0 answers
44 views

Unable to publish data to cloud from gateway

I installed iot gateway using this https://thingsboard.io/docs/iot-gateway/install/pip-installation/ I simply want to connect esp-32, with ble firmware in it,with my iot gateway and it publish ...
Support's user avatar
2 votes
1 answer
92 views

Bluetooth Pairing via BlueZ in Just Work Mode Fails - Confirm Value Failed

Kernel: Linux 4.9.84 armv7l on board Bluez: 5.65 Peer: Android 12 & IOS 16.6 Application: Use btmgmt open bluetooth settings btmgmt power off btmgmt connectable on btmgmt pairable on btmgmt ...
ayezang's user avatar
  • 29
0 votes
0 answers
39 views

To perform OTA for BLE devices in Android Kotlin

When i write the end command after the data is written to the OTA data characteristics , the end command is found in the logs of the BLE device so the firmware is not updating. I need to Perform OTA ...
Premkumar Lakshmanan's user avatar
0 votes
0 answers
64 views

Getting 201: ERROR_GATT_WRITE_REQUEST_BUSY, when I tried to write to the same characteristic for the second time In flutter

I am working on a flutter application which communicates with the BLE devices, for BLE connection i am using the flutter_blue_plus: ^1.32.7 library. I am able to List the Bluetooth devices and connect ...
avinash Yadav's user avatar
1 vote
1 answer
28 views

How to get timestamp with the hr value while using Polar package in flutter

I am using the following package for making a flutter application to record data from a Polar H10 device: https://pub.dev/packages/polar if (availabletypes.contains(PolarDataType.hr)) { polar....
Pranav Bhutada's user avatar
0 votes
0 answers
18 views

Communicate BLE in OnApplicationPause

unity is working on a project related to BLE communication. If Unity is forced to shut down, the BLE device must also shut down. However, it seems that BLE communication is not working because the ...
포카리tea's user avatar
0 votes
0 answers
26 views

How can i get the advertising of a Ble device during scanForDevices (flutter_reactive_ble)?

I'm developing a cross-platform application (Windows & Mobile). I'm trying to get the advertising data of some BLE devices during the scan process. With Win_ble (a library that I'm using for the ...
Bubba's user avatar
  • 11
0 votes
0 answers
33 views

Not able to Notify/read the data from the BLE into my flutter application

I am working in developing an application where a flutter application will interact with the hardware module through BLE protocol. While developing it I was facing problem to fetch the UUID as I was ...
Sakshi Kalpesh Brahmbhatt's user avatar
-2 votes
1 answer
90 views

React Native BLE Manager: Over The Air Update Write Callback Issue

I'm using the react-native-ble-manager library for Over The Air (OTA) updates. During the update, I send arrays of data to the target device using the BleManager.write command with the size of the ...
MertCelik's user avatar

15 30 50 per page
1
3 4
5
6 7
646