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

All Questions

0 votes
1 answer
676 views

Raspberry Pi Bluetooth: Enable legacy pairing / connection without PIN input

For a few days I'm desperately trying to configure Bluetooth legacy pairing on my Raspberry Pi. Unfortunately I hadn't had any success until today. I tried countless tutorials/posts on several forums ...
manintree's user avatar
1 vote
0 answers
722 views

How to handle multiple bluetooth connections in python on raspberry pi?

I have a raspberry pi 4. I am already able to communicate to one other device with the ble python backend "bleak". Here you can see come code snippets of this communication. async def run(...
Michael's user avatar
  • 13
0 votes
1 answer
1k views

Reading heart-rate data from a Polarbelt with a Raspberry pi

I am trying to retrieive heart-rate date from a polar belt to use as part of emotion recognition algorithm. I am using a Raspberry pi 3b with raspbian. I am able to connect to the device with ...
rawonith's user avatar
0 votes
0 answers
868 views

Unable to read or write to BLE

I'm trying to read the characteristic value of BLE devices, in my case BLE device is Minew S1 Temperature and Humidity sensor, the attribute value I'm trying to read is "Radio Tx Power". I'm ...
subbu Subhash's user avatar
1 vote
0 answers
673 views

Is BLE suitable for sending images

I've managed to write a Python program for my Raspberry Pi that interacts with BLE via D-Bus and can register GATT services and store data in chatacteristics that external devices can read. However, ...
Salivan's user avatar
  • 1,875
1 vote
1 answer
1k views

BluetoothGatt: onClientRegistered() - status=133 // onConnectionStateChange status: 257

After updating Cordova and the Android and iOS platforms the app does not connect anymore and I cannot figure out why? The Logcat in Android studio keeps looping the same error about the BluetoothGatt....
Curtis M's user avatar
  • 1,115
2 votes
2 answers
6k views

[RPi3][Bluez] Managed to connect to a BLE device but can't list GATT attributes

I am doing a project where I need to create communication between two Raspberry Pi 3 on stretch (RPi) wirelessly with callback functionalities using C++ code. The first is supposed to send data to the ...
Valentin D.'s user avatar
1 vote
0 answers
2k views

Python Bluez GATT server - client cannot disconnect

I've been working on a simple bluetooth GATT server app working on a Raspberry pi 3 model B. This app uses Bluez (version 5.49) to advertise services and characteristics. The app is based on the ...
ccg's user avatar
  • 11
0 votes
1 answer
563 views

Android BLE peripheral service received after disconnect

I am working on an android application to hook up raspberry pi's to a local wifi network sending them ssid and ssid password information over bluetooth from my android phone. The rpi's are running ...
luckyging3r's user avatar
  • 3,115