Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 192588a

Browse files
committed
Update the README's. Add the binary for Example19
1 parent f347a19 commit 192588a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Software/examples/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,18 @@ but this will increase the current draw considerably. This is not recommended fo
7474

7575
Please refer to the [GlobalTracker FAQs](../../Documentation/GlobalTracker_FAQs/README.md) for more information.
7676

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
7889

7990
<br/>
8091

Binary file not shown.

binaries/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To use:
1919
* **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.
2020
* **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.
2121
* **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.
2223
* Attach the AGT target board using USB
2324
* Select the COM port (hit Refresh to refresh the list of USB devices)
2425
* Press Upload

0 commit comments

Comments
 (0)