Skip to content

A given load is held stable in 2 axes regardless of any surrounding disturbances.Utilizing gyroscope, Servos and PID Controller.

Notifications You must be signed in to change notification settings

siddharthlh24/2-axis-stabilizing-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

2-axis-stabilizing-platform

The aim is to create a self stabilizing platform which takes the instantenous change in angle of the platform as an input and produces an opposing torque to cancel its effect and hence stabilizing the platform on two axes using a PID controller feedback system. The current system only uses the accelerometer and not the gyro. EKF is a possibility in your implementation.

Components

  1. Raspberry Pi (https://pypi.org/project/simple-pid/ for pid controller library )
  2. SG90 Servos (x2)
  3. MPU6050(i2c gyroscope, please refer to the datasheet for confiuration according to your requirement)
  4. Wires, breadboard and support structures

Block Diagram


Angle measurements in terms of acceleration (Ax,Ay,Az)


Model images




About

A given load is held stable in 2 axes regardless of any surrounding disturbances.Utilizing gyroscope, Servos and PID Controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages