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

All Questions

1 vote
1 answer
40 views

BLE FTMS service not discoverable in python But discovered in nrfconnect App

I am using the following code to make an ftms service. This service is easily visible on the mobile phone as shown below but the python script below doesn't show that and gives some unknown junk ...
Muhammad Hamza Farooq's user avatar
1 vote
0 answers
26 views

Set Target Inclination of Hometrainer with BLE

I'm currently trying to include the incline angle over BLE with the Fitness Machine Control Point characteristic with Python Bleak. I'm pretty sure that the correct characteristic is "00002ad9-...
Eko's user avatar
  • 11
0 votes
0 answers
46 views

Pair Bluetooth devices using Bleak

How can I pair a bluetooth device using bleak I have developed a code for scanning of bluetooth devices nearby how can I pair devices. This is a code written to scan bluetooth devices from bleak ...
Subzee's user avatar
  • 13
0 votes
1 answer
59 views

Pygatt BGAPIError: Unable to auto-detect BLED112 serial port

This is a code to toggle on bluetooth on windows when I try executing the code it is giving me this error raise BGAPIError("Unable to auto-detect BLED112 serial port") pygatt.backends.bgapi....
Subzee's user avatar
  • 13
0 votes
0 answers
45 views

Python Bleak Notifications With a BLE Rubik's Cube

I am using python 3.12 with bleak to try and communicate with a BLE rubik's cube. Currently all I can do is pull the model id with this code: import asyncio from bleak import BleakClient address = &...
Beautiful Blobfish's user avatar
0 votes
0 answers
27 views

Resolving an error encountered with python script pulling data from a bluetooth device

I have a python script that runs happily on its own. It is part of a much larger project and when trying to integrate into the main project, currently throws an error. The log for a successful ...
IronDad75's user avatar
0 votes
0 answers
54 views

Read from BLE device required PIN code from windows machine using Python

I need to read data from BLE characteristic that requires PIN code. Before PIN code feature was implemented I could read the data easily using Bleak library: import asyncio from bleak import ...
Roman's user avatar
  • 25
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
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
1 vote
1 answer
70 views

BLE: Measure Respiratory rate or breathing rate from bluetooth low energy Device

I want a Bluetooth low energy device that measures Respiratory rate (Breathing rate) in breaths per minute. I don't see any Service or characteristic in Bluetooth SIG assigned numbers and no resources....
Sudhanshu's user avatar
  • 285
1 vote
0 answers
106 views

BLE connection using QTAsyncio and BLEAK

I'm trying to create a GUI to establish a connection over BLE with an ESP. For the GUI I'm using PySide6 and for the BLE connection the Bleak library. I used the following example as a reference to ...
Eduardo Carrasco's user avatar
1 vote
0 answers
37 views

Connecting Pi Pico W to my RN CLI app using BLE

I want to connect my pico w to react native cli app using BLE. for this native side i am using BLE- PLX library. In Pico W, I have simply used the common examples of BLE in Pico W on the internet. ...
Aman Goyal's user avatar
0 votes
0 answers
20 views

Sensortile.boxpro Bluetooth

I'm using a STEVAL-MKBOXPRO connected to an RPi3B+ to receive data via Bluetooth. The BLESensors code is integrated into Sensortile. I've tried two approaches and for now I'm stuck: Using the ...
user23703659's user avatar
2 votes
1 answer
85 views

python script using bluetooth running on windows 11 vs raspberry pi4

I've run into an issue with a python script which performs differently when run on Windows 11 (through VS) versus running on a Raspberry Pi4 The script has been modified from a CLi script found to ...
IronDad75's user avatar
-2 votes
2 answers
100 views

Constructing a script using a 3rd party library

I have started to use a Raspberry Pi 4 with Python. The project I'm working on has led me to a published Python library on GitHub (keshavdv/victron-ble). Having installed the library, I can ...
IronDad75's user avatar

15 30 50 per page
1
2 3 4 5
18