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

Acquire accelerometer data from steval bcn002v1 #35

Open alfo93 opened 5 months ago

alfo93 commented 5 months ago

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 was wondering if I could get some clarification on some aspects. Actually I'm working on steval bcn-002v1b sensor using noble.js with the purpose to read sensor data from it. I have been able to obtain the main data, but I am having trouble with the accelerometer data and its variants. Can you please provide clarification on this matter? Is there any way I can get more clarification on this? Does that type of data have to be explicitly requested (since it is not enough to listen for updates or read the raw value directly from the buffer)? Thank you.