Skip to content

andrefdre/Autonomous_Car

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Autonomous Car

It's an atounomous car that uses GPS.

Issues · Project · Wiki

Table of Contents
  1. Introducion
  2. Libraries
  3. License
  4. Contact

Introduction

This projected started in the beggining of my university and I setup myself to build an autonumous car that could drive alone.

The main objective was to make the car and add GPS navigation so it could have coordinates previously set up and then run that course.

So it all started with the mechanical part of the project with the palns to be 4 wheel drive and have a better suspension than the previous version. The components were mostly 3D printed and only the shafts and some other parts where bought.

After that, started the developemnt of the eletrical componnets alongside the programming of the code. This part was the most difficult since I had lots of problems with the communication beetwen the car and the controller.

The previous version used bluetoth chips but since the range was very limited i eventualy changed to RF24 chips wich use radio waves that has more range.

Previous version:

Logo

For more see the open issues for a full list of proposed features (and known issues).

(back to top)

Libraries

The arduino code requires some dependencies:

  1. LibPrintf
  2. HCPCA9685
  3. SPI
  4. RF24
  5. LibPrintf

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.txt for more information.

(back to top)

Contact

André Cardoso - andref@ua.pt

Project Link: https://github.com/andrefdre/Carro

(back to top)