BlueSTSDK_Python
BlueSTSDK_Python copied to clipboard
Bluetooth Low Energy Sensors Technology Software Development Kit (Python version for Linux Gateways)
Sto usando un RPi4, devo usare una venv per le librerie ma niente da fare. I'm using an RPi4, I need to use a venv for libraries, but I'm not...
Hello, sorry for the issue not directly related to the code and the implemented library, but since I am using the same kind of sensor for the same task, I...
Hi, I want connect my SensorTile box with my Raspberry pi. For this, I use example_ble_1.py, but every time when i try to connect the devices then one of the...
Hello, I am trying to run BlueSTSDK_Python in VSCode/Ubuntu but I am getting these errors during installation: **Error Installing BlueSTSDK:** `(.venv) parallels@parallels-Parallels-Virtual-Platform:~/Code/Python/BlueSTSDK_Python$ pip install blue_st_sdk Collecting blue_st_sdk Downloading blue_st_sdk-1.4.0.tar.gz (59...
hi , i'm trying to execute the example_ble_1.py in raspberry pi3 B+ and i get this errors : ps: my python version is 3.9.0 is there any solution ? `##################...
Hello, I am using a Raspberry Pi Compute Module 4 (which is BTW. basically the same as a RPi 4B) to run the basic example `example_ble_1.py` and connect to my...
Hello, The default memory address for firmware upgrade module to upgrade firmware is 0x8004000. But there are a few applications from ST that start from different memory location. Is it...
Current example scripts need root access, is it possible to connect and receive data as non-root? If not, then why is root access required?
Currently the example_ble_1.py uses the FeatureListener Class to get the updated feature. If we measure the amount of time of wait_for_notifications(), it only has a sample rate of only around...
how can i get microphone data using bleak on windows10 ??