From 467d2fbb1796a5870e3dbf9cb281c1a15179350e Mon Sep 17 00:00:00 2001 From: PaulZC Date: Wed, 1 Dec 2021 13:35:41 +0000 Subject: [PATCH] Add note re. AssistNow Autonomous not supported on ZED-F9P --- .../Example1_AssistNowAutonomous.ino | 3 ++- .../Example2_AssistNowAutonomous_DatabaseRead.ino | 3 ++- .../Example3_AssistNowAutonomous_DatabaseWrite.ino | 3 ++- examples/AssistNow/README.md | 2 ++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/AssistNow/AssistNow_Autonomous/Example1_AssistNowAutonomous/Example1_AssistNowAutonomous.ino b/examples/AssistNow/AssistNow_Autonomous/Example1_AssistNowAutonomous/Example1_AssistNowAutonomous.ino index 2c785c9..d772dfc 100644 --- a/examples/AssistNow/AssistNow_Autonomous/Example1_AssistNowAutonomous/Example1_AssistNowAutonomous.ino +++ b/examples/AssistNow/AssistNow_Autonomous/Example1_AssistNowAutonomous/Example1_AssistNowAutonomous.ino @@ -17,10 +17,11 @@ Note: this example will only work on boards which have plenty of RAM available. The UBX-NAV-SAT information occupies several kBytes. + Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only." + Feel like supporting open source hardware? Buy a board from SparkFun! SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663 - ZED-F9P RTK2: https://www.sparkfun.com/products/16481 SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193 Hardware Connections: diff --git a/examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino b/examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino index 899b82e..f083d15 100644 --- a/examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino +++ b/examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino @@ -10,10 +10,11 @@ Note: this example will only work on boards which have plenty of RAM available. The database can be several kBytes in length. + Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only." + Feel like supporting open source hardware? Buy a board from SparkFun! SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663 - ZED-F9P RTK2: https://www.sparkfun.com/products/16481 SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193 Hardware Connections: diff --git a/examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino b/examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino index c22d531..8494530 100644 --- a/examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino +++ b/examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino @@ -15,6 +15,8 @@ Update secrets.h with your: - WiFi credentials + Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only." + Note: this example works best if you have the GNSS RAM battery-backup disabled. All SparkFun boards have battery-backup for the RAM which will means the database is retained if you disconnect the power. The module will use the database data from the battery-backed RAM when you turn the power back on. @@ -24,7 +26,6 @@ Feel like supporting open source hardware? Buy a board from SparkFun! SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663 - ZED-F9P RTK2: https://www.sparkfun.com/products/16481 SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193 Hardware Connections: diff --git a/examples/AssistNow/README.md b/examples/AssistNow/README.md index b731080..d103235 100644 --- a/examples/AssistNow/README.md +++ b/examples/AssistNow/README.md @@ -37,6 +37,8 @@ AssistNow Autonomous offers augmentation for up to 6 days. Please see the [AssistNow_Autonomous](./AssistNow_Autonomous) examples for more details. +**Note: AssistNow Autonomous does not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."** + The new functions we've added to the library to support AssistNow Autonomous are described [Support for AssistNow Autonomous below](#Support-for-AssistNow-Autonomous). ## AssistNow Service Token