Commit Graph
140 Commits
Author SHA1 Message Date
PaulZC e59b7b5799 Correct typos and add library manager helper links in Example18_PointPerfectClient 2022-02-06 18:48:32 +00:00
PaulZC 9a486f9cd7 Update ZED-F9P callback examples 2022-02-06 17:36:40 +00:00
PaulZC 7395c25af5 Update AssistNow Autonomous examples to use callback pointers 2022-02-06 17:34:45 +00:00
PaulZC fae14c1a06 Update data logging examples 4-6 2022-02-06 16:57:21 +00:00
PaulZC 5a4ac25f55 Update data logging examples 1-3 to use the new callback pointers 2022-02-06 10:13:53 +00:00
PaulZC 0bf94bebdd Update Example2_NMEA_GGA_Callbacks.ino 2022-02-05 18:00:38 +00:00
PaulZC 1ada3d3380 Update callback examples to use new callback pointers 2022-02-05 17:52:17 +00:00
Michael AmmannandGitHub 25ab860f42 Update Example18_PointPerfectClient.ino 2022-01-31 10:06:03 +01:00
Michael AmmannandGitHub 7754abfbd8 Update Example18_PointPerfectClient.ino 2022-01-31 10:00:19 +01:00
Michael AmmannandGitHub 29dda946d6 Create secrets.h 2022-01-31 09:58:21 +01:00
Michael AmmannandGitHub 9de604cd66 Create Example18_PointPerfectClient.ino 2022-01-31 09:54:21 +01:00
PaulZC 5558e73943 Add Example17_NTRIPClient_With_GGA_Callback 2022-01-13 20:40:13 +00:00
PaulZC a08198b27e Add the new callback example 2022-01-13 12:01:23 +00:00
PaulZC a1814e32ab Add setMainTalkerID and setHighPrecisionMode 2022-01-13 10:38:20 +00:00
PaulZC 185c6c200a Add support for automatic NMEA 2022-01-12 14:02:46 +00:00
PaulZC 06014dc95f Step_8 2022-01-11 15:57:51 +00:00
PaulandGitHub 87771a8797 Merge pull request #92 from sparkfun/AddGPGGAToNTRIP
Add NTRIP Client with GGA example
2021-12-14 10:43:54 +00:00
Nathan Seidle 356a43ded6 Move snprintf to work with any architecture. 2021-12-12 21:46:36 -07:00
Nathan Seidle 1b3f033792 Disable save in ex 14 so other examples work. 2021-12-12 21:44:26 -07:00
Nathan Seidle 460836c5c1 Refactor example 14. Add Emlid as target. 2021-12-12 21:36:25 -07:00
Nathan Seidle 2c47c098db Add example 16: NTRIP Client with GGA support 2021-12-12 13:58:32 -07:00
Nathan Seidle 6357b31d28 Moving prints to flash. 2021-12-08 13:56:42 -07:00
PaulZC c0cb443a19 Add Example4_AssistNowOnline_Serial 2021-12-02 18:20:47 +00:00
PaulZC 467d2fbb17 Add note re. AssistNow Autonomous not supported on ZED-F9P 2021-12-01 13:35:41 +00:00
PaulZC 52cb8f2b46 Update CallbackExample7_NAV_SAT.ino 2021-12-01 12:43:10 +00:00
PaulZC e21a1b2353 v2.1.0 2021-12-01 12:20:26 +00:00
PaulZC ef5abaccbd Add auto support for NAV SAT. Add NAV SAT callback example. Add final AssistNow Autonomous examples. 2021-12-01 12:16:31 +00:00
PaulZC 235df31840 Update README.md 2021-11-30 20:28:39 +00:00
PaulZC d0143181fe Add readNavigationDatabase. Update the AssistNow Autonomous example. 2021-11-30 20:09:59 +00:00
PaulZC 33b8e1deb2 Create Example1_AssistNowAutonomous_Read.ino 2021-11-29 18:44:01 +00:00
PaulZC 611e086864 Add getAopCfg and setAopCfg - for AssistNow Autonomous 2021-11-29 17:11:15 +00:00
PaulZC cc27ec2746 Add setPositionAssistanceXYZ, setPositionAssistanceLLH and a new example. 2021-11-29 13:48:15 +00:00
PaulZC 7e37bf6192 Update README.md 2021-11-29 11:48:55 +00:00
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