Command-line interface only
The instructions below use the command-line interface (CLI).
This guide explains the process of making a device claimable.
Prerequisites
- Access to The Things Industries Cloud. Contact The Things Industries to get onboarded
- An application in The Things Industries Cloud. See instructions
Register Devices
In order to be claimable, the device needs to be registered on The Things Join Server. This can be done in multiple ways.
Registered on The Things Join Server Only
- With root keys and claim authentication code
- Follow the Register Devices guide.
- With secure element claiming
- Follow the Claim ATECC608A Secure Elements guide.
Registered on The Things Join Server and Configured in a Cloud Cluster
- With root keys and claim authentication code
- Follow the Activating Devices on Cloud guide.
- With secure element claiming
- Follow the Claim ATECC608A Secure Elements and Activating Devices on Cloud guides.
Generate QR code for claiming
After registering your devices, you need to generate QR codes for claiming.
Learn how to Generate QR Codes
Authorize Claiming
Replace <app-id>
with the Application ID of the application that you created in prerequisites, and run the following command in the CLI:
$ ttn-lw-cli applications claim authorize <app-id>
The device is now ready to be claimed. You can test it by creating a second application and claiming a device there.