11-02-2021 12:58 PM
Hi,
I am using BMI270 in my project. I am able to get step count and activities like running, walking.
I have used sample code provided by Bosch. Both the acivities step count & other activities running, walking tested
independently. Sample code provided for both are seperate.
I want to use both step count & activity recognition in single project or file.
Please guide me to what configuration will provide me step count & activity recognition in single project?
Thanks in advanced.
11-03-2021 12:05 AM
Hello,
There are step activity and counter in our BMI270 API github.
https://github.com/BoschSensortec/BMI270-Sensor-API
You need to combine both example codes (step activity / step counter). And, for checking, I'd like to recommend to use different interrupt output pin. (INT1 / INT2)
Thank you.