PaulZC
|
3bb7e300f3
|
Add keys for the ZED-F9R (HPS1.20)
|
2021-08-24 13:36:17 +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 |
|
 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 |
|
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 |
|
 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 |
|
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 |
|
PaulZC
|
1220ef204a
|
Move logNMEA into process so it does not matter if processNMEA is overwritten
|
2021-04-13 15:30:20 +01:00 |
|
PaulZC
|
7cdb4b00eb
|
VSC whitespace changes
|
2021-04-13 11:57:16 +01:00 |
|
PaulZC
|
cc2e75fa27
|
Add logNMEA and an example
|
2021-04-13 11:56:45 +01:00 |
|
PaulZC
|
63d8b60f42
|
Add flushCFGRATE. Ensure CFG RATE data is marked as stale by the set rate functions
|
2021-04-13 10:36:11 +01:00 |
|
 PaulandGitHub
|
b20579e279
|
Merge pull request #21 from sparkfun/release_candidate
v2.0.5
|
2021-04-01 18:26:48 +01:00 |
|
PaulZC
|
02153c3d02
|
v2.0.5
|
2021-04-01 18:20:34 +01:00 |
|
PaulZC
|
c701d67a5f
|
Adding support for multiple message rates
|
2021-04-01 18:19:27 +01:00 |
|
PaulZC
|
de5e73947b
|
Starting to add support for multiple message rates
|
2021-04-01 13:52:30 +01:00 |
|
PaulZC
|
47f95a10b8
|
.end now returns void. Update getUnixEpoch so it runs correctly on the ATmega328P
|
2021-04-01 12:45:34 +01:00 |
|
PaulZC
|
e483b119cc
|
Update ZED_F9P\Example10 - corrects issue #19
|
2021-04-01 11:14:04 +01:00 |
|
PaulZC
|
2ce23fe696
|
Correct #20. Add .end. Add getFileBufferSize. Add Example26
|
2021-04-01 09:41:18 +01:00 |
|
 PaulandGitHub
|
6ccf22912f
|
Merge pull request #18 from UT2UH/getUnixEpoch
overloaded getUnixEpoch() 'rounded' added
|
2021-03-31 16:21:12 +01:00 |
|
 PaulandGitHub
|
7f38fcdae9
|
Merge pull request #17 from sparkfun/release_candidate
v2.0.4
|
2021-03-30 11:47:18 +01:00 |
|
PaulZC
|
c931a04386
|
Merge branch 'master' into release_candidate
|
2021-03-30 11:45:20 +01:00 |
|
PaulZC
|
063852468b
|
Update library.properties
|
2021-03-30 11:38:56 +01:00 |
|
PaulZC
|
8e36d35340
|
Restructure Example24 and add notes about ZED_F9P
|
2021-03-30 11:33:36 +01:00 |
|
PaulZC
|
5a4c4487c7
|
Correct tabs in keywords.txt
|
2021-03-30 11:03:44 +01:00 |
|
 PaulandGitHub
|
691ea47039
|
Merge pull request #16 from UT2UH/getTime
getUnixEpoch() method added
|
2021-03-30 10:54:17 +01:00 |
|
PaulZC
|
348bcb20d4
|
Bump Example24 to Example25
|
2021-03-30 10:53:38 +01:00 |
|
PaulZC
|
2ec3077fa6
|
Adding clearFileBuffer and clearMaxFileBufferAvail
|
2021-03-30 10:51:28 +01:00 |
|
PaulZC
|
fb76790842
|
Add Example24
|
2021-03-30 10:24:24 +01:00 |
|
PaulZC
|
0c576c9745
|
Adding set/getNavigationRate and set/getMeasurementRate
|
2021-03-30 08:43:54 +01:00 |
|
PaulZC
|
213e3eb125
|
VSC tab tidying
|
2021-03-30 08:11:59 +01:00 |
|
PaulZC
|
b3aab36720
|
Add callback Example6 - RAWX. Note:
PR (pseudorange) and CP (carrier phase) will only be displayed if your processor supports 64-bit double
|
2021-03-11 07:51:31 +00:00 |
|
 PaulandGitHub
|
b1eb847f05
|
v2.0.3
|
2021-02-25 09:42:59 +00:00 |
|
 PaulandGitHub
|
1f5f480870
|
Merge pull request #10 from MedadRufus/master
fix compile errors([-Werror=parentheses])
|
2021-02-25 09:42:18 +00:00 |
|
 PaulandGitHub
|
d8d43137c8
|
Merge pull request #9 from adamgarbo/timeValidity
Add confirmedDate and confirmedTime helper functions
|
2021-02-02 11:19:18 +00:00 |
|
 PaulandGitHub
|
b6c33fdae2
|
Merge pull request #8 from sparkfun/release_candidate
v2.0.2
|
2021-01-22 10:57:49 +00:00 |
|
PaulZC
|
ca86015765
|
Update library.properties
|
2021-01-22 10:56:27 +00:00 |
|
 PaulandGitHub
|
6d115b117b
|
Merge pull request #3 from sparkfun/release_candidate
Update Example1_FactoryDefaultviaI2C.ino
|
2021-01-15 08:13:36 +00:00 |
|
PaulZC
|
10b99c2b81
|
Update Example1_FactoryDefaultviaI2C.ino
|
2021-01-15 08:13:05 +00:00 |
|
 PaulandGitHub
|
c31fe53a1e
|
Merge pull request #2 from sparkfun/release_candidate
v2.0.1 : Adding time pulse examples
|
2021-01-14 09:12:40 +00:00 |
|
PaulZC
|
c3c5c1f9ec
|
v2.0.1
|
2021-01-14 09:10:31 +00:00 |
|
PaulZC
|
6529daaeb1
|
Adding better time pulse examples (including bullet time)
|
2021-01-14 09:09:23 +00:00 |
|
PaulZC
|
9467848bb2
|
Update Example23_TimePulseParameters.ino
|
2021-01-13 14:33:59 +00:00 |
|
PaulZC
|
9441470d67
|
Update Example23_TimePulseParameters.ino
|
2021-01-13 14:03:43 +00:00 |
|
PaulZC
|
34f15c25f3
|
Adding support for Time Pulse Parameters
|
2021-01-13 12:00:14 +00:00 |
|
PaulZC
|
e3e9b83d4d
|
Update Theory.md
|
2021-01-09 10:17:37 +00:00 |
|
PaulZC
|
0a964f356a
|
Update CONTRIBUTING.md
|
2021-01-09 09:44:49 +00:00 |
|
PaulZC
|
64719654c5
|
Update Example13_autoHPPOSLLH_with_Callback.ino
|
2021-01-09 09:41:24 +00:00 |
|
PaulZC
|
129f275f38
|
More u-blox corrections
|
2021-01-09 08:49:05 +00:00 |
|
PaulZC
|
302ea3ea61
|
Updating more library .h links in the examples
|
2021-01-09 08:33:39 +00:00 |
|
PaulZC
|
042a27bba3
|
Update library.properties
|
2021-01-09 08:28:39 +00:00 |
|
PaulZC
|
1506a7ca1d
|
Changing the class name in .h and .cpp
|
2021-01-09 08:24:16 +00:00 |
|
PaulZC
|
627fc27700
|
Updating examples: change class name & update header file
|
2021-01-09 08:18:31 +00:00 |
|
PaulZC
|
2d0307f3b3
|
Renaming the .h and .cpp files
|
2021-01-09 08:03:22 +00:00 |
|
PaulZC
|
3f3ab0f82b
|
Deleting the Zephyr and Series_6_7 examples
|
2021-01-09 08:00:05 +00:00 |
|
PaulZC
|
09f7c934d6
|
Update README.md
|
2021-01-09 07:56:07 +00:00 |
|