Skip to main content

machineQ LoRaWAN™

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.

machineQ to TagoIO integration diagram

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.

On this page

Step 1: Generate an Application at machineQ

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.

Access Authorizations

  1. Go to Devices.
  2. Click on Authorizations at the top of the page.

Create a New Authorization

  1. Click the Create Authorization button.

  2. Provide a meaningful name for the authorization (e.g., MachineQ-Integration).

  3. Enter your Client ID and Client Secret from Step 2 into the Additional Parameters section:

  4. Click Save.

Copy the Authorization Token

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.

Step 2: Create Authorization in TagoIO

(Content for creating an authorization token in TagoIO should be added here if needed.)

Step 3: Add Integration to machineQ

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:

FieldValueNameEnter a unique identifier (e.g., tagoio-integration).URLUse the endpoint format https://machineq.middleware.REGION.tago.io/uplink. Replace REGION with your deployment region (e.g., us-e1, eu-w1).Token TypeEnter the word Authorization.Token ValueSet its value to the TagoIO Authorization token you copied in Step 2.

Step 4: Add Device in TagoIO

To integrate your device with the TagoIO Platform, follow these guidelines:

  1. Ensure Device EUI Consistency

  2. Select the Appropriate Network and Device Type

  3. Add Device Support via Connectors (If Necessary)

For detailed instructions on adding devices, visit the Adding Devices page.

Finalizing Setup

  1. Power On Your Devices

  2. 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.