Tutorials
ECharts Custom Widget Tutorial
In this tutorial, we will guide you through the process of creating a Ring Gauge custom widget, which enables you to display multiple variables simultaneously in a interesting format. To achieve this, we will leverage the ECharts library, a robust ...
LoRaWAN Publication of Environmental Measurements with a LoRa-E5 Module
This tutorial explains how to implement a LoRaWAN publication on The Things Network (TTN) with a TagoIO integration using a MicroPython driver for a Grove LoRa-E5 module. it was originally posted on ...
Connecting ZEN15 Power using SmartThings Hub
On this tutorial we show how to bring electric power and energy measuring using the Zen15 sensor to your TagoIO account using a SmartThings hub. SmartThings Hub from Samsung The Zooz Zen15 Power Switch connects to the Smartthings hub using Z-wave ...
Thinxtra Xkit for Sigfox
This tutorial explains how to connect the Xkit from Thinxtra with TagoIO. This Sigfox board can be connected to a PC, Mac, Arduino, Raspberry PI, and other platforms. Here is a diagram of Xkit board's pinout, you can click here for more details. Xkit ...
Markdown Guide
Emphasis **bold** *italics* ~~strikethrough~~ Headers # Big header ## Medium header ### Small header #### Tiny header Lists * Generic list item * Generic list item * Generic list item 1. Numbered list item 2. Numbered list item 3. Numbered list item ...
ABS Telemetry
Devices from ABS Telemetry can be easily integrated with TagoIO. The integration allows uplink communication between the device and TagoIO while parsing the messages in order to extract commands and variables in real-time. You will need to setup your ...
BeWhere GPS
The BeWhere GPS can be easily integrated with TagoIO through the middleware that interacts with their servers. The middleware allows uplink communication between the device and TagoIO, while parsing the messages in order to extract commands and ...
Queclink GPS
Queclink GPS can be integrated with TagoIO through the middleware that translates the devices TCP/IP protocol. The middleware allows uplink communication between the device and TagoIO while parsing the messages in order to extract commands and ...
TouchTAG LoRaWAN™ Everynet
TagoIO is integrated with TouchTAG devices by providing a complete integration with Everynet back-end server. The system also decrypts and parses the data by extracting all measured variables in real-time. TouchTAG is a disposable action driven IoT ...
RadioBridge Devices
TagoIO is fully integrated with RadioBridge devices, that are connected over Sigfox or LoRaWAN, by providing the perfect integration with the Radio Bridge backend. Read more about Radio Bridge. All data sent by your device will be readily available ...
Sens'it with Sigfox
TagoIO is fully integrated with Sens'it v2 and v3 devices by providing the perfect integration with Sigfox backend and parsing the data by extracting the measured variables in real-time. Sens'it + Sigfox + TagoIO Connectivity DiagramAll data sent ...
Adeunis with LoRaWAN™
TagoIO supports most Adeunis devices by providing the perfect integration with several LoRaWAN™ networks. It also parses the data by extracting the value of the measured variables in real-time. All data sent by your device will be readily available ...
Adeunis with Sigfox
TagoIO supports most Adeunis devices by providing the perfect integration with Sigfox backend. Also, it parses the data by extracting the measured variables in real-time. Adeunis + Sigfox + TagoIO diagram All data sent by your device will be readily ...
MQTT with Sensor Tag
This is an example using the SensorTag Bluetooth module from Texas Instruments to send data to TagoIO. There is no code modification needed in the SensorTag side, and as it uses the MQTT protocol, only a configuration setup is needed. For the ...
Raspberry Pi
Visit this tutorial from our Community to learn how to communicate a Raspberry PI board with TagoIO using our SDK or the MQTT protocol. More tutorials like this are available in our Forum inside our Community.
Beagle Bone Black
This simple tutorial using the Beagle Bone Black - BBB board will show you some principles to integrate your solution with Tago. More than just connect the BBB to the cloud, you will learn how to easily reuse this code into your own application ...
PDF Service Generator
Learn how to create PDF documents using the TagoIO service generator. Simply make an HTTP request to our PDF service, and the response will be a base64. The base64 response can be sent by email using Analysis or it may be saved in our Files. You can ...