05-18-2019 12:57 PM
Hi,
I am doing project on BMF055. My task is to receive data from accelrometer and then apply ML algos on that data. I am using data stream example project which is available online on Microchip website.
1-Tha output data contain also stop stream and start stream values which i dont need. How can i remove it?
2-How can i record data from accelrometer?
Thank you
05-20-2019 01:28 PM
Make sure to look at the accompanied Application note with the sample code. I believe it answers most of your questions.
You can record the data the the same as if you were using any other microcontroller. If you do not like the sample code, you can always write your own using the sensor APIs for accelerometer, gyroscope and magnetometer.