スキップしてコンテンツを表示

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ