10-23-2023 07:16 PM - edited 10-24-2023 12:54 PM
Hi,
i am using 3 virtual sensors in BHI360
Solved! Go to Solution.
10-25-2023 03:09 AM
Hi Ahmedba,
How do you parse BHY2_SENSOR_ID_ANY_MOTION_LP_WU, BHY2_SENSOR_ID_ANY_MOTION_LP?
10-25-2023 09:43 AM
i am not getting any interruption for any_motion
i mean it does not even call any_motion callback where i put some prints
from my understanding it has no payload data just 1 byte,
i am expecting that i get 1 byte data with sensor id BHY2_SENSOR_ID_ANY_MOTION_LP_WU in wakeup fifo or 1 byte data with sensor id BHY2_SENSOR_ID_ANY_MOTION_LP in non-wakeup fifo
FYI i checked that BHY2_SENSOR_ID_ANY_MOTION_LP_WU and BHY2_SENSOR_ID_ANY_MOTION_LP are present in this fw
https://github.com/boschsensortec/BHY2-Sensor-API/blob/master/firmware/bhi360/BHI360.fw.h
10-26-2023 05:20 PM