|
|
@@ -9,6 +9,9 @@ There are few steps needed to get the Wio terminal up and running in Arduino.
|
|
9
|
9
|
- Select board from the list
|
|
10
|
10
|
|
|
11
|
11
|
# Examples
|
|
12
|
|
-## WiFi Scan
|
|
|
12
|
+## m5-gps-left
|
|
|
13
|
+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.
|
|
|
14
|
+
|
|
|
15
|
+## wifiscan
|
|
13
|
16
|
Requires the rpcWiFi library - just type that into the library search in Arduino IDE, and select the Seeed one.
|
|
14
|
17
|
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 \*.
|