SparkFun_ATECCX08a_Arduino_Library icon indicating copy to clipboard operation
SparkFun_ATECCX08a_Arduino_Library copied to clipboard

An Arduino library to use with the Microchip ATECCX08a Cryptographic Co-processors.

Results 8 SparkFun_ATECCX08a_Arduino_Library issues
Sort by recently updated
recently updated
newest added

Hello, I have a spare ATECC508A chip hooked up to a Arduino Zero. While executing the `Example2_Sign` the output gets stuck in the middle. ``` Successful wakeUp(). I2C connections are...

Hello, I am using an ESP32 WROOM-32 NodeMCU v2 with the cryptographic chip ATECC508A and when trying to verify the sign from the second example it always returns a verification...

I'm using an ESP32-WROOM-32D connected to an ECC508A via SDA and SCL. Both have 4.7k resistors. I am using example 1 configure, example 2 sign and then data from example...

I'm using an ATECC608B-TNGTLSU-G chip with an Espressif ESP32 Dev Module, I would like to know if it is possible to use this library to secure boot the Espressif ESP32...

Can someone explain to me what this does and where is the document. https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library/blob/155ccbc24f17be812a935d12c2f024f9abab866f/src/SparkFun_ATECCX08a_Arduino_Library.cpp#L1054

I am looking for a way to make a public key generated from the library usable outside the library. In other words how do I convert the public key produced...

Here is a simple sketch that exercises SHA256 and TRNG and demonstrates how AES support might be added to ATECCX08a lib https://github.com/manitou48/pico/blob/master/crypto.ino

Hi I am trying to get the examples to work and I am havving some problems with teh verification process. For some reason I alwas get only half the signature...