gaelfoppolo / gps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware project

This project is part of an enginnering school programming project and aims to built a GPS software of an embedded system: compass, favorites places, waypoints, navigation, etc.

Project

Hardware used:

  • Texas Instrument MSP430F169
  • Adafruit Ultimate GPS Breakout
  • 4D Systems uOLED-128-G2

A presentation of the project is available in French.

Documentation

An HTML documentation is available, with graph to a better understanding of the process (see Files tabs).

An PDF (LaTex) documentation is also available.

To update the documentation, make sure you have installed Doxygen and Graphviz.

Then browse to the root of the project folder and run: doxygen doxygen.cfg

To update the LaTEX documentation, browse doc/latex and run make

Usage and options

To compile the project, you'll need CrossWorks for MSP430.

Open project.hzp to launch project. See CrossWorks for MSP430 Reference Manual for further explanations.

About


Languages

Language:C 100.0%