send motion sensor data via BLE with STEVAL-STWINKT1B
Hello!
I am trying to create a program where I send motion sensor's data via BLE using evaluation board STEVAL-STWINKT1B. For that, I have used as a guide the firmware example on the board's website (https://www.st.com/en/embedded-software/stsw-stwinkt01.html#get-software -- using example project BLE-SampleApp).
The problem I am having is that once I start to manipulate the example project (I need to work with motion sensors, not with environmental ones) I start getting a lot of errors I don't really understand.
Anybody has a solution or has had a similar problem as I have? I just need a project that reads the motion sensors every XX ms and sends the raw data through BLE. The central device I am going to read the data from is a Raspberry Pi 4B (all the other options the firmware example has wouldn't be necessary).
Thank you!
