What is Matter? Unifying IoT Devices for the Smart Home | Digi-Key Electronics

  Рет қаралды 43,412

DigiKey

DigiKey

Күн бұрын

Matter is an open standard that allows IoT and smart home devices to communicate with each other over different networking technologies. Many high-profile companies have bought into Matter and promise to begin offering Matter-enabled devices in the near future. As a result, we should hopefully see the end of vendor-locked smart home ecosystems.
You can recreate the demo shown in the video by following the guide here:
www.digikey.com/en/maker/proj...
Unlike ZigBee and Z-Wave, Matter exists almost entirely in the Application layer of the OSI Model, which means that it relies on other underlying networking technologies to provide connectivity at the lower levels. At this time, Matter can run on top of WiFi, Ethernet, and Thread. Matter devices are able to communicate with other networks, such as ZigBee and Z-Wave, but a bridge or border router is necessary to enable this process.
See this video if you would like to learn more about Thread: • What is Thread? Low-po...
Matter uses Bluetooth Low Energy (BLE) to commission new devices onto the network. Ideally, the commissioning process relies on a vendor-provided smartphone application that the end user employs to communicate with the device that wants to join the Matter network. In addition to helping the device join the network, the commissioning process provides the required cryptography keys to the end device, as all communication on the Matter network is encrypted with AES-128.
The Matter data model is broken down into devices, nodes, endpoints, and clusters. A device refers to the physical device, such as a smart light bulb or thermostat. Each device can have multiple nodes, which are groups of addressable functionality. These groups consist of individual endpoints where each endpoint has an IPv6 address on the network and maintains a list of features that endpoint provides.
The endpoints contain servers and/or clients. A server endpoint can consist of attribute, event, and command features. Attributes store data, events log state changes, and commands offer some form of functionality, such as telling a smart bulb to toggle on and off. Clients can talk to server features across the Matter network.
In the latter half of the video, we demonstrate Matter functionality using two Silicon Labs boards and a Raspberry Pi 4.
Product Links:
SiLabs xG24-DK2601B Development Kit - www.digikey.com/en/products/d...
Raspberry Pi 4 - www.digikey.com/en/products/d...
Related Videos:
What is Thread? Low-power IoT Networking for Smart Home Devices - • What is Thread? Low-po...
Intro to Edge AI: Machine Learning + IoT - • Intro to Edge AI: Mach...
Related Project Links:
Getting Started With Thread Networking Using Silicon Labs Dev Boards - www.digikey.com/en/maker/proj...
What is Edge AI? Machine Learning + IoT - www.digikey.com/en/maker/proj...
Related Articles:
Unlicensed 915-MHz Band Fits Many Applications and Allows Higher Transmit Power - www.digikey.com/en/articles/u...
Learn more:
Maker.io - www.digikey.com/en/maker
Digi-Key’s Blog - TheCircuit www.digikey.com/en/blog
Connect with Digi-Key on Facebook / digikey.electronics
And follow us on Twitter / digikey
00:00 - Intro
01:08 - Matter Overview
02:53 - Matter Data Model
05:40 - Matter Network Topology
08:04 - Demo Hardware
09:11 - Configure Raspberry Pi Bluetooth
12:03 - Set Up Thread Network
12:12 - Commission Matter Accessory Device
15:34 - Remotely Control LED Over Matter
16:35 - Conclusion

Пікірлер: 26
@AdityaMehendale
@AdityaMehendale Жыл бұрын
Trust Shawn to take a complex topic and break it down to bite-sized, easy-to-follow chunks :) Thanks!!
@AdityaMehendale
@AdityaMehendale Жыл бұрын
PS, thanks for not editing-out the "failed to load" attempts :)
@mustang607
@mustang607 Жыл бұрын
Matter is starting to become mainstream but it seems there are a number of facts people don't know and aren't told but really should be.
@TobyReLaXiN
@TobyReLaXiN Жыл бұрын
Go on…
@anthonytalley55
@anthonytalley55 8 ай бұрын
Thanks for your help
@RogerTannous
@RogerTannous Жыл бұрын
Great introduction from Shawn, but it seems a little bit concerning when it comes to getting devices to connect. How will engineers design systems based on Matter (and Thread) and ensure almost no human intervention is required. Will they suffer disconnections when unattended power cycling occurs ?
@ShawnHymel
@ShawnHymel Жыл бұрын
Great question! The connection issues I had came from faulty BLE code for the Raspberry Pi. For designing a seamless, easy commissioning process, engineers would do well to make sure their BLE code is rock solid for the commissioning process (both on the commissioning app and Matter device side).
@RogerTannous
@RogerTannous Жыл бұрын
@@ShawnHymel thanks a lot for the clarification. Will be waiting for great videos like this!
@pumpkingal
@pumpkingal Жыл бұрын
It uses Ethernet, WiFi, BLE, Thread. But why not LoRa too?
@gzoechi
@gzoechi 11 ай бұрын
Because nobody built a bridge for LoRa to any of the other Matter-supported networks yet. Matter doesn't use BLE except for bonding of devices.
@Rohan-su9en
@Rohan-su9en Жыл бұрын
First here ??
@qcnck2776
@qcnck2776 Жыл бұрын
I hope I'm wrong, but what I can gather is that Thread (a word that implies connecting things) is a connection methodology, and Matter (which would imply an object) is also a connection methodology. What a mess. A really complicated mess. Millions of words in the English language, and this is what they come up with!
@ShawnHymel
@ShawnHymel Жыл бұрын
Agreed..."Matter" and "Thread" were terrible choices for SEO and making things easy to understand.
@gzoechi
@gzoechi 11 ай бұрын
Thread is pure connectivity, like Ethernet but with mesh and low power consumption.. Thread doesn't care about the meaning of the data sent between the devices. It just takes care the receiver gets the data. Matter doesn't care how the receiver gets the data (Thread, WiFi, Ethernet, ...), it just cares about the meaning of the data and who should receive what messages.
@mnemonicator
@mnemonicator Жыл бұрын
This kind of compatibility is already available in the market for long period if time and known as KNX, I don’t see any advantages with matter.
@gzoechi
@gzoechi 11 ай бұрын
KNX is a great standard, but the lock-in mentality is quite off-putting. There are only hacky solution to make KNX interact with the outside world. They try hard to prevent end users from maintaining their own smart homes and rather want to keep it a lucrative business for professionals. It would be nice if Matter would steal some stuff from KNX. What I completely miss in Matter currently is some autonomy of end devices, like a switch switching lights without consulting a central unit. Matter is supposed to support that, but I haven't seen this used or even mentioned anywhere yet.
@BlindBatG34
@BlindBatG34 Жыл бұрын
Queue XKCD comic #927: Standards
@ShawnHymel
@ShawnHymel Жыл бұрын
LOL! That comic did cross my mind when I was researching Thread and Matter :)
@SolarizeYourLife
@SolarizeYourLife 5 ай бұрын
You failed to tell all of us, that we actually need a matter hub that actually works locally especially when the Internet goes down!!! 👎🏽😡
@richardautry9594
@richardautry9594 Жыл бұрын
Get your facts straight! You seem to have gotten one little fact wrong, it wasn't Hirohito who didn't want to back down, it was the military leadership. It wasn't until the Nagasaki bomb that the military leadership agreed to ask the Emperor for his advice, that he pointed out that the war was going badly and the people were suffering too much.
@Timhogs
@Timhogs Жыл бұрын
You and KZbin have a lot of nerve thinking I'll be willing to sit through a 17 minute advertisement to watch a five minute video.
@0dbm
@0dbm Жыл бұрын
Could it get more complicated ? It’s ok , A I will handle it
455 Matter and Thread: The New Home Automation World (Tutorial)
19:12
Andreas Spiess
Рет қаралды 82 М.
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН
Nutella bro sis family Challenge 😋
00:31
Mr. Clabik
Рет қаралды 14 МЛН
50 YouTubers Fight For $1,000,000
41:27
MrBeast
Рет қаралды 165 МЛН
12 SMART Home Gadgets You'll Love
10:16
TechJoint
Рет қаралды 1,7 МЛН
Thread and Matter Are NOT The Same: Key Differences Explained
9:12
Smart Home Point
Рет қаралды 19 М.
My new SMART HOME Network RACK! (Build and Tour)
11:41
Make It Work
Рет қаралды 126 М.
Smart Home Protocols EXPLAINED - Where Should You Start?
11:14
Smart Home Theory
Рет қаралды 4 М.
I Tried Building the PERFECT Smart Home: What I Learned (Mistakes Included)
14:51
Introduction to Matter
1:14:35
Espressif Systems
Рет қаралды 7 М.
Smart Home Protocols Explained
18:25
Home Automation Guy
Рет қаралды 146 М.
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 1,3 МЛН
Сколько реально стоит ПК Величайшего?
0:37
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,7 МЛН
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 25 МЛН