Nathan Seidle
|
ff90a03b9f
|
Add support for Auto IMU alignment
|
2021-08-23 11:10:23 -06:00 |
|
 PaulandGitHub
|
c3bb47c814
|
Merge pull request #57 from sparkfun/release_candidate
v2.0.12
|
2021-08-10 13:01:28 +01:00 |
|
PaulZC
|
ff75d2a8ac
|
Merge branch 'main' into release_candidate
|
2021-08-10 12:58:26 +01:00 |
|
PaulZC
|
2f6a085449
|
v2.0.12
|
2021-08-10 12:55:58 +01:00 |
|
PaulZC
|
cad5529aa5
|
i2cPollingWait improvements
|
2021-08-10 12:21:13 +01:00 |
|
PaulZC
|
5039e51315
|
Merge branch 'main' into release_candidate
|
2021-08-09 09:41:31 +01:00 |
|
 PaulandGitHub
|
99f261a6f4
|
Merge pull request #56 from sparkfun/release_candidate
v2.0.11
|
2021-08-09 09:36:55 +01:00 |
|
PaulZC
|
47288e4524
|
v2.0.11
|
2021-08-09 09:35:40 +01:00 |
|
PaulZC
|
b131835b22
|
Replace delete[] with delete - see #53
|
2021-08-09 09:29:47 +01:00 |
|
 PaulandGitHub
|
f1f7a7f450
|
Merge pull request #55 from sparkfun/release_candidate
v2.0.10
|
2021-08-07 10:29:16 +01:00 |
|
PaulZC
|
3927a9f6a3
|
v2.0.10
|
2021-08-07 10:27:37 +01:00 |
|
PaulZC
|
4f1216ebf2
|
Update examples 20 and 21 to show how to use setPacketCfgPayloadSize with custom packets
|
2021-08-07 10:02:59 +01:00 |
|
 PaulandGitHub
|
46c1855726
|
Merge pull request #51 from sparkfun/release_candidate
v2.0.9 - add SFE_UBLOX_REDUCED_PROG_MEM
|
2021-07-09 11:22:53 +01:00 |
|
PaulZC
|
ec673d4a03
|
v2.0.9 - add SFE_UBLOX_REDUCED_PROG_MEM
|
2021-07-09 11:20:37 +01:00 |
|
 PaulandGitHub
|
64ba65029c
|
Merge pull request #49 from sparkfun/release_candidate
v2.0.8
|
2021-07-01 13:14:35 +01:00 |
|
PaulZC
|
e3d9bc3c40
|
v2.0.8 - add SPI support
|
2021-07-01 13:12:46 +01:00 |
|
PaulZC
|
aa8987e714
|
Remove note to future self!
|
2021-06-30 19:20:39 +01:00 |
|
PaulZC
|
79f44129d0
|
Add spiPollingWait and setSPIpollingWait. Change delayMicroseconds(500) to delay(1)
|
2021-06-30 19:13:45 +01:00 |
|
PaulZC
|
c1db2f5745
|
Change _spiSpeed to uint32_t
|
2021-06-30 16:28:17 +01:00 |
|
PaulZC
|
bf7b29199d
|
Ensure NMEA messages are enabled in Examples 1 and 2
|
2021-06-29 17:13:05 +01:00 |
|
PaulZC
|
794966bc9c
|
Remove !!! from examples 18 and 19 (!!! can cause avrdude to crash!)
|
2021-06-29 15:35:08 +01:00 |
|
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 |
|