Vector Controlled Rocket

The Rocketry Forum

Help Support The Rocketry Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Nicolo Martinez

New Member
Joined
Mar 7, 2020
Messages
1
Reaction score
0
Hello,

I am building a Vector controlled model rocket using an Arduino system. Currently I am using the mpu9250 gyroscope, but I cannot find away to get degrees by our of it by without it being effected by acceleration. I am wondering if anyone knows how that would work thank uoj
 
You need to integrate the accelerometer with the gyro and magnetometer and implement some complementary filters. Accelerometer alone is prone to shaking, gyros are prone to drift and magnetometer is directional. When you use all 3 together and add some low/high bypass filters, you should get much better IMU type data.
 
Hello,

I am building a Vector controlled model rocket using an Arduino system. Currently I am using the mpu9250 gyroscope, but I cannot find away to get degrees by our of it by without it being effected by acceleration. I am wondering if anyone knows how that would work thank uoj
 
Back
Top