aws-iot-zero-touch-secure-provisioning-kit
aws-iot-zero-touch-secure-provisioning-kit copied to clipboard
Project files for the AWS IoT Zero Touch Secure Provisioning Kit
I have followed all the step as per the guide http://microchipdeveloper.com/iot:ztpk But kit_provision.py gives me following error ``` Opening AWS Zero-touch Kit Device Traceback (most recent call last): File "D:\Projects\Liquitech\AtmelAWS\Software\aws-iot-zero-touch-secure-provisioning-kit-master\kit_provision.py",...
1. I create 3 device certificates using AWS and use these cert to generate certdef but only 1 cert success, 2 fail. Error likes this: ` File "E:\ATECC608A.NB\cert\CSR_0123B0E84AD32E1FEE\cert2certdef.py", line 656,...
Is this FreeRTOS support over the air update feature provided by amazon.
I am reviewing the **cert_def_1_signer.c** source and I see the variable "g_cert_template_1_signer" which is a hex template generated by **cert2certdef.py**. It looks like these hex template files are generated from...
in provisoning_task.c function provisioning_get_hostname() line 1096 hostname_length is incorrectly set to the ssid_size of the metadata. This doesn't cause any issues since hostname is treated as a NULL terminated string...
I am trying to create a the CSR for the device so I can create the device certificate. In order to create the CSR I need to create the CSR...
Hi, I added an intermediate CA in the certificate chain. The flow is root-CA->IntermediateCA->CA->Signer-CA->Device_certificate. I copied and modified the ca_create_signer_csr.py and ca_create_signer.py to generate intermediate CA. During provisioning it fails...
I think I am seeing a problem when using the 19.6.1 firmware. But I did not have time to investigate futher. I had two setups of the hardware. I believe...
The message "AWS Zero Touch Demo: Connected to AWS IoT." is very misleading. That message is displayed when the radio connects to the WAP but BEFORE the MQTT connection is...
Hello, I am developing an IoT device using your ATECC508A and AWS IoT service. I have the chip connected via I2C to a [Chip pro board](https://getchip.com/pages/chippro) based on Debian. Although...