EYE on NPI: Silicon Labs MG24 Development Kit episode artwork

EPISODE · Jul 6, 2023 · 15 MIN

EYE on NPI: Silicon Labs MG24 Development Kit

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI is going to Matter a lot to you if you're interested in integrating with the world of IoT devices and sensors that is converting on us, inside the home and out in the world...It's the Silicon Labs MG24 Series of development boards (https://www.digikey.com/en/product-highlight/s/silicon-laboratories/mg24-development-kit) - featuring the Silicon Labs EFR32MG24 series of chips (https://www.digikey.com/short/00892bvf), designed for use with Matter (https://en.wikipedia.org/wiki/Matter_(standard)) an open-source connectivity standard for smart home and Internet of Things devices from the Connectivity Standards Alliance (https://csa-iot.org/) formally the ZigBee Alliance. The EFR32MG24 chips (https://www.digikey.com/short/f8z8rbvn) are fully featured Cortex M33's with tons of peripherals, timers, and of course, a 2.4GHz radio that can be programmed to operate as a ZigBee device. That makes it perfect for use in designing low cost, low power, home automation devices that don't need the power and complexity of WiFi. These transports live on the lower 'levels' of the 7 Layer OSI Model (https://en.wikipedia.org/wiki/OSI_model) Each family of home devices comes with their own transport, and often they come up with their own custom application layer as well. This means that you can't use something made for Alexa with HomeKit unless the developer programmed both. It's caused fragmentation and utter frustration when someone buys a smart light bulb or HVAC controller just to find out that its walled off from the rest of their devices. The goal of Matter is to unify the upper layers (https://developers.home.google.com/matter/primer) so that devices can be discovered and controlled by any kind of hub: from a DIY Raspberry Pi to an official device from Apple, Google/Nest, Meta, or other - much like you can use your Windows desktop or Android phone to view a website designed on a Mac, and hosted on Linux. The biggest companies in this space, Amazon, Apple and Google, have already signed on to make sure that their products adhere to Matter's API (https://csa-iot.org/members/). You, the engineer tasked with creating the next new product line for your company, should be interested in whether or not this "Matters" to you. The good news is that joining an ecosystem means you can make a small device that competes in a 'big playground' of sensors, voice agents, automation tools, and gateways. (https://pages.silabs.com/rs/634-SLU-379/images/Matter_Certification_The_Value_it_Brings_to_IoT%20Devices.pdf) But need to play nicely with the others - not scream in kids' ears, errr... overwhelm the share spectrum resource. We also have to let every device have a turn at commands, and not interfere with their behavior. Thus, Matter certification! Silicon Labs has a white paper on Understanding The Path to Certifying Your Matter Devices (https://www.silabs.com/whitepapers/how-to-certify-matter-devices) Moreover you can get started immediately by picking up one or two of Silicon Labs' MG24 development kits (https://www.digikey.com/short/0rc3n5f7) for less than $40 and you can begin immediately with developing on the EFR32MG24 (https://www.digikey.com/en/products/base-product/silicon-labs/336/EFR32MG24A010/629647) a well-documented, low-power friendly chip with built in 2.4 GHz radio. Inside is a Cortex M33 running at 78 MHz, with 1.0 to 1.5MB of flash and 128 to 256KB of SRAM (https://www.digikey.com/short/f8z8rbvn) so it's got plenty of room to handle multiple protocol stacks, security layers and any RTOS or Matter layers. SiLabs has been making radio-inclusive chips for many many years, so you know that there will be great support and documentation. We also have the beginnings of a CircuitPython port for this chip (https://circuitpython.org/board/sparkfun_thing_plus_matter_mgm240p/) although at the time of this writing there is not Matter support built in, it would still be very helpful for bringing up a development board and verifying hardware. Want to take Matter into your own hands? DigiKey has you covered here: the XG24-EK2703A Explorer Kit (https://www.digikey.com/en/products/detail/silicon-labs/XG24-EK2703A/17051436) is a great starting point with USB, mikroBus-compatible GPIO headers, debug port, and Qwiic/QT port. (https://www.digikey.com/en/videos/s/silicon-labs/mg24-development-kit-datasheet-preview) For final integration, you can also pick up raw chips such as the Silicon Labs EFR32MG24A010F1536IM48 (https://www.digikey.com/short/07qww54q) or integrated modules (https://www.digikey.com/short/3n4rp9dt) that have passives and antenna wired up for quick usage. All are in stock for immediate shipment - order today and DigiKey will deliver to you Matter on a silver platter by tomorrow afternoon! Follow it up by watching the DigiKey + Silicon Labs webinar on Matter development and certification (https://event.on24.com/wcc/r/4241172/CE3FB2F9DB2D54D5A47A124701A93047) to get your product out the door ASAP.

This week's EYE ON NPI is going to Matter a lot to you if you're interested in integrating with the world of IoT devices and sensors that is converting on us, inside the home and out in the world...It's the Silicon Labs MG24 Series of development boards (https://www.digikey.com/en/product-highlight/s/silicon-laboratories/mg24-development-kit) - featuring the Silicon Labs EFR32MG24 series of chips (https://www.digikey.com/short/00892bvf), designed for use with Matter (https://en.wikipedia.org/wiki/Matter_(standard)) an open-source connectivity standard for smart home and Internet of Things devices from the Connectivity Standards Alliance (https://csa-iot.org/) formally the ZigBee Alliance. The EFR32MG24 chips (https://www.digikey.com/short/f8z8rbvn) are fully featured Cortex M33's with tons of peripherals, timers, and of course, a 2.4GHz radio that can be programmed to operate as a ZigBee device. That makes it perfect for use in designing low cost, low power, home automation devices that don't need the power and complexity of WiFi. These transports live on the lower 'levels' of the 7 Layer OSI Model (https://en.wikipedia.org/wiki/OSI_model) Each family of home devices comes with their own transport, and often they come up with their own custom application layer as well. This means that you can't use something made for Alexa with HomeKit unless the developer programmed both. It's caused fragmentation and utter frustration when someone buys a smart light bulb or HVAC controller just to find out that its walled off from the rest of their devices. The goal of Matter is to unify the upper layers (https://developers.home.google.com/matter/primer) so that devices can be discovered and controlled by any kind of hub: from a DIY Raspberry Pi to an official device from Apple, Google/Nest, Meta, or other - much like you can use your Windows desktop or Android phone to view a website designed on a Mac, and hosted on Linux. The biggest companies in this space, Amazon, Apple and Google, have already signed on to make sure that their products adhere to Matter's API (https://csa-iot.org/members/). You, the engineer tasked with creating the next new product line for your company, should be interested in whether or not this "Matters" to you. The good news is that joining an ecosystem means you can make a small device that competes in a 'big playground' of sensors, voice agents, automation tools, and gateways. (https://pages.silabs.com/rs/634-SLU-379/images/Matter_Certification_The_Value_it_Brings_to_IoT%20Devices.pdf) But need to play nicely with the others - not scream in kids' ears, errr... overwhelm the share spectrum resource. We also have to let every device have a turn at commands, and not interfere with their behavior. Thus, Matter certification! Silicon Labs has a white paper on Understanding The Path to Certifying Your Matter Devices (https://www.silabs.com/whitepapers/how-to-certify-matter-devices) Moreover you can get started immediately by picking up one or two of Silicon Labs' MG24 development kits (https://www.digikey.com/short/0rc3n5f7) for less than $40 and you can begin immediately with developing on the EFR32MG24 (https://www.digikey.com/en/products/base-product/silicon-labs/336/EFR32MG24A010/629647) a well-documented, low-power friendly chip with built in 2.4 GHz radio. Inside is a Cortex M33 running at 78 MHz, with 1.0 to 1.5MB of flash and 128 to 256KB of SRAM (https://www.digikey.com/short/f8z8rbvn) so it's got plenty of room to handle multiple protocol stacks, security layers and any RTOS or Matter layers. SiLabs has been making radio-inclusive chips for many many years, so you know that there will be great support and documentation. We also have the beginnings of a CircuitPython port for this chip (https://circuitpython.org/board/sparkfun_thing_plus_matter_mgm240p/) although at the time of this writing there is not Matter support built in, it would still be very helpful for bringing up a development board and verifying hardware. Want to take Matter into your own hands? DigiKey has you covered here: the XG24-EK2703A Explorer Kit (https://www.digikey.com/en/products/detail/silicon-labs/XG24-EK2703A/17051436) is a great starting point with USB, mikroBus-compatible GPIO headers, debug port, and Qwiic/QT port. (https://www.digikey.com/en/videos/s/silicon-labs/mg24-development-kit-datasheet-preview) For final integration, you can also pick up raw chips such as the Silicon Labs EFR32MG24A010F1536IM48 (https://www.digikey.com/short/07qww54q) or integrated modules (https://www.digikey.com/short/3n4rp9dt) that have passives and antenna wired up for quick usage. All are in stock for immediate shipment - order today and DigiKey will deliver to you Matter on a silver platter by tomorrow afternoon! Follow it up by watching the DigiKey + Silicon Labs webinar on Matter development and certification (https://event.on24.com/wcc/r/4241172/CE3FB2F9DB2D54D5A47A124701A93047) to get your product out the door ASAP.

NOW PLAYING

EYE on NPI: Silicon Labs MG24 Development Kit

0:00 15:20

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. Revisionist History Pushkin Industries Revisionist History is Malcolm Gladwell's journey through the overlooked and the misunderstood. Every episode re-examines something from the past—an event, a person, an idea, even a song—and asks whether we got it right the first time. From Pushkin Industries. Because sometimes the past deserves a second chance.To get early access to ad-free episodes and extra content, subscribe to Pushkin+ in Apple Podcasts or at pushkin.fm/plus.iHeartMedia is the exclusive podcast partner of Pushkin Industries.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 15 minutes long.

When was this Adafruit Industries episode published?

This episode was published on July 6, 2023.

What is this episode about?

This week's EYE ON NPI is going to Matter a lot to you if you're interested in integrating with the world of IoT devices and sensors that is converting on us, inside the home and out in the world...It's the Silicon Labs MG24 Series of development...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!