An open API service indexing awesome lists of open source software.

https://github.com/fpoli/pic-robot

Source code for a self-balancing robot
https://github.com/fpoli/pic-robot

Last synced: about 1 year ago
JSON representation

Source code for a self-balancing robot

Awesome Lists containing this project

README

          

Self-balancing robot
====================

[![Build Status](https://travis-ci.org/fpoli/pic-robot.svg?branch=master)](https://travis-ci.org/fpoli/pic-robot)

A self blanacing robot based on the PIC18F microcontroller.

Project developed for the robotics course at Galilean School of Higher Education (Padova, Italy).

- Microcontroller: PIC18F45K22
- Sensor: MPU-6050
- Board: "Ready for PIC"
- IDE: MPLAB
- Compiler: XC8 (free)
- Libraries: PLIB
- Testing framework: Google Test (just a few unit test)

Authors:
- Federico Poli
- Bortoli Saygashev Alexey Vladimirovic

License (GPL v3)
----------------

Copyright (C) 2016 by the authors.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .