RCU Forums - View Single Post - Gyro stabilization for homemade RC airplane questions
Old 11-28-2020, 08:12 PM
  #1  
zflyman
Junior Member
 
Join Date: Nov 2020
Posts: 1
Likes: 0
Received 0 Likes on 0 Posts
Default Gyro stabilization for homemade RC airplane questions

I’m looking to create a stabilization system for an RC airplane to make it easier to fly. I’m using arduino with an MPU6050. I plan on creating a PID controller on all three axis’s. I was wondering how to go about this. Would it make sense to make a controller that stabilizes the plane at zero degrees of pitch and roll but allows user inputs to pass through(not sure what to do about yaw since it wouldn’t make sense to keep that at zero degrees) or should I create a PID controller that stabilizes the plane at zero angular rotation? If I stabilize it at zero degrees pitch and roll it will always try to keep the plane flat and level which seems nice, but I’m not sure if that’s the best way to go about it. Any tips? Also how should I go about choosing gain values?