AWS IoT Core LoRaWAN
The Qubitro and AWS IoT Core for LoRaWAN integration allows automatic synchronization of devices and their data from AWS IoT Core to Qubitro.
Last updated
The Qubitro and AWS IoT Core for LoRaWAN integration allows automatic synchronization of devices and their data from AWS IoT Core to Qubitro.
Last updated
The Qubitro and AWS IoT Core for LoRaWAN integration allows automatic synchronization of devices and their data from AWS IoT Core to Qubitro without writing any code.
After setup, devices sending data via AWS IoT Core for LoRaWAN will automatically appear within your Qubitro project. Payload decoding and transformations can be easily managed with Qubitro’s built-in no-code functions.
Devices publishing data to AWS IoT Core for LoRaWAN are automatically created in Qubitro. You will configure decoder functions directly in Qubitro to parse incoming payloads.
Create an Integration in Qubitro
Log in to the Qubitro Portal.
Select a project from the list.
Click New Source.
Select AWS IoT Core for LoRaWAN from the available sources.
You will see:
HTTPS ENDPOINT URL
CONFIRMATION URL
HEADER VALUES (projectId
and webhookSigningKey
)
Keep this page open for the next step.
Configure AWS IoT Core for LoRaWAN
Log in to your AWS IoT Core Console.
Navigate to Destinations under LoRaWAN.
Click Add destination.
Copy and paste the following from Qubitro:
HTTPS Endpoint URL
(copied from Qubitro Portal)
Confirmation URL
(copied from Qubitro Portal)
Headers
projectId
, webhookSigningKey
(copied from Qubitro Portal)
After setting up, AWS will send a one-time confirmation email.
Check your email and copy the provided confirmation token. Paste this token into the confirmation field on AWS IoT Core to activate your destination.
Verify Integration
Return to the Qubitro Portal.
Click Go to project and then Refresh.
Confirm that AWS-connected devices appear.
Set Up Decoder Function
Within your Qubitro project, navigate to Functions.
Create a new Decoder Function.
Choose from pre-built templates or customize your decoder.
Save your decoder function to decode incoming payloads automatically.