|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+# Overview
|
|
|
2
|
+Mainly, it is best to use this board with Arduino. It can run CircuitPython, but this eliminates the Wireless connectivity (WiFi and Bluetooth).
|
|
|
3
|
+
|
|
|
4
|
+# Arduino Environment
|
|
|
5
|
+There are few steps needed to get the Wio terminal up and running in Arduino.
|
|
|
6
|
+- Go to File -> Preferences, and add the following URL to the list of boards
|
|
|
7
|
+- `https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json`
|
|
|
8
|
+- Go to Tools -> Board -> Board Manager and find Seeed Wio Terminal
|
|
|
9
|
+- Select board from the list
|