I'm working for LIS2DW12 sensor, I want to implement Pedometer so in this sensor there is no pedometer embedded option. I am using MEMS library but we are using BMD300 board (NRF52832),is it supported for NRF52832 ?
I am using LIS2DW12 sensor i need to implement Pedometer functionality so I need to know is there any application note or any reference note for LIS2DW12
I am trying to implement pedometer functionality using stm32F446RE nucleo board. I am using same API's but I getting Hard Fault error in this "void MotionPM_Initialize(void)" function.When we invoke those API's & I build, the build is successful but ...