You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 based on Debian.
Although there is some documentation here using the SAMG55 Xplained Pro board to make a JITR with AWS, I don't have many clues to use the ATECC508A connected directly to a Debian board using I2C without use in between the MCU ATSAMG55-XPRO. I am also using Python and Boto3 library to manage AWS services from the Chip pro Debian board and develop the board firmware.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Cryptoauthlib which is the core library for using the ATECC508A does also feature a linux userspace i2c driver you can use. We don't have a cython interface for cryptoauthlib so if you want to make calls into the resulting c library directly from python you would end up using ctypes. There are a number of options however for building an interface for you final application and depend on your needs. Some options would be a cython module that provides just the operations you require, a compiled shell application that does the authentication steps, etc.
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 based on Debian.
Although there is some documentation here using the SAMG55 Xplained Pro board to make a JITR with AWS, I don't have many clues to use the ATECC508A connected directly to a Debian board using I2C without use in between the MCU ATSAMG55-XPRO. I am also using Python and Boto3 library to manage AWS services from the Chip pro Debian board and develop the board firmware.
Thank you in advance!
The text was updated successfully, but these errors were encountered: