You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/AssistNow/AssistNow_Autonomous/Example2_AssistNowAutonomous_DatabaseRead/Example2_AssistNowAutonomous_DatabaseRead.ino
+2-1
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@
10
10
Note: this example will only work on boards which have plenty of RAM available.
11
11
The database can be several kBytes in length.
12
12
13
+
Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."
14
+
13
15
Feel like supporting open source hardware?
14
16
Buy a board from SparkFun!
15
17
SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663
Copy file name to clipboardExpand all lines: examples/AssistNow/AssistNow_Autonomous/Example3_AssistNowAutonomous_DatabaseWrite/Example3_AssistNowAutonomous_DatabaseWrite.ino
+2-1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
Update secrets.h with your:
16
16
- WiFi credentials
17
17
18
+
Note: this example will not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."
19
+
18
20
Note: this example works best if you have the GNSS RAM battery-backup disabled.
19
21
All SparkFun boards have battery-backup for the RAM which will means the database is retained if you disconnect the power.
20
22
The module will use the database data from the battery-backed RAM when you turn the power back on.
@@ -24,7 +26,6 @@
24
26
Feel like supporting open source hardware?
25
27
Buy a board from SparkFun!
26
28
SparkFun Thing Plus - ESP32 WROOM: https://www.sparkfun.com/products/15663
Copy file name to clipboardExpand all lines: examples/AssistNow/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ AssistNow Autonomous offers augmentation for up to 6 days.
37
37
38
38
Please see the [AssistNow_Autonomous](./AssistNow_Autonomous) examples for more details.
39
39
40
+
**Note: AssistNow Autonomous does not work on the ZED-F9P. "The ZED-F9P supports AssistNow Online only."**
41
+
40
42
The new functions we've added to the library to support AssistNow Autonomous are described [Support for AssistNow Autonomous below](#Support-for-AssistNow-Autonomous).
0 commit comments