Skip to content

Two wheeled self balacing robot, using PID controller and an angle position sensor to prevent falling.

License

Notifications You must be signed in to change notification settings

filipmanole/Self-Balance-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Two Wheels Self Balancing Robot

Report Bug · Request Feature

Table of Contents

About The Project

This project covers the problem of an inverted pendulum. To stabilize the robot a PID controller is used, running at 100Hz. Using the angle of the robot, measured with the Absolute Orientation Sensor, the PID controller computes the speed value for the motors (duty cycle for PWM peripheral).

Software Tools

Hardware

Components

Electrical circuit diagram

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure you have installed the software environment and a hardware setup according to the schematic. To program the controller you will need Atmel-ICE.

Clone the repo:

git clone https://github.com/filipmanole/Self-Balance-Robot.git

Usage

  1. Open the Atmel Studio Solution
  2. Right click on the project and select Build
  3. Run the project

Note: The project might need another tunning for the PID controller.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

About

Two wheeled self balacing robot, using PID controller and an angle position sensor to prevent falling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published