Archive for May, 2009

Calculating Bearing and Distance to a Latitude Longitude Waypoint with AVR Atmega C

By aliasmrjones - Last updated: Tuesday, May 19, 2009

This post will show how to calculate bearing and distance to a latitude longitude waypoint using C on an Amtel AVR microcontroller.  Deathpod3000 uses the formulas I gave in the last post, but with minor changes to adapt to C on the AVR.  The code should be easy to adapt to other microcontrollers like PIC, [...]