esp-google-iot icon indicating copy to clipboard operation
esp-google-iot copied to clipboard

Integration with ATECC608 (CA-111)

Open waqasqammar opened this issue 4 years ago • 0 comments

The google sdk integrates the ATECC608A. But I am not sure how I can use it in my code. I have checked iotc_create_iotcore_jwt and it finally call iotc_bsp_ecc function. Now this function has 3 definitions which are related to mbdtls, wolfssl, and ATECC crypto library. Now I have tried to change the IOTC_BSP_CRYPTO ?= $(IOTC_BSP_TLS) to IOTC_BSP_CRYPTO ?= cryptoauth but it didn't attach with that. I wanted to know if anyone can guide me so I can use that chip with google SDK? can I use in a way like I would use 32SE ECDSA sign/verify example and keep the google sdk as it is.

waqasqammar avatar Jan 04 '21 08:01 waqasqammar