Wykres commitów

82 Commity (master)

Autor SHA1 Wiadomość Data
inmcm e1fc0eecfa Add experimental sentence logging functionality
Fixed some typos in readme
2015-06-09 20:01:08 -04:00
inmcm b4c967b001 Merge remote-tracking branch 'origin/master' 2015-06-07 10:41:27 -04:00
inmcm b66ebd4fa2 add empty __init__.py file to ease use as a package 2015-06-07 10:40:50 -04:00
inmcm 410bf57b3f Update Readme to include GPGLL sentence parsing 2015-02-26 19:55:06 -05:00
inmcm 940bfba6fc Add GLL sentence parsing and minor other cleanups 2015-02-26 19:54:15 -05:00
inmcm 478db757c9 Merge branch 'master' of https://github.com/inmcm/micropyGPS 2015-02-26 19:17:10 -05:00
inmcm 2ace32f5b5 Minor math cleanup 2015-02-26 19:16:24 -05:00
inmcm 7c6b0ebf21 Add reference to MTK command generator project 2015-02-24 19:58:15 -05:00
inmcm ba0fa43894 Update example documentation 2015-02-02 20:59:02 -05:00
inmcm 02f69a304a Add external interrupt updater example 2015-02-02 20:53:34 -05:00
inmcm 776cdfac4a Update README with a lot more examples and clarifications 2015-01-28 19:44:23 -05:00
inmcm e82a5d5c8f Fix pretty kph string printer from using mph value 2015-01-28 19:39:20 -05:00
inmcm 8bd4818871 Add date string printer function with a few different format options
Fixed RMC parser to store date tuple with ints
2015-01-26 18:33:35 -05:00
inmcm e015b7980e Add latitude, longitude, and speed pretty printing functions 2015-01-22 21:01:34 -05:00
inmcm b26346bca8 Add helper function to return compass direction string based on current course
Added test for no fix  when calculating time since last fix;, will now return -1 if no fix has been achieved
2015-01-13 20:45:43 -05:00
inmcm bb747bafe3 --Improved handling of pyb/time imports
--Fixed RMC parsing so it will properly update even when fix is invalid and will trigger new fix time update
2015-01-12 20:04:04 -05:00
inmcm 25f76224da Add initial functionality for checking the age of the fix data 2014-12-17 22:53:57 -05:00
inmcm f49c3dc83c Fixed uart_test.py to be just the UART test and added the good_sentences.py for checking which sentences fail parsing 2014-12-17 22:01:48 -05:00
inmcm 804c70d584 Update readme.md with pyboard related info 2014-12-15 19:24:12 -05:00
inmcm 083dae8095 Add pyboard compatible test scripts 2014-12-15 18:45:36 -05:00
inmcm 145c0856d8 Improve handling of GSV sentences with truncated satellite listings and missing elevation and azimuth data 2014-12-15 17:50:19 -05:00
inmcm ab615bd7ae Adds basic object statistic tracking
Update TODOs
Refactor HEMISPHERES constant
2014-12-13 13:28:39 -05:00
inmcm 63fead0b40 Remove non-ASCII characters and some PEP8 formatting 2014-12-13 12:57:45 -05:00
Calvin 28ccf22145 update Readme 2014-12-12 20:55:45 -05:00
Calvin 3ef80dac72 Reworked update() logic and added sentence length limit checking 2014-12-12 19:50:41 -05:00
Calvin a21c1d69d8 Ensure GGA sentence parses cleanly before updating any object data
Add active sentence checks to update()
2014-12-12 19:08:03 -05:00
Calvin 4c8bc4218b Fix type consistency on update()
Cosmestic changes
2014-12-12 17:40:36 -05:00
Calvin 0258e5c9a8 Add GSV sentence parser and helper functions
Moved example sentences to main
2014-12-10 20:53:34 -05:00
Calvin 0d16f0f26f Added basic header with license
Renamed main class to micropyGPS
Remove unused struct import
Added to class doc string
2014-12-10 18:13:50 -05:00
Calvin cb464a8b08 Added GGSA sentence parsing and renamed satellite number variables 2014-12-10 17:56:33 -05:00
Calvin a5ea08c5a3 Intial commit: basic stream parsing with support for RMC, VTG, and GGA sentences. 2014-12-09 18:47:15 -05:00
inmcm e4fe364be2 Initial commit 2014-12-06 18:49:08 -05:00