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!
Revision 4:e16c4e5b9dbc, committed 2014-01-20
- Comitter:
- SamClarke
- Date:
- Mon Jan 20 10:24:09 2014 +0000
- Parent:
- 3:e7cebcde3db7
- Child:
- 5:8af1b8452986
- Commit message:
- Add beerware lic
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 20 10:16:02 2014 +0000 +++ b/main.cpp Mon Jan 20 10:24:09 2014 +0000 @@ -1,5 +1,6 @@ -// Note!!!! This software is strictly beerware, send a beer -// to clarke.sam1@gmail.com via paypal if you use this code. +// Note!!!! This software is under a beerware license, +// please send a beer to clarke.sam1@gmail.com +// via paypal if you find this code useful. #include "Plan13.h"