Related Articles
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 ...
Python SDK
You can access our SDK documentation on: https://py.sdk.tago.io/ Installation pip install tagoio-sdk Quick Start from tagoio_sdk import Account account = Account({"token": "your-token"}) devices = account.devices.list() Remote Imports in Analysis ...
Sending Data
When making a request to the TagoIO API, you must also specify the appropriate regional endpoint. Check out the available regions here: API documentation A device can send data to TagoIO by using the POST method. POST ...
Compose Widget
The compose widget allows you to add pins to images and videos. You can change the colors, values, and icons for each pin. This widget also accepts features like metadata and groups, that can be set in your variable data. Creating your own To add the ...
Image Marker Widget
The image marker widget allows you to place pins on various images, with the option to customize each pin’s color, value, and icon. This widget also accepts features like metadata and groups, that can be set in your variable data to alter how the ...