You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using 01/03/2023 drivers over BMI323 and am facing extremely low gyroscope sensitivity.
I'm using the below code on my c# project to catch ReadingChanged events. Right now, I have to make large movements with my device to get any events to raise.
var sensor = Gyrometer.GetDefault();
sensor.ReadingChanged += ReadingChanged;
The text was updated successfully, but these errors were encountered:
Hi @Valkirie, Since “Windows.Devices.Sensors” based library been used to fetch sensor data as events and underlaying Microsoft drivers information is required to support your context, please use our Boschsensortec community forum to get full support immediately
Hi, I'm using 01/03/2023 drivers over BMI323 and am facing extremely low gyroscope sensitivity.
I'm using the below code on my c# project to catch ReadingChanged events. Right now, I have to make large movements with my device to get any events to raise.
The text was updated successfully, but these errors were encountered: