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.
Bind the dev board
Download the SenseCAP Mate APP.
Please select the Global version when registering.
Click +
-> Add Device
.
Then scan the QR code on the board label.
Name your device and select the Device Group
(optional), then click Bind to account
.
Configure the frequency and connect to the gateway
Go back to the Device
page, then you will see the dev board has been bound.
Click Configuration Now
.
Click Ready, go to the next step
, which is entering the device search.
The device needs to be powered on first.
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.
Go to Setting
page, choose the platform either as SenseCAP for the Things Network
or SenseCAP for Helium
.
You can choose others as well, but in that case, you cannot use SenseCAP platform.
Platform | Description |
SenseCAP for The Things Network | Default 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 Helium | When 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 |
Helium | Connect device to your public Helium console |
The Things Network | Connect device to your TTN(TTS) server |
Other Platform | Other LoRaWAN Network Server |
Choose the Frequency Plan
.
Enter the Position Uplink Interval (in minutes)
and Sensor Uplink Interval (in minutes)
.
Parameters | Description |
---|---|
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. |
Once all the information in Settings aligns with your requirements, you can click Send
to transmit it to Tracker Wio 1110.
Go to Measure
page, click the Measure
, then you will get the sensor values.
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.
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!
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
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.
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.
You can view the information on the serial monitor.
The SenseCAP Mate app interface will display data packets when the device is shaken.
2、Press the BUTTON
once, and the device will immediately collect and upload data.
You can view the information on the serial monitor.
The SenseCAP Mate app interface will display SOS signals and data packets.
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.
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.
Flash Firmware
Double click the Reset
button, there should be a WM1110_BOOT
driver on your PC.
Drag the .uf2
file to the driver. The download will run automatically, then the driver will log out.
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.