Satellite tracking for the mbed platform(s). Note: This software is beerware.
Satellite Tracking with mbed!
This is a quick example of tracking satellites with the mbed platform. Ensure you have the latest TLE information and map it correctly. I have commented in the original TLEs used for the example to help you do this.
This code is not restricted to geostationary/geosynchronous satellites, you can track any satellite for which you can get a TLE. (Which is almost all non military satellites).
See http://www.celestrak.com/NORAD/elements/ http://en.wikipedia.org/wiki/Two-line_element_set
If you use this code, please send me a beer (see main.cpp header). Enjoy!
History
tidy
2014-01-20, by SamClarke [Mon, 20 Jan 2014 21:25:27 +0000] rev 5
tidy
Add beerware lic
2014-01-20, by SamClarke [Mon, 20 Jan 2014 10:24:09 +0000] rev 4
Add beerware lic
Add GPS altitude to calculation
2014-01-20, by SamClarke [Mon, 20 Jan 2014 10:16:02 +0000] rev 3
Add GPS altitude to calculation
Add basic string TLE processing
2014-01-20, by SamClarke [Mon, 20 Jan 2014 10:02:57 +0000] rev 2
Add basic string TLE processing
2014-01-19, by SamClarke [Sun, 19 Jan 2014 08:44:45 +0000] rev 1
init
2014-01-19, by SamClarke [Sun, 19 Jan 2014 07:44:59 +0000] rev 0
init