PaulZC
|
4f1216ebf2
|
Update examples 20 and 21 to show how to use setPacketCfgPayloadSize with custom packets
|
2021-08-07 10:02:59 +01:00 |
|
PaulZC
|
79f44129d0
|
Add spiPollingWait and setSPIpollingWait. Change delayMicroseconds(500) to delay(1)
|
2021-06-30 19:13:45 +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
|
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 |
|
 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 |
|
UT2UH
|
2102cf2cea
|
getTimeFullyResolved helper added
|
2021-06-21 07:30:15 +03:00 |
|
PaulZC
|
060db6ec7e
|
Add extra pushRawData comments to Example5_RelativePositioningInformation
|
2021-05-08 06:53:36 +01:00 |
|
UT2UH
|
2706d41dc1
|
Merge branch 'leap_second' into release_candidate
|
2021-04-14 19:40:48 +03:00 |
|
UT2UH
|
c351fb5b76
|
UBX-NAV-TIMELS support added for leap second event
|
2021-04-14 19:33:31 +03: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
|
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 |
|
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
|
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 |
|
UT2UH
|
c889a32968
|
overloaded getUnixEpoch rounded added
|
2021-03-31 16:19:22 +03:00 |
|
PaulZC
|
8e36d35340
|
Restructure Example24 and add notes about ZED_F9P
|
2021-03-30 11:33:36 +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
|
fb76790842
|
Add Example24
|
2021-03-30 10:24:24 +01:00 |
|
UT2UH
|
82c4020522
|
getUnixEpoch() example fixed
|
2021-03-30 09:50:49 +03:00 |
|
UT2UH
|
68e13634f0
|
getUnixEpoch() method added
|
2021-03-30 07:44:09 +03: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 |
|
PaulZC
|
10b99c2b81
|
Update Example1_FactoryDefaultviaI2C.ino
|
2021-01-15 08:13:05 +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
|
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
|
627fc27700
|
Updating examples: change class name & update header file
|
2021-01-09 08:18:31 +00:00 |
|
PaulZC
|
3f3ab0f82b
|
Deleting the Zephyr and Series_6_7 examples
|
2021-01-09 08:00:05 +00:00 |
|
PaulZC
|
6627841e7d
|
Initial commit - based on v2_candidate
|
2021-01-09 06:44:12 +00:00 |
|