Skip to content

Commit 467d2fb

Browse files
committed
Add note re. AssistNow Autonomous not supported on ZED-F9P
1 parent 52cb8f2 commit 467d2fb

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: examples/AssistNow/AssistNow_Autonomous/Example1_AssistNowAutonomous/Example1_AssistNowAutonomous.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
Note: this example will only work on boards which have plenty of RAM available.
1818
The UBX-NAV-SAT information occupies several kBytes.
1919
20+
Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."
21+
2022
Feel like supporting open source hardware?
2123
Buy a board from SparkFun!
2224
SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663
23-
ZED-F9P RTK2: https://www.sparkfun.com/products/16481
2425
SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193
2526
2627
Hardware Connections:

Diff for: examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
Note: this example will only work on boards which have plenty of RAM available.
1111
The database can be several kBytes in length.
1212
13+
Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."
14+
1315
Feel like supporting open source hardware?
1416
Buy a board from SparkFun!
1517
SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663
16-
ZED-F9P RTK2: https://www.sparkfun.com/products/16481
1718
SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193
1819
1920
Hardware Connections:

Diff for: examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
Update secrets.h with your:
1616
- WiFi credentials
1717
18+
Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."
19+
1820
Note: this example works best if you have the GNSS RAM battery-backup disabled.
1921
All SparkFun boards have battery-backup for the RAM which will means the database is retained if you disconnect the power.
2022
The module will use the database data from the battery-backed RAM when you turn the power back on.
@@ -24,7 +26,6 @@
2426
Feel like supporting open source hardware?
2527
Buy a board from SparkFun!
2628
SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663
27-
ZED-F9P RTK2: https://www.sparkfun.com/products/16481
2829
SparkFun GPS Breakout - ZOE-M8Q (Qwiic): https://www.sparkfun.com/products/15193
2930
3031
Hardware Connections:

Diff for: examples/AssistNow/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ AssistNow Autonomous offers augmentation for up to 6 days.
3737

3838
Please see the [AssistNow_Autonomous](./AssistNow_Autonomous) examples for more details.
3939

40+
**Note: AssistNow Autonomous does not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."**
41+
4042
The new functions we've added to the library to support AssistNow Autonomous are described [Support for AssistNow Autonomous below](#Support-for-AssistNow-Autonomous).
4143

4244
## AssistNow Service Token

0 commit comments

Comments
 (0)