Also known as: Matter, Project CHIP, Connected Home over IP
Matter is a royalty-free application-layer standard for smart-home devices that lets products from different vendors interoperate over a common IP foundation.1 Rather than defining a new radio, Matter rides on existing air interfaces — Thread for low-power devices and Wi-Fi for higher-bandwidth ones — with Bluetooth LE used only briefly to commission a new device onto the network. It is stewarded by the Connectivity Standards Alliance.
How it works
Matter standardises the layers above the radio: how a device describes itself (as a “data model” of clusters and attributes — an on/off light, a temperature sensor), how commands and status are exchanged, and how devices are securely commissioned and controlled. Because every Matter device is an IPv6 host, a light on a Thread mesh and a camera on Wi-Fi share one addressing and security model, and any Matter controller can drive both. Onboarding uses a QR/numeric setup code and a brief BLE link to hand the device its network credentials, after which it joins Thread or Wi-Fi and speaks Matter over IP. Security rests on per-device certificates and AES-secured sessions.
This “one app layer, several radios” design is Matter’s whole point: it removes the need for each ecosystem (Apple, Google, Amazon, Samsung) to invent its own device protocol, while leaving the physical layer to proven standards.
Relevance to SDR
Matter defines nothing new at the RF level, so there is no distinct Matter waveform to capture — a Matter device is simply a Thread (802.15.4 OQPSK/DSSS) or Wi-Fi (802.11 OFDM) transmitter, plus a short burst of BLE during setup. For a software-defined-radio operator, Matter is best understood as the reason a growing number of 2.4 GHz Thread and Wi-Fi endpoints exist, not as a signal in itself. GopherTrunk does not decode any of these underlying radios; it targets land-mobile voice trunking and aeronautical data, so Matter and its transports are out of scope. Their only practical relevance here is added 2.4 GHz band congestion near an antenna site.
Sources
-
Matter (standard) — Wikipedia, on the Matter smart-home application layer, its IPv6 foundation, Thread/Wi-Fi transports, BLE commissioning, and CSA stewardship. ↩