adminpete
7d3efbe170
Replace dependency on pyb with more portable machine.
2018-04-23 11:57:55 +01:00
Calvin McCoy
a6eda80ef4
Merge pull request #12 from tcinbis/master
...
Added support for Beitian BN-880 module
2018-03-18 20:29:47 -07:00
Tom
8ace241f1d
Fixed git history for Readme file
...
* Added missing whitspaces
2018-02-04 10:45:01 +01:00
cintom00
564031ffd3
Changed exception handling and removed whitespaces
...
The whitespaces which were removed and messed up the git history were
added again.
Instead of catching all exceptions, we just now just catch the
IndexError.
2018-02-04 10:33:54 +01:00
Calvin McCoy
c02f4bd108
Merge pull request #10 from bsdz/master
...
Restructure to allow pip install from git
2018-02-03 10:54:23 -08:00
cintom00
cdd37a0ff7
Updated README and added ESP32 instructions part
...
All supported sentences are now in the README file and also a small part
on how to use it with an ESP32.
2018-01-31 17:41:26 +01:00
cintom00
3f593e6649
Added supported sentences for Beitian GPS-module
...
The Beitian BN-880 appears to use slightly different NEMA sentences. By
adding these sentences and calling the methods which already exist
everything seems to work as expected. This was tested on an ESP32.
The extra exception catching was needed to prevent the program from
crashing in case a "list index out of range" exception was thrown.
2018-01-31 17:19:26 +01:00
Blair Azzopardi
6cb713196e
Restructure to allow pip install from git
...
update readme with install instructions
2017-12-30 20:57:53 +00:00
Calvin McCoy
1a111f6359
Merge pull request #8 from ckuethe/glonass
...
Add GLONASS sentence mappings
2017-09-23 12:27:55 -07:00
Chris Kuethe
01268cddc4
fix #7
2017-09-23 12:21:29 -07:00
Calvin McCoy
b28c6d1759
Update Readme
2017-08-20 11:03:08 -07:00
Calvin McCoy
c7f17451b6
Trim down main module and move tests to external script
2017-08-20 10:41:30 -07:00
Calvin McCoy
8793b9157d
Add license file
2017-08-20 10:33:36 -07:00
Calvin McCoy
950df2db44
Merge pull request #4 from pyrog/patch
...
Update link to pyboard doc
2017-06-23 10:04:55 -07:00
pyrog
50978272fe
Update link to pyboard doc
2017-06-21 08:23:14 +02:00
Calvin McCoy
df76a40a54
Small Improvements
2017-06-11 22:24:08 -07:00
Calvin McCoy
be16d495ba
Update Header
2017-06-11 22:23:34 -07:00
Calvin McCoy
af8a645a07
Add Additional Format Options to Longitude/Latitude
...
Add Degree Minute Seconds and Decimal Degrees display/output formats
Lat/Lon Data will continue to be stored internally in Degree Decimal Minute
2017-06-11 22:21:12 -07:00
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