m5stack / M5Core2

M5Core2 Arduino Library
MIT License
262 stars 113 forks source link

Arduino Library for Interacting with ATECC608B #131

Closed aecorredor closed 1 year ago

aecorredor commented 1 year ago

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

Additional context

No response

Issue checklist

Tinyu-Zhao commented 1 year ago

Sorry, there is no ATECC608B chip in M5Stack, but in M5Core2. Please confirm your device type first.

aecorredor commented 1 year ago

@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

Tinyu-Zhao commented 1 year ago

You can try https://github.com/arduino-libraries/ArduinoECCX08.