This tutorial provides a step-by-step guide to integrate The Things Network
(TTN) with the TagoIO platform. By following these instructions, you will enable
uplink and downlink operations, allowing data exchange between your LoRaWAN
devices and the TagoIO application.
If you're trying to integrate TTI or TTN v3, use our
TTI integration
instructions.
Enter a unique identifier (e.g., tagoio-integration).
Webhook Format
JSON
Base URL
Use the endpoint format https://ttn.middleware.REGION.tago.io. Replace REGION with your deployment region (e.g., us-e1, eu-w1). For a list of available regions, visit TagoIO Network Integration.
Additional Headers
Add a header key Authorization and set its value to the authorization token you copied in Step 1.
Enabled event types
Enable the event types you expect to receive from your device. Set the path of all enabled event types to /uplink.
Power On Your Devices
Turn on your LoRaWAN device and gateway to initiate data transmission.
Verify Data Reception
In TagoIO, navigate to the Device and open the Data tab to confirm that
data is being received.
Alternatively, use the
Live Inspector within your device
settings to monitor incoming data in real-time.
With data successfully flowing into TagoIO, you can start creating Dashboards,
Analyses, and Actions to visualize and manage your device data effectively.