Skip to main content

Setup Your Toolchain

The Wio Tracker 1110 Dev Board leverages Arduino to enhance your coding experience, before you start development, need to set up your toolchain first.

Setup your toolchian

Install Arduino IDE

The Arduino IDE (Integrated Development Environment) is an open-source software, mainly used for writing, compiling & uploading code to almost all Arduino Modules. It is available for all operating systems i.e. MAC, Windows, Linux and runs on the Java Platform that comes with inbuilt functions and commands that play a vital role in debugging, editing and compiling the code.

pir

tip

If this is your first time using Arduino, we highly recommend you to refer to Getting Started with Arduino.

Add Seeed Board

Navigate to Arduino IDE -> Preferences

pir

Copy this URL to Additional boards manager URLs, then click OK.

https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json

pir

Click Board Manager. Search Seeed nRF52 Boards and install it.

pir

Then need to select the Board and Port.
Search Seeed Wio Tracker 1110 and select it, choose the port and click OK.

pir

info

The port should be like 'Serial Port(USB)'

Wio Tracker 1110 examples

SenseCAP provides Wio Tracker 1110 Examples for users to get started quickly.

Navigate to the File tab, select Example-> Wio Tracker 1110 Examples, then choose the one you need.

pir

Add Libraries

In the Arduino IDE, you can search for it in the Library Manager, e.g. Seeed_Arduino_AHT20, and then install it.

pir

Click to preview offline installation

To install it offline, you can download the repo zip from GitHub, navigate to Sketch -> Include Library -> Add .ZIP Library, then select the libraries you downloaded.

Loading Comments...