-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino support #24
Comments
Check these projects, would they help? |
@bryan-hunt it would be awesome to have an official library. |
@gyengus @Misiu I have been working on fork here: https://github.com/GabrielNotman/cryptoauthlib I still need to add some instructions and examples but here are the main points:
I've tested it with a SAMD21 based board. For AVR boards you might need to use bitbang due to Wire buffer sizes. |
@GabrielNotman any plans of syncing it up with the latest release from Microchip? I was looking to use with the Atecc Trust and Go chips ATECC608 TNGTLS. |
@gannaramu I'm currently working on updating it to v3.2.4. |
@GabrielNotman That would be really helpful!. I can help you test things I have a cryptoauth trust platform connected to a teensy4.0 board. For the past couple of days, I have been modifying the https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library to be able to read the X509 certificate stored in the device. I was still not sure how to decompress the certificate to a PEM format. Could you please guide me with any relevant resources?. Thanks |
Do you have, or plan arduino support?
The text was updated successfully, but these errors were encountered: