Summary
Highlights
The video begins with an introduction to the WIO Terminal, highlighting its key features and specifications, such as its AT7051 processor, 32MB flash, 2.4/5GHz Wi-Fi, Bluetooth, 2.4-inch LCD, USB-C, microSD slot, accelerometer, microphone, buzzer, and Raspberry Pi compatible GPIO connector.
Upon powering up, the WIO Terminal displays a pre-loaded game designed to showcase its animation and multi-color display capabilities. This serves as a factory demonstration.
The WIO Terminal can be programmed using several methods, including the Arduino IDE, MicroPython, ArduPy, AT firmware, Visual Studio Code, and CircuitPython. The video focuses on Arduino IDE and CircuitPython for demonstrations.
Two accessories are introduced: a chassis with an internal battery and extra Grove connectors, and an adapter board for Raspberry Pi hats. The Grove system, a Seed product, is explained as a standardized interconnection for various modules like sensors and displays, simplifying hardware interaction.
The video demonstrates programming the WIO Terminal using the Arduino IDE, showing how to add board definitions and upload a basic LED blinking sketch. It also illustrates how to use the 40-pin connector for custom hardware interfacing.
A demonstration of CircuitPython involves flashing the CircuitPython firmware and running a script to read analog input from a potentiometer, displaying the voltage on the terminal's screen. The use of a serial connection (REPL) for live interaction with CircuitPython is also shown.
The video showcases the WIO Terminal's graphic capabilities by running an Arduino sketch that draws random shapes on the color screen. Another demo displays real-time data from the accelerometer, showing how its readings change with device movement.
A classic arcade-style game running on the WIO Terminal is demonstrated, highlighting its versatility as a compact gaming device. The video also shows a practical application: displaying system statistics (memory, CPU, temperature) from a Raspberry Pi or other Linux computer on the WIO Terminal, including its magnetic back feature for convenient placement.
The presenter concludes by acknowledging that only a fraction of the WIO Terminal's capabilities were covered, particularly omitting the wireless functionalities. He expresses appreciation to Seed for the review unit and encourages viewers to share their experiences and questions.