2019-12-09 03:48 PM
Since LSM6DSOX can calculate some statistics on the raw data, like mean and standard deviation I would like to use this capability and read and send this data to the host app on the PC. I do not need any classifier functionality for my use case and just need the features. So far I did not see any way to access this values - it seems like they are completely internal to the device and are used as decision tree/FSM input only. So, is it possible at all or I have to implement these calculations at the MCU level?
Thank you!