● Article

Matter and Thread, explained without the buzzwords

Ivarix R&D · Engineering note · ~6 min read

If you've bought a smart bulb, a smart plug, and a smart lock in the last few years, you've probably hit the wall every home-automation buyer hits: they don't all talk to each other, and each one wants its own app. Matter is the industry's attempt to fix that, and Thread is the quiet networking layer that makes a big part of it work.

People conflate the two constantly, so let's separate them cleanly.

Thread is the road. Matter is the language.

Thread is a low-power wireless mesh networking protocol. It's built on the same radio standard (802.15.4) as Zigbee, but unlike Zigbee, every Thread device speaks IPv6 natively, each gadget is a real network citizen with its own address. It's a mesh: mains-powered devices (your smart plugs, bulbs) relay traffic for each other, so the network heals around dead spots and a battery sensor in the corner of the house can reach the border router by hopping through its neighbours.

Matter is the application layer, the shared vocabulary that lets a lock from one brand and a hub from another agree on what "locked," "unlocked," and "battery at 40%" mean. Matter runs over Thread, and also over Wi-Fi and Ethernet. So a Matter device might be a Thread device, or it might be a Wi-Fi device, Matter is what makes them interoperable regardless.

Quick mental model: Thread is how the packets physically get around the house. Matter is what's inside the packets and why a device from brand A can understand a device from brand B. IKEA's newer smart-home gear, for instance, leans heavily on Thread for exactly this reliability-and-interoperability reason.

The Border Router: the piece everyone forgets

A Thread mesh can't reach your phone or the cloud on its own, it's a little island of 802.15.4 radios. The bridge is the Thread Border Router, a device that has both a Thread radio and a connection to your normal network (Wi-Fi/Ethernet). It routes IPv6 traffic between the Thread mesh and the rest of your LAN.

This is why smart speakers and hubs from the big platforms now quietly include Thread border routers, they're the on-ramp. From an engineering standpoint, the border router is also the most interesting device to build: it has to run two network stacks, keep them in sync, and do it reliably enough that nobody notices it exists.

Why this is a firmware and silicon story

Building a Matter-over-Thread product is deceptively hard, and almost all of the difficulty lives below the marketing:

Why we pay attention to it

Matter and Thread are exactly the convergence point of the two things we build around: low-power embedded firmware and the silicon it runs on. The home-automation ecosystem we've built leans on these same fundamentals, a reliable mesh, sane commissioning, and a security story that holds up. The standard is young and still rough in places, but the direction is clear: homes are becoming IP networks of tiny, trustworthy devices.

MatterThread802.15.4Smart HomeEmbeddedLow Power

This is an engineering primer reflecting how we think about the problem space at Ivarix. Standards evolve, check current specifications before designing to them.

We build in this space.

Our home-automation ecosystem and embedded R&D sit right on top of these low-power, secure, interoperable foundations.

See our R&D →