Skip to content

VivekShinde1729/brushless-gimbal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brushless Gimbal

This software drives 2 axis brushless gimbal using DRV8313 drivers(by Texas Instruments), and Atmel AVR Atmega2560 microcontroller. This software uses Kalman filter for data filtering of mpu6050 accelerometer and gyroscope using i2c(TWI) interface for communication. For controlling brushles DC motors. Software uses sinusoidal tables, this can be generated at the beginning of the program, or precalculated in microsoft excel or other software. See function.c file. The code also uses PID controller for regulation of each axis speed.

This project is made by using Atmel Studio IDE, you can use it for your convenience.

This code is under MIT OPEN SOURCE LICENSE

About

Brushless Gimbal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • CMake 7.5%
  • Shell 0.8%