Skip to main content

Get Started with Wio-Tracker_1110

In this tutorial, we will guide users to quickly set up the Wio Tracker 1110 development board through the factory firmware, connect it to SenseCAP cloud and check the data.

pir

Bind the dev board

Download the SenseCAP Mate APP.

pir

Note

Please select the Global version when registering.

Click + -> Add Device.

Then scan the QR code on the board label.

pir

Name your device and select the Device Group(optional), then click Bind to account.

pir

Configure the frequency and connect to the gateway

Go back to the Device page, then you will see the dev board has been bound.

pir

Click Configuration Now.

pir

Click Ready, go to the next step, which is entering the device search.

Note

The device needs to be powered on first.

pir

Search for the device by Scan, and when you find an item in the list with the same S/N code as your own device, click to enter.

pir

Go to Setting page, choose the platform either as SenseCAP for the Things Network or SenseCAP for Helium.

Note

You can choose others as well, but in that case, you cannot use SenseCAP platform.

pir

Platform

Platform

Description

SenseCAP for The Things NetworkDefault platform. It must be used with SenseCAP Gateway. SenseCAP builds a proprietary TTN server that enables sensors to be used out of the box when paired with an SenseCAP gateway.
SenseCAP Outdoor Gateway
SenseCAP Indoor Gateway
SenseCAP for HeliumWhen there is the Helium network coverage, data can upload via Helium. Devices run on a private Helium console of SenseCAP. Users do not need to create devices on Helium console, out of the box with SenseCAP Mate App and Portal.
Helium Coverage
HeliumConnect device to your public Helium console
The Things NetworkConnect device to your TTN(TTS) server
Other PlatformOther LoRaWAN Network Server

Choose the Frequency Plan.

pir

Enter the Position Uplink Interval (in minutes) and Sensor Uplink Interval (in minutes).

ParametersDescription
Position Uplink Interval (minutes)Scheduled upload of location information.
Default 5 minutes.
The higher the frequency, the higher the power consumption.
Sensor Uplink Interval (minutes)Scheduled upload of sensor data.
Default 5 minutes.
The higher the frequency, the higher the power consumption.

pir

Once all the information in Settings aligns with your requirements, you can click Send to transmit it to Tracker Wio 1110.

pir

Go to Measure page, click the Measure, then you will get the sensor values.

pir

Check the data

Power on the dev board, and please make sure you have network coverage nearby,when the dev board is successfully connected to the network, it will show online on the Device page.

pir

If your area suffers from poor signal, just simply install a LoRaWAN gateway - it's as simple as setting up a Wi-Fi router. The beauty of LoRa lies in its flexibility and ease of network expansion. This reliable solution is also cost-effective. For instance, the SenseCAP M2 Indoor LoRaWAN Gateway,it can extend your coverage up to 10km!

pir

tip

Please put your dev board by the window or in an unobstructed place, so that there will be a better GPS signal, and then the board can successfully obtain the location data.

You can check the location and sensor data on SenseCAP Mate APP or SenseCAP Portal.

SenseCAP Mate APP

pir

SenseCAP Portal

If you have created an account through the APP, you can log in directly. Navigate to your device page, click Data to check.

pir

pir

How to upload data immediately

1、When the development board is shaken, causing vibrations, it triggers the three-axis accelerometer sensor to immediately collect and upload data.

pir

You can view the information on the serial monitor.

pir

The SenseCAP Mate app interface will display data packets when the device is shaken.

pir

2、Press the BUTTON once, and the device will immediately collect and upload data.

pir

You can view the information on the serial monitor.

pir

The SenseCAP Mate app interface will display SOS signals and data packets.

pir

Add Grove Sensor(optional)

In addition to the onboard sensors, the possibilities are endless with the Wio tracker 1110 dev board. In the factory firmware, the following Grove sensors are also allowed to access this board and be recognized automatically.

Grove Modules

Sensor

Get One Now

Sensor

Get One Now

Sound Sensor-Based on LM358 amplifier
High Precision Barometer Sensor-DPS310
Air Quality Sensor(SGP41)
Sunlight sensor-SI1151
Ultrasonic Distance Sensor

Connect the Grove sensor to the corresponding Grove port on the Wio Tracker dev board.

You can also use a Grove-I2C Hub to connect multiply I2C sensors to the board.

pir

SenseCAP API

SenseCAP API is for users to manage IoT devices and data. It includes 3 types of API methods: HTTP protocol, MQTT protocol, and Websocket protocol.

  • With HTTP API, users can manage LoRa devices, to get raw data or historical data.
  • With MQTT API, users can subscribe to the sensor's real-time measurement data through the MQTT protocol.
  • With Websocket API, users can get real-time measurement data of sensors through Websocket protocol.

Please check API User Guide for more details.

pir

Loading Comments...