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

All Questions

0 votes
0 answers
76 views

connect my gopro to my Raspberry pi (micropython)

I'm trying to sent commands to my gopro Hero 12 through my raspberry pi with micropython and the module aioble but i always receive this message via the GattError Operation not permitted. Check ...
Kerby Elpenord's user avatar
0 votes
0 answers
78 views

Exchange MTU not supported when connecting to a BLE device from Raspberry

I have a Raspberry Pi 5 device, with Raspbian (Debian Bookworm). I bought a Chinese led strip, with a Bluetooth controller on it, and I would like to connect to it from the Pi. I'm using bluez 5.66, ...
Laci Stiller's user avatar
0 votes
1 answer
257 views

Python - Raspberry Pi as BLE sender for sensor data

I'm using my RaspberryPi as a device that tracks various sensor data. Now I want to create a Mobile App (Flutter) to read the data in real time using bluetooth low energy (BLE). I know that there are ...
Mike_NotGuilty's user avatar
0 votes
0 answers
75 views

Python Bleak library start_notify not permitted - Not paired

I am trying to connect to a BLE heart rate monitor using a Raspberry Pi model 2B using the standard Raspian Pi OS (recently updated) and a Bluetooth BLE dongle. I try to connect and pair first and ...
William Butler's user avatar
1 vote
0 answers
262 views

Can't transfer data between Bluetooth on Raspberry Pi Pico w and Raspberry Pi Zero 2w

I try to connect the two devices via Bluetooth Low Energy (BLE) and transfer data between them, but after the two devices connect to each other, they immediately disconnect. Does anyone have an idea ...
yuval kalan's user avatar
0 votes
0 answers
30 views

How to accept the bluetooth pair request through terminal without GUI

When i send a bluetooth pair request to raspberry pi , it asking to confirm acceptance in GUI, i wish to give the confirmation through terminal without GUI, How should i do this i tried with ...
Ganesh Aadhineni's user avatar
2 votes
0 answers
201 views

Setting BLE Advertising Address using Tiny-Go Bluetooth

I'm using Tiny-Go's bluetooth to generate Bluetooth Low Energy (BLE) messages on a Raspberry Pi 4 (Raspbian, Linux 6.1.21, Bluez 5.55) like this: adv := constants.Adapter.DefaultAdvertisement() ...
Pencil Von Radiergummi's user avatar
1 vote
1 answer
763 views

How to identify a Bluetooth peripheral related to an input device? [closed]

I want to use multiple Bluetooth input devices on a Linux as /dev/input and write a program to handle their input event, but I need to vary its behavior depending on the source peripheral. How do we ...
okapies's user avatar
  • 321
0 votes
0 answers
64 views

Rasberry Pi bluetooth without pulseaudio

I am trying to control a stepper motor using a raspberry pi zeroW bluetooth serial port /dev/rfcomm0. I had it working perfectly but my phone, a Samsung Galaxy S10, diverted the audio from my cochlear ...
VK6FUN's user avatar
  • 1
0 votes
1 answer
172 views

Send information to an iOS app from a Raspberry Pi Zero W via Bluetooth

I am trying to send data to my iPhone from my Raspberry Pi. I set up bluetooth on the Pi and I am able to connect to it on the iPhone. In a bluetooth inspector app that I downloaded, I am clearly able ...
Skyler's user avatar
  • 1
0 votes
0 answers
59 views

How to configuring RPi to connect to only one device at a time using Python BlueZ

I am using this guide to setup a BLE-based UART communication and using Nordic's nRF Toolbox to connect with the Raspberry Pi 4. Everything works as expected only issue I am facing is that the RPi ...
Yash Kudale'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
0 answers
494 views

Sending data from Raspberry Pi (GATT server) to Android phone (GATT Client)

A micro-service software is running in my raspberry pi. The software receives raw data from various paired and connected BLE sensors, analyzes it and sends the result to cloud server. I want the ...
santobedi's user avatar
  • 857
0 votes
0 answers
30 views

Raspberry pi can't find read property of ble periphral device

BLE code was written using the Blake module as Python3 in Raspberry Pi4 (master). Of the read, write, write with no response, notify attributes of the discovered device, only the read property does ...
김경주's user avatar
1 vote
0 answers
2k views

How can I change BLE connection parameters from bluetoothctl? (org.bluez.Error.Failed le-connection-abort-by-local)

I am trying to connect to a BLE smart lock from my Raspberry Pi Model 4 to open the lock. I have installed the latest BlueZ 5.66. I can successfully connect to the lock with hci_tool like this: sudo ...
Nicolas's user avatar
  • 201

15 30 50 per page
1
2 3 4 5
12