Commit Graph
107 Commits
Author SHA1 Message Date
PaulZC 0edeaf04c4 Update README.md 2021-11-29 11:44:52 +00:00
PaulZC 0339462b92 Example updates. Remove default parameters from Internal functions. 2021-11-29 11:30:53 +00:00
PaulZC 859a5d0858 Add support for AssistNow Offline. Add Example. Add findMGAANOForDate. 2021-11-26 19:11:38 +00:00
PaulZC ae65547d01 Add Example2 AssistNow Online with time delay allowing 'stale' data to be re-used 2021-11-26 12:59:34 +00:00
PaulZC 142ca9853e Remove debug messages. Update Example1 2021-11-26 11:54:15 +00:00
PaulZC 19ff31b8b7 AssistNow_Online Example1 is working nicely!
TO DO:
Overload (?) pushAssistNowData so it can accept uint8_t * as the data source, instead of a String.
2021-11-25 20:31:44 +00:00
PaulZC 28e7c12b32 Add ring buffer for incoming MGA ACKs 2021-11-25 12:29:29 +00:00
PaulZC d6109694eb Add READMEs. Add AssistNow_Online Example1 2021-11-24 17:01:41 +00:00
Nathan Seidle 8778f70cdc Add NTRIP Client example 2021-11-18 13:01:32 -07:00
PaulZC f3ac6c562e Update yml file. Add fixes to remove compiler warnings. 2021-11-17 10:48:29 +00:00
PaulZC 8025ebad48 Change boolean to bool in the examples 2021-11-16 16:53:59 +00:00
PaulZC bf24ef9041 Update remaining data logging examples for Apollo3 v2 2021-10-18 12:29:58 +01:00
PaulZC 2e0faf6d3f Update DataLoggingExample5_Fast_RXM so it will run correctly on Apollo3 v2 2021-10-18 11:44:01 +01:00
PaulandGitHub 3777767fdf Merge pull request #58 from sparkfun/setESFAutoAlignment
Add support for Auto IMU alignment
2021-08-25 09:53:37 +01:00
PaulZC 3bb7e300f3 Add keys for the ZED-F9R (HPS1.20) 2021-08-24 13:36:17 +01:00
Nathan Seidle ff90a03b9f Add support for Auto IMU alignment 2021-08-23 11:10:23 -06: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
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