1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
