Was the gyro the wrong choice for this application?
Thomas Fletcher
Posts: 91
I think I purchased the wrong thing for what I want to do.
I want to make a camera stabilizer that keeps the platform the camera is on horizontal reducing the effects of roll and pitch.
I thought each axis would be similar to a balancing bot so I got a LISY300 Gyroscope module thinking it gave tilt info only to find it gives rate of turn.
I am not understanding the values it is returning at all. Stationary it gives 505, the number then goes up/down randomly seemingly no matter
which way I turn it. I would think it would go down one direction, up the other?
I am totally confused on what information it is giving me.
I want to make a camera stabilizer that keeps the platform the camera is on horizontal reducing the effects of roll and pitch.
I thought each axis would be similar to a balancing bot so I got a LISY300 Gyroscope module thinking it gave tilt info only to find it gives rate of turn.
I am not understanding the values it is returning at all. Stationary it gives 505, the number then goes up/down randomly seemingly no matter
which way I turn it. I would think it would go down one direction, up the other?
I am totally confused on what information it is giving me.
Comments
the LISY300 Gyroscope Module can detect how many degrees it has turned on its planar axis
How do I get that value?!?!?!?
This is the code I am using that was on the product page, I modified it to print the measurement value to the serial terminal.
Deg := Deg + (Center - Measure) / 2
of roll using a servo to control the platform. This is what I got so far.
Bill