Skip to content

Selfbalancing robot in Arduino. Implemented with PID controllers, FIR filters, complementary filter.

Notifications You must be signed in to change notification settings

mucahitarduc/Selfbalancing-robot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selfbalancing-robot

Selfbalancing robot in Arduino. Implemented with PID controllers, FIR filters, complementary filter. More info at http://sebastiannilsson.com/k/projekt/selfbalancing-robot/

Folders: selfbalancingrobot is the main code for the balancing robot. You can use this without the console if you want. Just comment everything with I2C communication to the console.

selfbalancingrobot_console is the code for the console. Uses a nokia display and some tatile buttons for on-the-fly configuration of the robot. Much faster than uploading new code with different parameters.

Libraries: FIR filter library at https://github.com/sebnil/FIR-filter-Arduino-Library

FreeIMU library at http://www.varesano.net/projects/hardware/FreeIMU

PID library at https://github.com/br3ttb/Arduino-PID-Library

Button library at https://github.com/JChristensen/Button

Adafruit_GFX library (for the console) at https://github.com/adafruit/Adafruit-GFX-Library

Adafruit_PCD8544 library (for the console) at https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library

About

Selfbalancing robot in Arduino. Implemented with PID controllers, FIR filters, complementary filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%