Saltar al contenido

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.

preguntada hace un año277 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año
AWS
EXPERTO
revisado hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.