SparkFun
SparkFun Cryptographic Co-Processor Breakout - ATECC508A (Qwiic)
The SparkFun ATECC508A Cryptographic Co-processor Breakout allows you to easily add strong authentication security to your IoT node, edge device, or embedded...
The SparkFun ATECC508A Cryptographic Co-processor Breakout allows you to easily add strong authentication security to your IoT node, edge device, or embedded system. It includes two Qwiic ports for plug and play functionality. Utilizing our handy Qwiic system, no soldering is required to connect it to the rest of your system. However, we still have broken out 0.1"-spaced pins in case you prefer to use a breadboard. The ATECC508A chip is capable of many cryptographic processes, including, but not limited to:
- Creating and securely storing unique asymmetric key pairs based on Elliptic Curve Cryptography (FIPS186-3).
- Creating and verifying 64-byte digital signatures (from 32-bytes of message data).
- Creating a shared secret key on a public channel via Elliptic Curve Diffie-Hellman Algorithm.
- A standard hash-based challenge-response protocol using a SHA-256 algorithm.
- Internal high quality FIPS random number generator.
Embedded in the chip is a 10Kb 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.
Our hookup guide and Arduino Library (which includes six examples) will get you familiar with the basics of elliptic curve cryptography and signing/verifying data in no time!
Note: Please read 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 users purchase multiple boards in order to use other configurations and explore the advanced functions of the ATECC508A.
Additionally, this board is NOT capable of encrypting and decrypting data. It can however, perform quite a few cryptographic authentication processes such as secure private key creation, secure key storage, and digital signature creation and verification.
It is recommended that an Artemis microcontroller board is used with this product due to the buffer size required on the I2C bus.
The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PCB
- A printed circuit board is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
Find this product in
Brands
SparkFun Qwiic Cryptographic ATECC508A Schematic
Schematic · 88.5 KB · Click any page to view full size
ATECC508A Datasheet
Datasheet · 822.0 KB · Click any page to view full size
SparkFun Cryptographic Co-Processor ATECC508A Board Dimensions
Mechanical Drawings · 35.1 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 643.4 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au