STMicroelectronics / BlueSTSDK_Python

Bluetooth Low Energy Sensors Technology Software Development Kit (Python version for Linux Gateways)
https://www.st.com/en/embedded-software/bluest-sdk.html
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

Is there a way to increase sample rate? #29

Open hutomosaleh opened 2 years ago

hutomosaleh commented 2 years ago

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 25Hz.

Is there a way to speed this up?