Gy86 sensor coding help

hey we need help related to coding for gy86…
we have arduino and we need to interface gy86 sensor with the arduino to get the orientation … and we need help for the coding how to do …
and we also need help related to the libray required for gy86.
as much data is not available on the web also for the gy86 sensor.

HI,

The GY-86 has multiple sensors: Accelerometer and gyroscope chip(MPU6050), Compass(HMC5883L) and a barometer/pressure sensor(MS5611). If you try with those codes rather than gy86, you should be able to find more information.

Here is a tutorial for the accelerometer playground.arduino.cc/Main/MPU-6050
library for MS5611: github.com/jarzebski/Arduino-MS5611

Best regards