This tutorial provides a step-by-step guide to integrate machineQ LoRaWAN™ with the TagoIO Platform. By following these instructions, you will enable both uplink and downlink operations, allowing data exchange between your LoRaWAN devices and the TagoIO application.

Follow these steps in order to integrate your devices. You may skip some steps depending on your situation. For example, if you have already generated an authorization and added it to machineQ, you can skip to Step 4.
First, make sure you create an Application in machineQ Central so that the integration with TagoIO can be authorized.
Go to your machineQ Central, and follow this machineQ tutorial to generate a Client ID and a Client Secret that you will need to input in TagoIO later.
Click the Create Authorization button.
Provide a meaningful name for the authorization (e.g., MachineQ-Integration).
Enter your Client ID and Client Secret from Step 2 into the Additional Parameters section:
CLIENT_ID;CLIENT_SECRET64025-24054-230495-64034;ABT_QWzsSQAAH__HAwr...Click Save.
After creation, copy the authorization token. You will need this in later steps.
You must enter your Client ID and Client Secret separated by a semicolon in the Additional parameter field.
Only one Authorization per application is necessary. Don't do it for each device.
(Content for creating an authorization token in TagoIO should be added here if needed.)
Access the machineQ Central, enter into the Integration section, click on Add Output Profile, and select Restful API. The output format can be left as “extended”.
Fill in the following fields:
https://machineq.middleware.REGION.tago.io/uplink. Replace REGION with your deployment region (e.g., us-e1, eu-w1).To integrate your device with the TagoIO Platform, follow these guidelines:
Ensure Device EUI Consistency
Select the Appropriate Network and Device Type
Add Device Support via Connectors (If Necessary)
For detailed instructions on adding devices, visit the Adding Devices page.
Power On Your Devices
Verify Data Reception
With data successfully flowing into TagoIO, you can start creating dashboards, adding notifications, and creating scripts to process your data.
Learn how to perform downlink for LoRaWAN: downlink for LoRaWAN.