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
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: Software/examples/README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,18 @@ but this will increase the current draw considerably. This is not recommended fo
74
74
75
75
Please refer to the [GlobalTracker FAQs](../../Documentation/GlobalTracker_FAQs/README.md) for more information.
76
76
77
-
**Example17 - Production Test** is the code used to test the Artemis Global Tracker during production. You will need an AGT Test Header to allow this code to run.
77
+
**Example17 - Production Test** is code used to test the Artemis Global Tracker during production. You will need an AGT Test Header to allow this code to run.
78
+
79
+
**Example18 - Production Test 2** is code used to test the Artemis Global Tracker during production. You will need an AGT Test Header to allow this code to run.
80
+
81
+
**Example19 - Serial Terminal** allows the AGT to be operated via a simple Serial Terminal interface. Open the Serial Monitor or a Terminal Emulator at 115200 baud to see the menu. You can:
82
+
- Read the temperature and pressure from the MS8607
83
+
- Read position, velocity and time data from the ZOE-M8Q GNSS
84
+
- Check for new Iridium messages
85
+
- Send and receive text and binary Iridium messages
86
+
- Flush the Iridium Mobile Terminated message queue
87
+
88
+
**Example20 - GNSS Module Info** reads the module information from the ZOE-M8Q GNSS, allowing you to see what software version it is running
Copy file name to clipboardExpand all lines: binaries/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ To use:
19
19
***Example14 - Simple Tracker** is a simple tracker which: wakes up every INTERVAL minutes; gets a GNSS fix; reads the PHT sensor; and sends all the data in a SBD message.
20
20
***Example15 - Better Tracker** is a better tracker where the INTERVAL, RBDESTINATION and RBSOURCE are stored in 'EEPROM' (Flash) and can be configured via Iridium SBD messages.
21
21
***Example16 - Global Tracker** is the full Global Tracker. All of the settings can be configured via USB-C or remotely via an Iridium SBD message using the [Artemis Global Tracker Configuration Tool (AGTCT)](../Tools).
22
+
***Example19 - Serial Terminal** allows the AGT to be operated via a simple Serial Terminal interface. Open the Serial Monitor or a Terminal Emulator at 115200 baud to see the menu.
22
23
* Attach the AGT target board using USB
23
24
* Select the COM port (hit Refresh to refresh the list of USB devices)
0 commit comments