Skip to content

Latest commit

 

History

History
138 lines (97 loc) · 4.99 KB

README.md

File metadata and controls

138 lines (97 loc) · 4.99 KB

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.