GY-85 9dof IMU sensor not working as intended.

Hello,

I have a small problem with using the GY-85 sensor for our VR goggles build.
When the sensor is completely motionless it still senses all 3 axes as moving.

To clarify my issue, i made a small screencap video:

Im using the recommended 9dof Razer sketch:

Sadly I dont have an idea where the sensed motion comes from, or how to fix it.
Could this be a faulty sensor? Is this fixable by editing the sensed numbers right before they get printed or should I just get a new sensor?

The sensor will add extra sensed information up to the existing movement of the arrow, The arrow responds well to additional yaw, pitch, and roll. All of the connectors are connected as they should, (A4/A5 -> SCL SDA, Ground/VCC) using a Arduino Mini pro board.

Thanks in advance, I appreciate all the help I can get!

You say it is not working "as intended". Is that your intentions, or theirs ?

You will probably get that outcome, if the sensor is not actually communicating with the processor at all. When your image spins slowly like that, it usually means that the compass information is not coming in, so therefore the processor cannot correct for the gyro measurement offset in the horizontal plane.

Does it respond to actual movement at all ?

Have you verified that the I2C communication is actually working at all ?

Thanks for your reply, i appreciate it.

The sensor senses all the input I give it; Yaw, pitch and roll all work as intended and the arrow will move according the input you give it. Problem is that it keeps spinning even when given input giving me the feeling I have a defective sensor.

All connectors are connected like they should and I have verified that the I2C communication is working.

--Edit

Turns out my sensor was broken. Bought myself a new one which keeps the arrow steady and moves like it should.