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

All Questions

0 votes
1 answer
70 views

How to bond a BLE device with a phone using Flutter and flutter_blue package?

I'm developing a Flutter application where I need to connect and bond a Bluetooth Low Energy (BLE) device with a phone. I'm using the flutter_blue package for Bluetooth connectivity. While I can scan ...
DOUINA Mouhamed's user avatar
0 votes
0 answers
24 views

Flutter: universal_ble package. Can't set notification on the bluetooth device

I have 2 apps: desktop on Flutter and mobile Java on Android. What I'm tryin to do is to connect to the Android app's GattServer and set its characteristic to notify me when its value change through ...
Lee Koldun's user avatar
0 votes
1 answer
80 views

Flutter blue plus no scan result since I upgraded to 1.32.8 from 1.5.2

My app was working well in 1.5.2, getting all BLE devices nearby. Since the upgrade, I got no scan results. (This upgrade is mandatory as 1.5.2 is crashing when targeting Android 14 as required by ...
Stéphane de Luca's user avatar
0 votes
0 answers
45 views

Issue with 'flutter_blue_plus' library: Unable to scan mobile Bluetooth devices, despite successful scanning of printers and ear pods

I am working on a Flutter project where I'm using the flutter_blue_plus library version 1.32.8 to handle Bluetooth functionality. However, I'm encountering an issue where the library is not scanning ...
Smarpit's user avatar
  • 99
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
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
0 votes
0 answers
79 views

flutter_blue_plus example can't connect to esp32

I am trying to connect to esp32 using BLE to communicate with my flutter app. I clone the flutter_blue_plus example here: https://github.com/boskokg/flutter_blue_plus/tree/master/example I run the ...
susanliu's user avatar
0 votes
1 answer
77 views

trying to scan for nearby devices using Bluetooth in flutter. 19,20,22, or even more devices are found with no names

i am trying to scan for devices but i'm getting so many devices available with no names on them. When i scan with another bluetooth app i find no device or maybe one or two. So i guess there's ...
Talal Gh's user avatar
0 votes
0 answers
36 views

Converting Python byteArray to List of Integers for Writing to Bluetooth Characteristic in Flutter?

I'm using Python with the Bleak library to write a bytearray to a Bluetooth device characteristic. The bytearray I'm sending is bytearray(b'3\x01\x00-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\...
Abdullah Saeed's user avatar
1 vote
0 answers
43 views

How to make a file gateway in bluetooth to a flutter app?

I need to send from an ESP32 connected with a SD card that store a JSON file to an app developped in flutter. I want to send this data to bluetooth. However the my file is about 500Ko (for the ...
Gamma's user avatar
  • 11
0 votes
0 answers
185 views

Connect to a ESP32-S3 via BLE

i am new to programming apps and connections. I made a arduino code and a flutter code, my problem is when i entered the app and try to connect to the board it shows me a error on my phone, Could not ...
Pop Christoph's user avatar
0 votes
0 answers
410 views

How to pass a Flutter blue plus BluetoothDevice to an isolate (BLE)?

I currently having an issue with passing a BluetoothDevice to an isolate in flutter. Note: I am currently using the flutter_blue_plus package to handle BLE operations within the application. Flutter ...
Cat100's user avatar
  • 41
0 votes
0 answers
16 views

Fluter,Questions about real-time sound output through Bluetooth BLE

I am a junior developer who has just started using Flutter. I want to receive sound in real time from a Bluetooth device and output it on a mobile phone device. I confirmed the Bluetooth connection ...
김기운's user avatar

15 30 50 per page
1
2 3 4 5
20