PaulZC
|
4381497e68
|
Create SPI Example2 Auto PVT
|
2021-06-29 08:28:24 +01:00 |
|
PaulZC
|
28c71ae49c
|
Change maxNMEAByteCount to 88. Add set/getMaxNMEAByteCount
|
2021-06-29 06:40:57 +01:00 |
|
PaulZC
|
81003bf371
|
Change COPI data from 0x0A to 0xFF during 'read' transactions
|
2021-06-28 17:24:16 +01:00 |
|
PaulZC
|
e4dbf7ae3a
|
Move SPI example into its own folder. Make it generic so it will run on ATmega328
|
2021-06-28 14:37:17 +01:00 |
|
PaulZC
|
e280f22005
|
Add note to future self
|
2021-06-28 12:04:05 +01:00 |
|
PaulZC
|
faaf6d002e
|
Add return(false) for pushRawData when using SPI
|
2021-06-28 11:54:59 +01:00 |
|
PaulZC
|
8f93c6a897
|
Only change spiTransactionSize if spiBuffer is NULL
|
2021-06-28 11:53:07 +01:00 |
|
PaulZC
|
da1cfc563e
|
Add note to future self
|
2021-06-28 11:41:49 +01:00 |
|
PaulZC
|
402eca64ce
|
Add SPI to pushRawData (not currently supported)
|
2021-06-28 11:34:56 +01:00 |
|
PaulZC
|
1ce0be8946
|
Update SPI command debug prints
|
2021-06-28 11:31:20 +01:00 |
|
PaulZC
|
2c35e729e7
|
Move SPI buffer new (memory allocation) to before isConnected
|
2021-06-28 10:59:57 +01:00 |
|
PaulZC
|
1e479b9ad3
|
Move SPI buffer new (memory allocation) into begin
|
2021-06-28 10:44:02 +01:00 |
|
PaulZC
|
1d8a635dd2
|
Tidy up SPI begin
|
2021-06-28 10:23:44 +01:00 |
|
PaulZC
|
6ed769f288
|
Change printf's to prints (ATmega328 does not support printf)
|
2021-06-28 10:20:38 +01:00 |
|
 PaulandGitHub
|
f7ac5175a7
|
Merge pull request #46 from aberridg/add-esp32-spi-example
Add ESP32 SPI example - thank you @aberridg
|
2021-06-27 21:32:31 +01:00 |
|
Andrew Berridge
|
30e7dea644
|
Comment update
|
2021-06-27 21:09:33 +01:00 |
|
Andrew Berridge
|
b3929ff9eb
|
Initial commit
|
2021-06-27 21:05:28 +01:00 |
|
 PaulandGitHub
|
51012463cc
|
Merge pull request #41 from UT2UH/TResolved
getTimeFullyResolved helper added - thank you @UT2UH
|
2021-06-27 16:48:41 +01:00 |
|
 PaulandGitHub
|
34627a5d15
|
Merge pull request #43 from aberridg/add-spi-aberridg
Add support for SPI communication - thank you @aberridg !
|
2021-06-27 16:39:24 +01:00 |
|
Andrew Berridge
|
cb24b642de
|
Added spi transaction size :-) It still defaults to 128... please adjust downwards if you feel necessary.
|
2021-06-27 14:53:01 +01:00 |
|
Andrew Berridge
|
b7e90c6925
|
Commits as suggested by Paul
|
2021-06-27 12:52:36 +01:00 |
|
Andrew Berridge
|
bcc68dab67
|
Merge branch 'add-spi-aberridg' of https://github.com/aberridg/SparkFun_u-blox_GNSS_Arduino_Library into add-spi-aberridg
|
2021-06-27 06:00:47 +01:00 |
|
Andrew Berridge
|
48ace0a29f
|
Add support for SPI interface
|
2021-06-27 06:00:16 +01:00 |
|
 aberridgandGitHub
|
d872b870f9
|
Merge branch 'sparkfun:main' into add-spi-aberridg
|
2021-06-27 00:12:41 -04:00 |
|
UT2UH
|
2102cf2cea
|
getTimeFullyResolved helper added
|
2021-06-21 07:30:15 +03:00 |
|
 UT2UHandGitHub
|
37a9283cce
|
Merge branch 'sparkfun:main' into master
|
2021-06-20 19:32:51 +03:00 |
|
PaulZC
|
46340eaa9c
|
Merge branch 'master' into release_candidate
|
2021-05-08 07:04:50 +01:00 |
|
 PaulandGitHub
|
929a9ee6a2
|
Merge pull request #36 from sparkfun/release_candidate
v2.0.7
|
2021-05-08 06:56:19 +01:00 |
|
PaulZC
|
060db6ec7e
|
Add extra pushRawData comments to Example5_RelativePositioningInformation
|
2021-05-08 06:53:36 +01:00 |
|
PaulZC
|
eb8bc0a92b
|
Avoid compiler warnings
|
2021-05-08 06:35:51 +01:00 |
|
PaulZC
|
7a98242f10
|
Change maximum_payload_size to uint16_t. Avoids compiler warning on Nano 33
|
2021-05-08 06:15:14 +01:00 |
|
PaulZC
|
36f696fa57
|
Additional comment re #30
|
2021-05-08 05:57:54 +01:00 |
|
PaulZC
|
f081f75c66
|
Adding stop as an argument for pushRawData - resolves #30
|
2021-05-08 05:51:03 +01:00 |
|
PaulZC
|
39cc5bbb13
|
Update library.properties - v2.0.7
|
2021-05-08 05:38:15 +01:00 |
|
 PaulandGitHub
|
35d2cb55dd
|
Merge pull request #35 from nparker2020/release_candidate
Bug fix for parsing UBX-ESF-RAW
|
2021-05-07 18:29:56 +01:00 |
|
Noah Parker
|
6f2f43385d
|
Fixed byte offsets when parsing the USB-ESF-RAW message.
|
2021-05-07 13:17:23 -04:00 |
|
Noah Parker
|
dc09d3f693
|
Initial commit to release_candidate. No significant changes.
|
2021-05-07 13:14:57 -04:00 |
|
 UT2UHandGitHub
|
0ee1b2ac64
|
Merge pull request #10 from sparkfun/master
Update
|
2021-04-30 12:37:58 +03:00 |
|
 PaulandGitHub
|
2c71ab719e
|
Merge pull request #26 from sparkfun/release_candidate
v2.0.6
|
2021-04-26 10:28:05 +01:00 |
|
PaulZC
|
36fe93e4e2
|
v2.0.6
|
2021-04-26 10:27:04 +01:00 |
|
 PaulandGitHub
|
b476796088
|
Merge pull request #25 from UT2UH/release_candidate
UBX-NAV-TIMELS support added for leap second event
|
2021-04-15 10:57:19 +01:00 |
|
UT2UH
|
5c7298c37d
|
UBX-NAV-TIMELS validity bits fixes
|
2021-04-15 12:28:54 +03:00 |
|
UT2UH
|
103d7b5412
|
TIMELS RAM deleted on 'end'
|
2021-04-14 21:44:36 +03:00 |
|
UT2UH
|
2706d41dc1
|
Merge branch 'leap_second' into release_candidate
|
2021-04-14 19:40:48 +03:00 |
|
 UT2UHandGitHub
|
c879fb89c2
|
Merge pull request #8 from sparkfun/release_candidate
Update Release candidate
|
2021-04-14 19:39:03 +03:00 |
|
UT2UH
|
c351fb5b76
|
UBX-NAV-TIMELS support added for leap second event
|
2021-04-14 19:33:31 +03:00 |
|
PaulZC
|
039004ef02
|
Correct maxNMEAByteCount
|
2021-04-14 10:07:52 +01:00 |
|
PaulZC
|
700406956a
|
Add get/setProcessNMEAMask to allow selection of which messages are passed to processNMEA
|
2021-04-13 21:02:15 +01:00 |
|
PaulZC
|
e14ce7366c
|
Add set/getNMEALoggingMask. Allows selective logging of enabled NMEA messages
|
2021-04-13 19:17:31 +01:00 |
|
 UT2UHandGitHub
|
c97f192acf
|
Merge pull request #7 from sparkfun/release_candidate
Update
|
2021-04-13 19:17:03 +03:00 |
|