China Sourcing Agent
Get a Quote

Matter Smart Home Protocol: Certification Process and Requirements

Matter is the CSA's unified smart home protocol running over Wi-Fi and Thread, with mandatory certification for any device marketed as Matter-compatible. This reference covers the full certification process, costs, DAC/PAI/CD components, and the engineering decisions that affect certification timeline.

by Liquan Wang 6 min read certifications
mattercsasmart-homethreadzigbee
★★☆☆☆ 2.3 / 5 Process complexity · 18 sourcing projects

Matter is the application-layer smart home protocol developed by the Connectivity Standards Alliance (CSA), designed to enable interoperability across Apple Home, Google Home, Amazon Alexa, SmartThings, and other platforms over a single standard. Products marketed as “Works with Matter” or “Matter-certified” must pass CSA’s certification program. There is no self-declaration path — Matter certification requires formal testing at a CSA-authorized test lab and issuance of a Certification Declaration by the CSA.

Overview

The CSA (formerly the Zigbee Alliance) published Matter 1.0 in October 2022. Subsequent releases — 1.1, 1.2, 1.3 — have added new device types and improved the specification. The SDK is open-source and available at github.com/project-chip/connectedhomeip.

Matter uses a layered trust model built on Public Key Infrastructure (PKI):

  • DAC (Device Attestation Certificate): Unique per device, burned into each unit’s secure element at manufacturing, signed by PAI
  • PAI (Product Attestation Intermediate): One per product line, signed by PAA
  • PAA (Product Attestation Authority): Operated by the CSA, the root of trust
  • CD (Certification Declaration): Per-product-type, issued by CSA after certification, embedded in device firmware

This cryptographic chain allows any Matter hub to verify that a device is genuinely certified and not spoofed.

Matter transports:

  • Wi-Fi (802.11b/g/n/ac/ax, 2.4 GHz and 5 GHz)
  • Thread (IEEE 802.15.4, 2.4 GHz mesh) — requires Thread Border Router in hub (Apple HomePod mini/HomePod 2, Google Nest Hub 2nd gen, Amazon Echo 4th gen, Eero, ASUS routers with Thread support)
  • Ethernet (for bridges and controllers)
  • BLE is used for commissioning (onboarding) only, not for operational communications

Applicability

Currently certified device types in Matter 1.x include:

  • Lighting: dimmable lights, color lights, on/off plugs, light switches
  • HVAC: thermostats, temperature sensors, humidity sensors, fan controls
  • Window coverings: blinds, shades
  • Door locks
  • Security sensors: contact sensors, occupancy sensors, smoke/CO detectors
  • Energy management: power metering plugs (Matter 1.2+)
  • Robotic vacuums (Matter 1.3+)
  • Appliances: dishwashers, refrigerators, HVAC units (Matter 1.3+)

Full device type list at csa-iot.org. If your device type is not yet in the specification, you cannot currently obtain Matter certification for it (waiting for future spec versions or using vendor-specific clusters, which are not interoperable).

Key Requirements

PKI and attestation infrastructure:

Before testing begins, you must provision your devices with attestation credentials:

  • Obtain PAI from a CSA-accredited PAA holder, or become a PAA holder yourself (requires CSA membership and PAA agreement)
  • Provision DACs into devices at manufacturing — requires integration with a secure credential injection system (Hardware Security Module or cloud HSM service). Providers: DigiCert, Kudelski Security, and certain ODM partners

Firmware requirements:

  • Implement Matter SDK correctly per the specification
  • Pass self-testing with chip-tool (the CSA’s open-source test harness)
  • Support all mandatory clusters for your device type
  • Implement mandatory OTA (Over-the-Air) firmware update capability (Matter 1.1+ requirement for most device types)

Test plans:

  • ATC (Automated Test Cases): Run chip-tool against device — tests cluster compliance, commissioning flow, network behavior
  • CT (Certification Tests): Manual and semi-automated tests at an Authorized Test Lab (ATL), including interoperability testing with reference implementations of Apple, Google, and Amazon hubs

Process & Timeline

Step 1: CSA membership. Required to access the Matter specification, test tools, and certification program. Membership tiers:

  • Promoter: $20,000/year+ (largest companies)
  • Participant: $5,000/year (mid-sized companies)
  • Adopter: $500/year (small companies and startups) — sufficient for certification

Without membership, you cannot participate in the certification program.

Step 2: Implement the Matter SDK. Available at github.com/project-chip/connectedhomeip. Supported platforms include: ESP32 (Espressif), nRF52840/nRF5340 (Nordic), Silicon Labs EFR32, NXP RT and K32W series, Infineon PSoC6. Chip manufacturers provide Matter-ported SDKs with their hardware.

Step 3: Self-test with chip-tool. Run the automated test suite against your device. Document results. Fix failures before engaging an ATL — ATL testing time is expensive and limited.

Step 4: Engage an Authorized Test Lab (ATL). ATL list at csa-iot.org/certification/matter. Labs include: Bureau Veritas (Singapore, US), TÜV Rheinland, UL, BrightHouse (Plano TX, focused on Matter), 7LAYERS, and others. Schedule 6–10 weeks in advance.

Step 5: ATL testing. Includes automated ATC tests, interoperability testing with all major platforms (Apple, Google, Amazon, SmartThings), and stress/regression testing. ATL issues a test report.

Step 6: CSA certification submission. Submit test report, product documentation, and DAC/PAI information to CSA. CSA issues the Certification Declaration (CD). Product listed in CSA’s certified products database.

Timeline: 16–24 weeks from project start to certified product in a well-managed program. Breakdown:

  • SDK implementation and self-testing: 8–12 weeks (highly variable based on engineering capacity)
  • ATL scheduling and testing: 4–6 weeks
  • CSA review and CD issuance: 2–4 weeks

Cost:

  • CSA Adopter membership: $500/year
  • ATL testing fees: $8,000–18,000 depending on device complexity and number of device types
  • DAC provisioning infrastructure: $0.50–2.00 per device at volume (HSM provider or ODM integrated service)
  • Engineering time: typically 2–6 engineer-months for a complete Matter implementation from scratch on a supported platform

Getting It Done from China

Several Chinese ODMs (particularly in the smart home and IoT space) have integrated Matter SDK implementations available as part of their standard platform offerings:

  • Espressif (ESP32-C6, ESP32-H2 with Thread/Zigbee): Offers a Matter-ready SDK and reference designs. Most cost-effective for WiFi-only Matter devices.
  • Silicon Labs EFR32MG21/24: Thread + BLE SoC, widely used in Thread-based Matter devices; multiple Chinese ODMs have pre-certified modules.
  • Tuya and similar platforms: Offer pre-certified Matter modules — you use their module, their PAI, and their certification coverage. Simpler, but locks you to their platform and limits your control over the DAC provisioning.

Using a pre-certified Matter module from a chip vendor or ODM significantly reduces your certification burden — the module’s radio and core Matter stack are pre-tested. Your certification scope reduces to: your device type implementation (clusters), your device-specific user interactions, and your DAC provisioning.

For Thread specifically: verify compatibility between your target device’s Thread stack version and the Thread Border Routers in your target market. Apple’s HomePod mini runs Thread 1.2; older Google Nest Hubs run Thread 1.1. Matter 1.2 improved Thread interoperability but edge cases remain.

Common Mistakes

1. Starting with device type not in specification. Before committing to Matter, verify your specific device type is in the current Matter specification. Building on vendor-specific clusters gives you a device that connects to Matter networks but is not interoperable with all platforms — which defeats the main value proposition of Matter.

2. Not budgeting for DAC provisioning infrastructure. Device Attestation Certificate injection into each unit requires integration with a secure signing service at manufacturing time. This is often overlooked in project planning and can add 4–8 weeks to production setup if not addressed early.

3. Thread Border Router compatibility gaps. Matter over Thread requires a Thread Border Router in the hub device. Not all hubs in consumer homes have Thread Border Routers. If you target Thread as your primary transport for Matter, you must educate customers about hub requirements. WiFi-only Matter avoids this complexity but requires the device to join the home WiFi network directly.

Engineer-led sourcing No hidden margins 24-hour response

Have a sourcing project in mind?

Tell us what you need. We respond within 24 hours, including weekends.

Request a Quote → See how it works →
OUR SERVICES
Sourcing & Matching Factory Audit Quality Inspection Private Label / OEM Logistics
Submit a sourcing inquiry →
RELATED WIKI ENTRIES
fcc-certification ce-marking
RELATED GUIDES
how to source electronics from china
LW
Liquan Wang
Founder of China Sourcing Agent. 7 years as a hardware and full-stack engineer before starting a China sourcing agency focused on electronics, IoT modules, and PCB assembly. About →