/swarm-robot-firmware

Embedded C firmware for a mobile robot. 8-bit AVR microcontroller. Part of a graduation project.

Primary LanguageC

SWARM-Bot fimrware

Introduction

A robot operating system for a swarm-bot. Embedded C firmware for a mobile robot. 8-bit AVR microcontroller. Part of a graduation project.

Built using atmel studio but can be moved to makefile at will.

Documentation Please follow this url for a gh-pages with full documentation of the sources. You can find file maps and dependency graphs in each class description. Documentation Site

File Structure

Each file in this graph has a certain harware utility to it. Files are separated into 4 main categories:

General:

Control:

Communication:

Internal AVR Hardware Interface:


In addition to these files the project is compiled with stdio.h support for printf and scanf functions. This makes it more convinient to debug the code and to communicate with the robot using a terminal emulator. The stdio.h library is not included in the project files but is included in the atmel studio project. This is advantagious for unfamiliar AVR users to comminicate with the robot using a terminal emulator without having to learn the AVR USART structure.