From a1e279f68ebd975f14bc2c70bda03e12cff3b28b Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 22 Mar 2025 21:21:06 +0000 Subject: [PATCH] Update 'Seeed Wio Terminal/README.md' --- Seeed Wio Terminal/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Seeed Wio Terminal/README.md b/Seeed Wio Terminal/README.md index f61c00a..2047eac 100644 --- a/Seeed Wio Terminal/README.md +++ b/Seeed Wio Terminal/README.md @@ -9,6 +9,9 @@ There are few steps needed to get the Wio terminal up and running in Arduino. - Select board from the list # Examples -## WiFi Scan +## m5-gps-left +Uses the M5 GPS v1.1 module and tinygpsplus library to print coordinates and date/time to Serial. Module must be plugged into the left port on the terminal itself, not the battery pack. + +## wifiscan Requires the rpcWiFi library - just type that into the library search in Arduino IDE, and select the Seeed one. A simple program that continually scans for WiFi networks and prints them to the screen in a list. They are colour coded according to strength, and encrypted networks are marked with a \*. \ No newline at end of file