Skip to content

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

License

Notifications You must be signed in to change notification settings

sparkfun/SparkFun_ATECCX08a_Arduino_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkFun ATECCX08A Arduino Library

SparkFun Cryptographic Breakout

The SparkFun Cryptographic Co-processor Breakout ATECC508A (Qwiic) takes all the great features of the Microchip ATECC508A cryptographic authentication device and adds two Qwiic ports for plug and play functionality. The ATECC508A chip is capable of many cryptographic processes, including, but not limited to:

  • An asymmetric key/signature solution based upon Elliptic Curve Cryptography.
  • A standard hash-based challenge-response protocol using a SHA-256 algorithm.
  • A FIPS random number generator.

Embedded in the chip is a 10 Kb EEPROM array that can be used for storing keys, certificates, data, consumption logging, and security configurations. Access to the sections of memory can then be restricted and the configuration locked to prevent changes.

Each ATECC508A ships with a guaranteed unique 72-bit serial number and includes several security features to prevent physical attacks on the device itself, or logical attacks on the data transmitted between the device.

🔒 Note: Please follow through the hookup guide in its entirety before using this board. The chip can be only configured before it is PERMANENTLY locked. It is advisable that novice users purchase multiple boards in order to explore the multiple functions of the ATECC508A.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /reference - Includes configuration readings from a fresh IC.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

License Information

This product is open source!

Various bits of the code have different licenses applied. Anything SparkFun wrote is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!

Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.