Firmware that allows Wio Terminal devices to send data to the AirQua server.
Guide is available in airqua-terminal-flasher repository
You only need to do this once - after you purchase the device
-
In command prompt clone the flasher repository and navigate into the resulting directory
git clone https://github.com/Seeed-Studio/ambd_flash_tool cd ambd_flash_tool -
Erase the factory firmware
Windows:
.\ambd_flash_tool.exe eraseMac/Linux:
python3 ambd_flash_tool.py erase
-
Flash the latest firmware
Windows:
.\ambd_flash_tool.exe flashMac/Linux:
python3 ambd_flash_tool.py flash
- Clone this repository using git
git clone https://github.com/airqua/airqua-terminal
- Download Arduino IDE from the official website
- Go to Preferences -> Settings -> Additional boards manager URLs and add the following URL:
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json - Connect your Wio Terminal, select Seeeduino Wio Terminal in Boards dropdown
- When prompted, agree to automatic installation of Seeed SAMD Boards package
- Copy everything from
librariesfolder into%YOUR_SKETCHBOOK_LOCATION%/libraries, whereYOUR_SKETCHBOOK_LOCATIONis Arduino's path, that can be checked in Settings - Open
WioTerminal.inousing Arduino IDE - Insert your token and device id into appropriate variables
- Click Upload