BMI323_SensorAPI icon indicating copy to clipboard operation
BMI323_SensorAPI copied to clipboard

Extremely low gyroscope sensitivity

Open Valkirie opened this issue 2 years ago • 1 comments

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;
image

Valkirie avatar May 01 '23 16:05 Valkirie

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

BST forum : https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community

anwarbosch avatar May 11 '23 04:05 anwarbosch