Arduino Library for Interacting with ATECC608B
aecorredor opened this issue · 3 comments
Describe the bug
Trying to interact with the secure module in the M5Stack Core 2 using the Arduino framework, but I am struggling to find an up to date library for doing so. The closest I've found is https://github.com/GabrielNotman/cryptoauthlib, but that hasn't been updated in 4 years and does not seem to support the B
variant.
To reproduce
Run any project on the espressif32
platform with the arduino
framework and try interacting with the secure hardware module (ATECC608B).
Expected behavior
Able to read/write from the ATECC608B chip. (Maybe at least write once then only read?).
Screenshots
No response
Environment
- OS:
- IDE &IDE Version:
- Repository Version:
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- My report contains all necessary details
Sorry, there is no ATECC608B chip in M5Stack, but in M5Core2. Please confirm your device type first.
@Tinyu-Zhao sorry, just corrected it. I meant M5Stack Core 2
: https://www.amazon.com/dp/B08VGRZYJR?psc=1&ref=ppx_yo2ov_dt_b_product_details
You can try https://github.com/arduino-libraries/ArduinoECCX08.