driverblock
04fc848c26
fix parser when no fix
...
RMC and GGA sentences were no properly parsed when there was no fix.
They were assuming numeric values between commas, but you just get a
string of commas when there’s no fix. This was causing the RMC ate to
be parsed incorrectly.
2014-09-27 08:02:59 -04:00
driverblock
e7a91195e5
Please don't eat the dollar sign
...
read() was eating the leading dollar sign on the double-buffer swap.
2014-09-15 14:27:53 -04:00
Tony DiCola
f319935824
Update shield_sdlog.ino
2014-08-18 11:12:19 -07:00
Tony DiCola
43b9093d35
Update Adafruit_GPS.h
2014-08-18 11:09:55 -07:00
Tony DiCola
f2545ed72a
Clarify 10hz logging rate instead of 100 mhz
2014-08-15 18:40:11 -07:00
Tony DiCola
b1f0c6e5f8
Clarify 10hz logging rate instead of 100 mhz
2014-08-15 18:39:30 -07:00
Tony DiCola
f72d2acb50
Merge pull request #30 from flybob/master
...
Ultimate GPS
2014-08-15 18:37:42 -07:00
Tony DiCola
240f1bbdea
Add fixed point minute scaling back with correct floating point conversion.
2014-08-11 11:01:50 -07:00
Fltbob
1a8a9f46c4
Update Adafruit_GPS.h
2014-08-11 12:13:21 -04:00
Fltbob
5b51214619
Update shield_sdlog.ino
2014-08-11 12:12:23 -04:00
Fltbob
203d43900c
Update shield_sdlog.ino
2014-08-11 12:11:12 -04:00
Fltbob
b6afc00502
Update Adafruit_GPS.h
2014-08-11 12:09:08 -04:00
Tony DiCola
7ca1d78daa
Remove scaling from minute calulcation.
...
Pull #13 added scaling of minute values by 50 / 3, but this seems to cause problems like minute values going over 60. Removing this calculation to take the exact minute value given by the module.
2014-08-08 15:02:49 -07:00
Tony DiCola
ffb19795df
Fix race condition with calling lastNMEA twice in shield_sd example.
2014-08-08 13:18:10 -07:00
Tony DiCola
4b2006754e
Fix #14 by fixing compilation for Arduino Due, and updating due_parsing example text to clarify connections.
2014-08-07 13:08:27 -07:00
Tony DiCola
11cb409ead
Fix #22 by adding 1hz and 5hz position fix update commands. Update echo example to show command usage.
2014-08-07 12:00:36 -07:00
Tony DiCola
deef2c00ff
Fix #29 by adjusting interrupt code's serial handling.
2014-08-07 11:45:27 -07:00
Tony DiCola
91295fa8e2
Merge branch 'koehn-master'
2014-08-07 02:04:52 -07:00
Tony DiCola
5523d30fed
Move fixed point value to latitude_fixed and longitude_fixed members.
2014-08-07 02:04:24 -07:00
Tony DiCola
32e40234c8
Merge branch 'master' of https://github.com/koehn/Adafruit-GPS-Library into koehn-master
2014-08-07 01:16:23 -07:00
Tony DiCola
23b4d1a46e
Merge branch 'MrMoose-master'
2014-08-06 14:58:58 -07:00
Tony DiCola
9378a3d1f3
Fix merge conflict with #18
2014-08-06 14:58:41 -07:00
Tony DiCola
b84816a775
Merge pull request #20 from don/rename-flora_dumplog
...
rename sketch to match folder
2014-08-06 14:54:11 -07:00
Tony DiCola
6cdde45623
Merge pull request #21 from djix123/master
...
Add support for stopping logging
2014-08-06 14:51:16 -07:00
Tony DiCola
df06c6b3ee
Merge pull request #26 from orpheus88/patch-1
...
Update Adafruit_GPS.h
2014-08-06 14:32:07 -07:00
Tony DiCola
a178002372
Merge pull request #28 from tapiralec/master
...
clarified parsing example for MEGA users
2014-08-06 14:28:00 -07:00
driverblock
defdba557d
Added interrupt support
...
Added interrupt support to shield_sdlog sketch
2014-07-30 09:18:03 -04:00
Alec Moore
b68f93f742
clarified parsing example for MEGA users
...
following the instructions in the comments while using a MEGA was wrong:
* "comment out the above six lines" - no six lines to comment out.
* mySerial was called on line 83 when requesting firmware version, and would
not have been instantiated if using just "Adafruit_GPS GPS(&Serial1);"
2014-07-29 11:26:48 -05:00
Jonathan Giles
fdd6f04c37
Merge commit '5f0415ee68876e1ef1a7b13f9d835a496475a39e'
...
* commit '5f0415ee68876e1ef1a7b13f9d835a496475a39e':
Correcting name of download button
Fixed Leo Locus examples
fix bad commit
Due support
Add support for Arduino Due
Add #include <SPI.h>
2014-07-12 19:31:01 -04:00
Limor "Ladyada" Fried
5f0415ee68
Merge pull request #27 from nubok/patch-1
...
Correcting name of download button
2014-06-27 22:47:23 -04:00
Wolfgang Keller
71677ba23f
Correcting name of download button
...
The name of download button has changed - we correct this in the README.txt file.
2014-06-27 20:40:39 +02:00
orpheus88
6a51743f5a
Update Adafruit_GPS.h
...
Fixed checksum to disable Antenna Messages.
2014-06-20 15:30:38 +02:00
driverblock
0028238a03
Fixed Leo Locus examples
...
Restored interrupt to leo_locus examples, since this is required for
locus logging to work.
2014-06-09 12:25:06 -04:00
driverblock
cdcfd289ef
fix bad commit
2014-06-08 16:36:39 -04:00
driverblock
bdf1b838a7
Merge branch 'master' of https://github.com/adafruit/Adafruit-GPS-Library
...
Conflicts:
Adafruit_GPS.cpp
2014-06-08 15:49:16 -04:00
driverblock
2d220aab9c
Due support
2014-06-08 15:46:05 -04:00
Jonathan Giles
54cbd80434
Merge commit '2a52767b76a5a9df15e26b83ea316b5116cc6fa6'
2014-05-04 10:08:09 -04:00
driverblock
1319d079bf
Add support for Arduino Due
...
Conditional compilation for Arduino Due.
Due support is hardcoded for Serial1
Added due_parsing and due_shield_sdlog examples
2014-03-24 16:09:24 -04:00
driverblock
c377018a85
Add #include <SPI.h>
...
Necessary to explicitly include SPI.h since updates to the SD library for Arduino Due support
2014-02-02 17:53:38 -05:00
driverblock
2a52767b76
fix PGCMD_NOANTENNA checksum
...
PGCMD_NOANTENNA checksum was wrong.
2013-12-28 14:02:07 -05:00
Jonathan Giles
f4dba8e4b0
Add support for stopping logging
2013-10-27 12:15:00 -04:00
driverblock
fd40ce59d3
Merge pull request #19 from jrcutler/patch-1
...
Correct checksum on $PMTK001,161,3
2013-10-05 12:51:54 -07:00
Don Coleman
62a579d886
rename sketch to match folder
2013-10-04 21:06:13 -04:00
Phillip Burgess
e395a2aa8c
Fixed Serial1 references in leo_echo sketch
2013-09-18 16:28:00 -07:00
driverblock
87067fc9b1
Removed vestigial #include GPSconfig.h
...
#include "GPSconfig.h" is leftover from some earlier version. Since the
fie is no longer in the library, it causes a compilation error
2013-07-24 09:28:21 -04:00
Justin R. Cutler
dbef3e9838
Typo fix
2013-07-20 21:45:03 -04:00
Stephan Menzel
91d1657f31
use const char ptr instead of non-const in string literal parameters
2013-06-02 14:44:40 +02:00
ladyada
3b48046a6e
cleaned up a tad
2013-02-26 15:24:17 -05:00
Brad Koehn
7a3956fbac
Made lat/long int32_t instead of floats for performance and precision
2013-02-25 21:02:50 -06:00
ladyada
1b3b0b0836
Adding note about shield
2013-02-18 15:57:47 -05:00