SparkFun
SparkFun Cryptographic Co-Processor Breakout - ATECC608A (Qwiic)
π Product Restrictions: To access certain features of the ATECC608A, users will need to contact Microchip and sign an NDA contract to obtain the complete d...
Get notified when back in stock
The SparkFun ATECC608A Cryptographic Co-processor Breakout allows you to add strong security to your IoT node, edge device, or embedded system. This includes asymmetric authentication, symmetric AES-128 encryption/decryption, and much more. As stated above, the ATECC608A has limited Arduino support and the complete datasheet is under NDA with Microchip.
This breakout board 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 ATECC608A 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).
- AES-128: Encrypt/Decrypt, Galois Field Multiply for GCM
- 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.
- SHA-256 & HMAC Hash including off-chip context save/restore
- 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 ATECC608A Breakout 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.
A summary datasheet for the ATECC608A is available here. The full datasheet is under NDA with Microchip. You will need to contact them for access to the entire datasheet. Meanwhile, the ArduinoATECCX08 Library currently only supports the ATECC608A with SAMD21 Arduino boards.
We do have much more support for the ATECC508A version of this chip. Please check out our ATECC508A Hookup Guide and Arduino Library (which includes six examples). This will get you familiar with the basics of elliptic curve cryptography and signing/verifying data with the ATECC508A version of the chip.
π Note: The ATECC608A can be only configured once 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 ATECC608A.
Additionally, this board IS capable of encrypting and decrypting data. However, to access these additional features, you will need to contact Microchip and sign an NDA contract to obtain the complete datasheet.
It is recommended that an SparkFun RedBoard Turbo - SAMD21 Development 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.
Features:
- Operating Voltage: 2.0V-5.5V (Default on Qwiic System: 3.3V)
- Active Current Draw (for ATECC608A): 16 mA
- Sleep Current (for ATECC608A): <150 nA
- Guaranteed Unique 72-bit Serial Number
- 10 Kb EEPROM Memory for Keys, Certificates, and Data
- Storage for up to 16 Keys
- 256-bit Key Length
- Internal High-Quality FIPS Random Number Generator (RNG)
- Configurable I2C Address (7-bit): 0x60 (Default)
Documents:
- Schematic
- Eagle Files
- Board Dimensions
- Datasheet Summary (ATECC608A)
- CryptoAuthLib - Microchip CryptoAuthentication Library (includes Python support)
- Microchip ATECC608A Product Page
- ArduinoECCX08 Arduino Library
- Github Hardware Repo
Note: The datasheet listed on this page is not the complete document, which is under NDA with Microchip.
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny 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.
- 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.
- multiplexer
- A multiplexer (mux) is a chip or circuit that selects one of several input signals and routes it to a single shared output, with select lines choosing which input is connected; running the same idea in reverse, to send one input to a chosen output, gives a demultiplexer. Multiplexers let a single controller or line work with several signals or devices that would otherwise clash on a shared connection.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- 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.
- SAMD21
- The SAMD21 is a Microchip (formerly Atmel) 32-bit Arm Cortex-M0+ microcontroller used in many Arduino-compatible boards. The exact chip affects which libraries, clock speeds and peripheral features are available, so software needs to support the SAMD21 specifically.
Find this product in
Brands
ATECC608A Qwiic Breakout Schematic
Schematic · 45.2 KB · Click any page to view full size
ATECC608A Datasheet
Datasheet · 348.4 KB · Click any page to view full size
ATECC608A Qwiic Board Dimensions
Mechanical Drawings · 42.2 KB · Click any page to view full size
Supplier page β sparkfun.com
Supplier Description · 658.0 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
81c5999
11 days ago
Β· 135 commits
- .github Bump actions/checkout from 6 to 7 11 days ago
- examples ECCX08 Counter example fix counter id 11 months ago
- src implementing methods from SecureElement library about 2 months ago
- .codespellrc Add CI workflow to check for commonly misspelled words over 5 years ago
- .gitignore Fix regression: report size delta size on PR. (#63) over 2 years ago
- keywords.txt Add SHA256 support over 7 years ago
- library.properties Release v1.4.1 about 2 months ago
- LICENSE.txt Add dedicated license file about 1 year ago
- README.adoc Add CI workflow to do Arduino project-specific linting over 5 years ago
An Arduino library to use with the Microchip ATECCX08a Cryptographic Co-processors.
71c6c3c
over 3 years ago
Β· 76 commits
- examples Attribution and link to pull request 3 about 6 years ago
- reference read config zone from a fresh chip for reference almost 7 years ago
- src Make Serial the default debug interface - for all boards except SAMD21 over 3 years ago
- keywords.txt SHA256 bug fix - end command only accepts 63 bytes about 6 years ago
- library.properties v1.3.1 over 3 years ago
- LICENSE.md begin(), getInfo(), and getRandom functions working almost 7 years ago
- README.md Update README.md over 6 years ago
Product Repo for the ATECC608a Cryptographic Co-processor.
a9a339c
about 5 years ago
Β· 11 commits
- Documentation Added PROD_ID to atecc608a (soic-8 package) over 5 years ago
- Hardware Production panel BRD and Gerbers (v10) about 5 years ago
- .gitignore Layout done - w/vector logos and buzzards over 5 years ago
- CONTRIBUTING.md Layout done - w/vector logos and buzzards over 5 years ago
- ISSUE_TEMPLATE.md Layout done - w/vector logos and buzzards over 5 years ago
- LICENSE.md Layout done - w/vector logos and buzzards over 5 years ago
- README.md Update README.md about 5 years ago
Library for interacting with the Crypto Authentication secure elements
d49c7d5
about 2 months ago
Β· 139 commits
- .github Modified -pypi-publish version to v1.12 about 1 year ago
- app Release v3.8.0 (20260505) about 2 months ago
- cmake Release v3.7.9 (20250916) 10 months ago
- dist-tools Release v3.3.2 (20210620) about 5 years ago
- harmony Release v3.8.0 (20260505) about 2 months ago
- lib Release v3.8.0 (20260505) about 2 months ago
- python Release v3.8.0 (20260505) about 2 months ago
- test Release v3.8.0 (20260505) about 2 months ago
- third_party Release v3.7.9 (20250916) 10 months ago
- .gitattributes Release v3.7.4 (20240308) over 2 years ago
- .gitignore Release v3.7.0 (20230908) almost 3 years ago
- CMakeLists.txt Release v3.8.0 (20260505) about 2 months ago
- CONTRIBUTING.md Release v3.3.3 (20211006) over 4 years ago
- cryptoauthlib-manual.pdf Release v3.8.0 (20260505) about 2 months ago
- license.txt Release v3.8.0 (20260505) about 2 months ago
Related Tutorials
Free guides on learn.littlebird.com.au