Q/FR: Arduino RP2400 Atecc support #15809
Unanswered
mattmeye
asked this question in
Libraries & Drivers
Replies: 5 comments
|
@iabdalkader do you have any plans to implement a driver for the ATECC608A? |
0 replies
|
There's already a library for micropython that looks very promising: https://github.com/dmazzella/ucryptoauthlib. As you can see it's a lot of work, so it doesn't make sense to rewrite it. If it's add as a submodule, somewhere, we can just include it in the board manifest. |
0 replies
|
Sounds good, I would appreciate that! |
0 replies
|
I have no experience with Micropython, but could try to support with a few hints. Is there already a library that has been integrated via submodule? |
0 replies
No. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, First let me thank you for your amazing project.
I have a question, is a support for Atecc chip in the Arduino rp2400 planned?
I would like to create and save certs for iot communication safely.
Kind regards, matt
All reactions