From cced5d28c446383a3a3317096b2a0290b69c7fb5 Mon Sep 17 00:00:00 2001 From: cube Date: Fri, 21 Mar 2025 15:17:49 +0000 Subject: [PATCH] Add 'Seeed Wio Terminal/README.md' --- Seeed Wio Terminal/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Seeed Wio Terminal/README.md diff --git a/Seeed Wio Terminal/README.md b/Seeed Wio Terminal/README.md new file mode 100644 index 0000000..f6327e6 --- /dev/null +++ b/Seeed Wio Terminal/README.md @@ -0,0 +1,9 @@ +# Overview +Mainly, it is best to use this board with Arduino. It can run CircuitPython, but this eliminates the Wireless connectivity (WiFi and Bluetooth). + +# Arduino Environment +There are few steps needed to get the Wio terminal up and running in Arduino. +- Go to File -> Preferences, and add the following URL to the list of boards +- `https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json` +- Go to Tools -> Board -> Board Manager and find Seeed Wio Terminal +- Select board from the list \ No newline at end of file