Skip to content

nchennoju/Arduino-GPS-Waypoint-UGV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-GPS-Waypoint-UGV

The following project is a completely custom Arduino based project designed to be the first step in designing a Flight Controller with GPS capabilities. The following flight controller uses two Arduinos, 1 BN880 GPS module, 1 MPU9250 9 axis IMU, 1 NRF24 radio module, and a analog voltage sensor. More sensors will be interfaced as the flight controller approaches flight readiness, but until then, this UGV platform is more than plenty to test flight controller features. At the moment, the UGV is capable of running GPS waypoint missions with a 1M accuracy while being able to navigate at a top speed of 10mph (a fast jog). Below is an image of the UGV...

UGV

To simplify wiring, a custom PCB was designed. The PCB has been oversized at the moment as fligth controller mass and size are nearly as important when equipped on a ground vehicle. For now, V1 of the flight controller PCB offers more than enough space and flexibility, but will eventually be redesigned.

PCB

Additionally, telemetry capabilities were added to the rover for better ease in debugging while also offering users a user friendly interface to monitor the status of the UGV. The GUI dashboard was designed in python keeping in mind that the following hardware will eventually be equipped on an Aerial device. Using a recieving NRF24 radio module connected to an arduino to serialize inputs, the python GUI uses the pyserial library to extract UGV data and graphically represents it. Currently, attitude, GPS position, voltage, heading data, and PID inputs are shown.

GUI

To make this entire flight controller hardware easy to understand, I have a basic system diagram explaining everything...

Sys Diagram

If you have any questions or are interested in this project, you can connect with me on linkedin: https://www.linkedin.com/in/nitish-chennoju/ or you can view my website: http://nchennoju.github.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published