EYE on NPI: NXP iMX RT106L episode artwork

EPISODE · May 7, 2020 · 9 MIN

EYE on NPI: NXP iMX RT106L

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) looks at a new spin on a familiar favorite! We've chatted before about the IMX RT10xx series of chips from NXP. These 'cross-over' chips are Cortex M7's running at 500 or 600 MHz - that means you get the relative simplicity of a Cortex microcontroller with the speed and power of a microprocessor. Heck, the RT106x's ~3000 CoreMark @ 600 MHz makes it faster for some computations when you compare it to the Raspberry Pi Zero' ~2000 CoreMark (https://www.eembc.org/coremark/view.php?benchmark_seq=2534) - most of that due to the Linux operating system overhead. This chip family recently made its way into CircuitPython (https://circuitpython.org/board/imxrt1060_evk/) as we were super-excited to see such a powerful and low cost chip. OK but back to this week's EYE ON NPI which is a sister-chip, the iMX RT106L (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) - an interesting twist to the RT1060 - this chip is licensed to use with a wake-word + voice-activation software stack. It seems like the hardware is the same, and share the same datasheets and reference manuals. So it's more about purchasing hardware that has a licensing cost baked in - this reminds us of when we would purchase MP3 chips that had a 50 cent licensing fee built in. (https://blog.adafruit.com/2017/04/18/is-mp3-now-patent-free-makerbusiness-technicolor/) So, why is this interesting? Well, you've seen the proliferation of voice assistants like Siri, Google Voice and Alexa - they all use a a microcomputer, with a very powerful processor, to record audio and send it to the cloud for processing. Having to build a full computer with operating system to do voice control makes the BoM cost go up - you need a few MB of RAM, plenty of flash, a complex PMIC...what if we could do all of the processing on a really fast microcontroller instead? Like...a 600 MHz M7? Yes! NXP’s MCU-based solution for local voice control leverages the i.MX RT106L crossover MCU, enabling developers to quickly and easily add local voice commands to their products. The ultra-small form-factor, production-ready hardware design comes with fully integrated software that runs on FreeRTOS for quick, out-of-the-box evaluation and proof-of-concept development. This turnkey solution minimizes time-to-market, risk, and development effort, enabling OEMs to easily add voice to their smart home and smart appliance products without the need for Wi-Fi and cloud connectivity while also addressing the privacy concerns of many consumers. There's a few different products in this family. First is the 106L - the L for "Local". (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106l) That's internet-less voice command inference. Good for maybe a dozen words. There's a collection of words built-in - for more words you'll have to train up the engine which is a non-trivial task. The Local is great for simple device control and no WiFi is required so its very low power and low cost. Next is the similar 106A, the A is "Alexa", as you may guess it has Amazon Alexa software ready to go to create custom Alexa-connected devices. (https://www.digikey.com/product-detail/en/nxp-usa-inc/MIMXRT106ADVL6A/568-MIMXRT106ADVL6A-ND/10816229) You'll need to use/add WiFi for the cloud backend communication. Digi-Key has a great tutorial/article about the Alexa series and the nitty-gritty detail of how it works over here (https://www.digikey.com/en/articles/quickly-implement-alexa-built-in-iot-designs) Lastly is the 106F where F is for "Face" - yes facial recognition! (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106f) This version connects up to a camera and can be used to recognize faces. These are all interesting machine learning demos many of us have seen, and its interesting to see NXP integrate them as software 'add-on's for a very powerful and capable chip. Note that the RT1060 doesn't have hardware ML acceleration or co-processor, so you'll be relying on the speed and power of the microcontroller itself. We think in the next few years we will see similar "AI ready" chips that are even less expensive thanks to a neural-net accelerator. Meanwhile, if you want to explore these powerful chips, you can check out the entire NXP iMX RT series chip collection here on Digi-Key (https://www.digikey.com/en/product-highlight/n/nxp-semi/imx-rt-series) And pick up the iMX RT106L eval kit here on Digi-Key (part 568-SLN-LOCAL-IOT-ND ) so you can start playing with local voice recognition: order today and you'll have it tomorrow! (https://www.digikey.com/products/en/development-boards-kits-programmers/evaluation-boards-embedded-mcu-dsp/786?k=rt106l) Visit the Adafruit shop online - http://www.adafruit.com

This week's EYE ON NPI (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) looks at a new spin on a familiar favorite! We've chatted before about the IMX RT10xx series of chips from NXP. These 'cross-over' chips are Cortex M7's running at 500 or 600 MHz - that means you get the relative simplicity of a Cortex microcontroller with the speed and power of a microprocessor. Heck, the RT106x's ~3000 CoreMark @ 600 MHz makes it faster for some computations when you compare it to the Raspberry Pi Zero' ~2000 CoreMark (https://www.eembc.org/coremark/view.php?benchmark_seq=2534) - most of that due to the Linux operating system overhead. This chip family recently made its way into CircuitPython (https://circuitpython.org/board/imxrt1060_evk/) as we were super-excited to see such a powerful and low cost chip. OK but back to this week's EYE ON NPI which is a sister-chip, the iMX RT106L (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) - an interesting twist to the RT1060 - this chip is licensed to use with a wake-word + voice-activation software stack. It seems like the hardware is the same, and share the same datasheets and reference manuals. So it's more about purchasing hardware that has a licensing cost baked in - this reminds us of when we would purchase MP3 chips that had a 50 cent licensing fee built in. (https://blog.adafruit.com/2017/04/18/is-mp3-now-patent-free-makerbusiness-technicolor/) So, why is this interesting? Well, you've seen the proliferation of voice assistants like Siri, Google Voice and Alexa - they all use a a microcomputer, with a very powerful processor, to record audio and send it to the cloud for processing. Having to build a full computer with operating system to do voice control makes the BoM cost go up - you need a few MB of RAM, plenty of flash, a complex PMIC...what if we could do all of the processing on a really fast microcontroller instead? Like...a 600 MHz M7? Yes! NXP’s MCU-based solution for local voice control leverages the i.MX RT106L crossover MCU, enabling developers to quickly and easily add local voice commands to their products. The ultra-small form-factor, production-ready hardware design comes with fully integrated software that runs on FreeRTOS for quick, out-of-the-box evaluation and proof-of-concept development. This turnkey solution minimizes time-to-market, risk, and development effort, enabling OEMs to easily add voice to their smart home and smart appliance products without the need for Wi-Fi and cloud connectivity while also addressing the privacy concerns of many consumers. There's a few different products in this family. First is the 106L - the L for "Local". (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106l) That's internet-less voice command inference. Good for maybe a dozen words. There's a collection of words built-in - for more words you'll have to train up the engine which is a non-trivial task. The Local is great for simple device control and no WiFi is required so its very low power and low cost. Next is the similar 106A, the A is "Alexa", as you may guess it has Amazon Alexa software ready to go to create custom Alexa-connected devices. (https://www.digikey.com/product-detail/en/nxp-usa-inc/MIMXRT106ADVL6A/568-MIMXRT106ADVL6A-ND/10816229) You'll need to use/add WiFi for the cloud backend communication. Digi-Key has a great tutorial/article about the Alexa series and the nitty-gritty detail of how it works over here (https://www.digikey.com/en/articles/quickly-implement-alexa-built-in-iot-designs) Lastly is the 106F where F is for "Face" - yes facial recognition! (https://www.digikey.com/products/en/integrated-circuits-ics/embedded-microcontrollers/685?k=rt106f) This version connects up to a camera and can be used to recognize faces. These are all interesting machine learning demos many of us have seen, and its interesting to see NXP integrate them as software 'add-on's for a very powerful and capable chip. Note that the RT1060 doesn't have hardware ML acceleration or co-processor, so you'll be relying on the speed and power of the microcontroller itself. We think in the next few years we will see similar "AI ready" chips that are even less expensive thanks to a neural-net accelerator. Meanwhile, if you want to explore these powerful chips, you can check out the entire NXP iMX RT series chip collection here on Digi-Key (https://www.digikey.com/en/product-highlight/n/nxp-semi/imx-rt-series) And pick up the iMX RT106L eval kit here on Digi-Key (part 568-SLN-LOCAL-IOT-ND ) so you can start playing with local voice recognition: order today and you'll have it tomorrow! (https://www.digikey.com/products/en/development-boards-kits-programmers/evaluation-boards-embedded-mcu-dsp/786?k=rt106l) Visit the Adafruit shop online - http://www.adafruit.com

NOW PLAYING

EYE on NPI: NXP iMX RT106L

0:00 9:47

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 9 minutes long.

When was this Adafruit Industries episode published?

This episode was published on May 7, 2020.

What is this episode about?

This week's EYE ON NPI (https://www.digikey.com/en/product-highlight/n/nxp-semi/i-mx-rt106l-local-command-voice-solution) looks at a new spin on a familiar favorite! We've chatted before about the IMX RT10xx series of chips from NXP. These...

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!