跳至内容

What is the best approach for bulk-provisioning LoRaWAN devices in IoT Core.

0

We use AWS IoT Core as the LNS for our LoRaWAN based systems. We use LPWAN Destinations to route the data to rules that handle the data. In a situation where I need to create thousands of LoRaWAN devices, how would I add them all without entering their credentials one at a time and tearing my hair out? From what I can tell, provisioning templates may not be designed for LPWAN devices like LoRaWAN.

已提问 1 年前277 查看次数
1 回答
1

You're correct that the provisioning methods described here are not for LoRaWAN devices: https://docs.aws.amazon.com/iot/latest/developerguide/iot-provision.html

For AWS IoT Core for LoRaWAN, you can bulk provision your devices by automating calls to CreateWirelessDevice, as demonstrated in this sample: https://github.com/aws-samples/aws-iot-core-lorawan/tree/main/automation/batchregistration

AWS
专家
已回答 1 年前
AWS
专家
已审核 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。