Grove 6-Axis Accelerometer & Gyroscope: Understanding data output and if functioning correctly?

Hi there,



I have just plugged in a Grove v1 6-Axis Accelerometer & Gyroscope (BM1088) sensor to my Seeed Grove Hat on an Arduino Yun.



I am trying to understand what the values mean in relation to the sensor’s position, and how am i supposed to interpret them within my application - e.g. for the following output:

The code being run is as follows:

Raw data above is great, but i have been searching for any information about how to meaningfully use it to determine the physical movement and orientation of the device itself - and as you can perhaps see from the Gyroscope the readings appear to be constantly changing even when the device is stationary - e.g. here is a capture of the device not moving and laying on top of desk:

Any help or advice appreciated…

Okay - just in case it helps others with the same questions, this helped me a lot: <LINK_TEXT text=“https://create.arduino.cc/projecthub/as … e&offset=8”>https://create.arduino.cc/projecthub/ashish_8284/gesture-controlled-car-b42f9f?ref=tag&ref_id=gyroscope&offset=8</LINK_TEXT> - will post my complete working code shortly but it is now running and giving me the gyroscope angles in something that i think makes sense…

please give me gyroscope angle code