Wykres commitów

63 Commity (user/inmcm/convert_to_pytest)

Autor SHA1 Wiadomość Data
Calvin McCoy f437c6dab4 Add Coordinate Representation Tests 2018-10-30 22:14:01 -07:00
Calvin McCoy f2026e9e5a Update Readme 2018-10-30 22:14:01 -07:00
Calvin McCoy 1399546245 Add example print to tests 2018-10-30 22:14:01 -07:00
Calvin McCoy 80f89f2155 Switch to pytest style tests 2018-10-30 22:14:01 -07:00
Calvin McCoy 45c2b54087 Optimizations to Internal Data Attributes 2018-10-30 22:14:01 -07:00
Calvin McCoy 88bbf834be
Merge pull request #20 from hagre/master
raise SENTENCE_LIMIT to 90
2018-10-17 20:34:47 -07:00
hagre dbac9a2696
raise SENTENCE_LIMIT to 90
to be save for emlid reach M+ module
2018-10-16 06:23:15 +02:00
Calvin McCoy e3f849b12c Fix Date Suffix Printing for 23rd 2018-05-28 10:51:21 -07:00
Calvin McCoy c30df5828d Fix GSV Parsing of Full Final Sentences 2018-05-19 17:56:47 -07:00
Calvin McCoy 0d7bdaeb60 Add Extra GSV Sentences and Print Interium Results 2018-05-19 17:55:26 -07:00
Calvin McCoy 883bf31a8b Fix Sentence Type Test 2018-05-19 17:54:38 -07:00
Calvin McCoy 4c226e96bf Ensure UTC Hours are always within range when using local offset 2018-05-19 17:01:40 -07:00
Calvin McCoy e1b69fded7
Merge pull request #13 from peterhinch/portable
Replace dependency on pyb with more portable machine.
2018-04-23 18:54:41 -07:00
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