Commit graph

232 commits

Author SHA1 Message Date
dherrada
3b79116e7a
Merge pull request #5 from dherrada/format-adding
Added ways to handle all sentences. Currently, only _parse_gpgll actually works
2019-05-11 13:11:29 -04:00
dherrada
b5c57528eb Reverted simpletest 2019-05-11 13:10:20 -04:00
dherrada
9d4beb8b7b Added function to parse GPGLL data. It FINALLY works 2019-05-11 13:04:10 -04:00
dherrada
f5376ae27c Pretty much where I was last commit lol 2019-05-10 21:07:54 -04:00
dherrada
975fdd89ef
Merge pull request #4 from dherrada/master
Merging
2019-05-10 18:51:59 -04:00
dherrada
91e1ddff68
Merge pull request #3 from adafruit/master
Merging
2019-05-10 18:49:53 -04:00
dherrada
e52d8799e0 Added all functions. They still need testing 2019-05-10 18:40:25 -04:00
dherrada
358d7d5b4c Removed tester.py 2019-05-09 18:38:40 -04:00
dherrada
e2d8b830cc Commented out some code that made self.has_fix a variable 2019-05-09 18:36:38 -04:00
Limor "Ladyada" Fried
70db3f9121
Merge pull request #17 from jomogalla/checking-input-buffer-before-reading
Update adafruit_gps.py
2019-05-09 17:40:37 -04:00
Limor "Ladyada" Fried
50330e4e9d
Merge pull request #24 from dherrada/docs
Just some small spelling and grammar fixes
2019-05-09 17:27:45 -04:00
dherrada
a25dc345e7 Merge branch 'docs' of github.com:dherrada/Adafruit_CircuitPython_GPS into docs 2019-05-09 17:16:48 -04:00
dherrada
cbb2ddae90 Grammar and spelling fixes courtesy of grammarly 2019-05-09 17:16:37 -04:00
Scott Shawcroft
0e0b152749
Merge pull request #21 from dherrada/master
Fixed an issue mentioned in issue #19 where a UnicodeError would be raised when there was noise over UART
2019-05-09 14:05:41 -07:00
dherrada
ec5ddbed45 Have to commit this before I switch branch 2019-05-09 16:39:59 -04:00
dherrada
a4f0525a82 Modified version of simpletest to allow me to test different formats 2019-05-09 09:38:55 -04:00
dherrada
213c36bef4 Added support for GPGSV. Haven't tested yet 2019-05-09 09:37:24 -04:00
siddacious
7d0c1fae33
Merge pull request #23 from dherrada/docs
Added info about nmea data to README
2019-05-08 19:08:44 -07:00
dherrada
e99efa4d22
Oops. Was partially mistaken in previous commit 2019-05-08 22:01:38 -04:00
dherrada
a2ecf74cea
Fixed some more tiny issues 2019-05-08 22:00:27 -04:00
dherrada
b077471caf
Fixed another typo 2019-05-08 21:49:51 -04:00
dherrada
12c4dd2949 Same as previous commit but for a different block of code 2019-05-08 13:34:27 -04:00
dherrada
2e63a2ebef Might fix the issue 2019-05-08 13:30:22 -04:00
dherrada
e91222c1dd Added info about nmea data to README
I thought it might be useful to add an explanation of NMEA 0183 and the different formats in which the data is transmitted to the microcontroller from the GPS. Only caveat is, I essentially plagiarized all of it. I did credit and link to where I got it from, but I'm not sure about the proper way to cite it is.
2019-05-08 13:17:23 -04:00
dherrada
3202b43855 Merge branch 'master' of github.com:dherrada/Adafruit_CircuitPython_GPS 2019-05-07 20:59:21 -04:00
dherrada
f39571edeb Same as 26aa7b1, but for a different part of the code 2019-05-07 20:59:13 -04:00
dherrada
20f4b23e26
Fixed typo 2019-05-07 20:54:17 -04:00
dherrada
26aa7b1cdb Merge branch 'master' of github.com:dherrada/Adafruit_CircuitPython_GPS 2019-05-07 20:53:49 -04:00
dherrada
f355b6c14a Added try/except function to prevent a UnicodeError when there is noise in the UART data 2019-05-07 20:53:35 -04:00
Melissa LeBlanc-Williams
399a7cb53a
Merge pull request #20 from dherrada/master
Modified README to help people use floats. Also changed uart timeout on example files.
2019-05-07 15:40:23 -04:00
dherrada
0facb5a380
Same as previous commit: Added another code snippet make the fix more obvious 2019-05-07 13:49:13 -04:00
dherrada
f10e6698a9
Added another code snippet make the fix more obvious 2019-05-07 13:46:23 -04:00
dherrada
35ff3b0f12 Changed uart timeout to 30s instead of 3000ms since busio.UART now uses seconds 2019-05-07 13:24:32 -04:00
dherrada
0a6828cb64
Fixed example code 2019-05-07 13:18:42 -04:00
dherrada
49526418f7
Added tips on using floats to README 2019-05-07 13:09:01 -04:00
Jason Domogalla
43d3aed0a4 Update adafruit_gps.py 2019-03-18 22:35:18 -07:00
Limor "Ladyada" Fried
5ffed457dd
Merge pull request #16 from makermelissa/master
Fixed example copy/paste error
2019-02-21 14:41:10 -05:00
Melissa LeBlanc-Williams
e8b045a67a Fixed example copy/paste error 2019-02-20 22:24:29 -08:00
Kattni
9d58126cca
Merge pull request #14 from sommersoft/readme_fix_travis
Update README Travis Badge
2018-12-21 13:30:54 -06:00
sommersoft
5f6d826547 change 'travis-ci.org' to 'travis-ci.com' 2018-12-21 13:19:18 -06:00
Brennen Bearnes
9ca10ca731
Merge pull request #13 from kattni/example-name-change
Example name changes to fit convention.
2018-11-12 15:38:14 -07:00
Kattni Rembor
8195d80204 Example name changes to fit convention. 2018-11-12 17:01:33 -05:00
Kattni
dfcd449ab0
Merge pull request #11 from process1183/blinka
Add Adafruit-Blinka to requirements.txt for PyPI compatibility
2018-11-06 12:03:06 -05:00
Josh Gadeken
f42759e308
Correct import order in time_source.py example for Travis CI
Travis CI build failed due to Pylint:

> ************* Module time_source
> C:  8, 0: third party import "import busio" should be placed before "import rtc" (wrong-import-order)

https://travis-ci.org/adafruit/Adafruit_CircuitPython_GPS/builds/450615758
2018-11-05 23:08:23 -07:00
Josh Gadeken
115ed407b5
Add Adafruit-Blinka to requirements.txt for PyPI compatibility
Fix for repo-level issue listed in https://github.com/adafruit/circuitpython/issues/1246

> For pypi compatibility, missing Adafruit-Blinka in requirements.txt - 18
> ...
> * https://github.com/adafruit/Adafruit_CircuitPython_GPS
2018-11-04 15:00:05 -07:00
Scott Shawcroft
4527f57b38
Merge pull request #9 from arofarn/master
Add datetime property to use GPS object as time source
2018-08-26 22:20:09 -07:00
sommersoft
a18af4be13 ignore the board module imports in .pylintrc
Signed-off-by: sommersoft <sommersoft@gmail.com>
2018-08-25 14:06:56 +00:00
Pierrick C
8176e15e50 Updated example after pylint checks
*No space allowed around keyword argument assignment
*Multiple import
+ comments
2018-08-24 23:25:17 +02:00
Pierrick C
d05929b6a6 Add datetime property to use GPS object as time source for rtc.set_time_source() 2018-08-24 22:30:55 +02:00
Dan Halbert
6416856fbd
Merge pull request #8 from ladyada/master
Make compatible with pyserial, add some examples as well for computer usage
2018-08-19 16:11:27 -04:00