Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Adafruit ATECC608 Breakout Board - STEMMA QT / Qwiic — image 1
Hover to zoom

1 / 3 · Click to enlarge

Adafruit

Adafruit ATECC608 Breakout Board - STEMMA QT / Qwiic

39+ bought in past month
AI Summary
Breakout Board for everyday users

The Adafruit ATECC608 Breakout Board - STEMMA QT / Qwiic by Adafruit is a value-for-money breakout board designed for everyday users. It features Item Type: Breakout Board and Model No. / Name: ATECC608.

₹1,199
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,199
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Breakout Board
Model No. / Name: ATECC608
Compatibility: ATECC508
Length (mm): 25.5
Width (mm): 17.7
Weight (g): 1.8

Ideal For

Everyday convenience
Share:
SKU: robu-2631431Category: Breakout Board

About This Product

The Adafruit ATECC608 Breakout Board - STEMMA QT / Qwiic by Adafruit is a value-for-money breakout board designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Breakout Board
  • Model No. / Name: ATECC608
  • Compatibility: ATECC508
  • Length (mm): 25.5
  • Width (mm): 17.7
  • Weight (g): 1.8
  • Shipping Weight: 0.009 kg
  • Shipping Dimensions: 3 × 3 × 2 cm

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The ATECC608 is the latest crypto-auth chip from Microchip, and it uses I2C to send/receive commands. Once you 'lock' the chip with your details, you can use it for ECDH and AES-128 encrypt/decrypt/signing. There's also hardware support for random number generation, and SHA-256/HMAC hash functions to greatly speed up a slower micro's cryptography commands. We're starting to see these low-cost secure element chips in various products, so that a less expensive chip can be used to drive peripherals, without worrying about security. This chip does not have a public datasheet, but it is compatible with the ATECC508 earlier version which does, so please refer to that complete datasheet as well as the ATECC608 summary sheet. The good news is that, despite not having complete documentation, there is some software support. For Arduino use, check out the Arduino ATECCx08 library. For Python and C/C++ check out Microchips Cryptoauthlib (yes we also think it's odd that there's no datasheet but there is published code)

Features:

  1. Crypto-authentication chip (Microchip ATECC608)
  2. Secure key storage with challenge-response authentication
  3. Supports cryptographic functions:
  4. ECDH (Elliptic Curve Diffie-Hellman)
  5. AES-128 encryption, decryption, and signing
  6. SHA-256 and HMAC hashing
  7. Hardware random number generation
  8. I2C interface, fixed address 0x60
  9. Recommended I2C speed: 400 kHz (for bus reliability)
  10. Works with 3.3V or 5V logic and power
  11. Breakout board with STEMMA QT / Qwiic connectors – no soldering needed
  12. Compatible with: Arduino ATECCx08 library , Microchip CryptoAuthLib (Python, C/C++)
  13. Based on proven ATECC508 architecture (ATECC608 is backward-compatible)

Package Includes:

1 x Adafruit ATECC608 Breakout Board

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.