내용으로 건너뛰기

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.

질문됨 일 년 전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
전문가
답변함 일 년 전
AWS
전문가
검토됨 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.