Skip to content

rg-p/ugv-base

Repository files navigation

UGV Codebase

This repo contains all the arduino and related c++ code written for the final year IoT project. The code is written with the help of stm32duino core as opposed to normal Arduino core so as to use the existing knowledge of Arduino coding with boards from the STM32 series.

GPS library has been fetched from GPS-neo-6m repo and minor changes have been made to adapt the library for the use case that is needed.

This project is mainly built upon the Ardiuno Core port for STM32 series microcontrollers called STM32duino

Libraries Used