EYE on NPI: XENSIV™ BGT60LTR11AIP and Radar Shield2Go episode artwork

EPISODE · Feb 23, 2023 · 11 MIN

EYE on NPI: XENSIV™ BGT60LTR11AIP and Radar Shield2Go

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI is sixty-giga-cool with 60 giga-Hertz of Doppler radar sensing. It's the Infineon XENSIV™ BGT60LTR11AIP Radar and Shield2Go Dev board (https://www.digikey.com/en/product-highlight/i/infineon/xensiv-bgt60ltr11aip-radar-shield2go), featuring Infineon's super-low-power 60 GHz Doppler radar sensor with antenna-in-package (AIP). This device is an ultra-tiny 60 GHz radar-on-a-chip sensor that even includes the normally-large antenna's seen in most Doppler radars baked right into the top! RADAR is literally "Radio Detecting And Ranging" - a way of bouncing 'high frequency' electromagnetic waves off of objects to detect the reflection. We're familiar with radar (https://en.wikipedia.org/wiki/Radar) in a few contexts: originally developed for military use, it worked great for detecting metal things in the sky (airplanes) as they would approach a city to possibly bomb it. We still use it a lot in military contexts: detecting planes, bombs, boats and submarines. It's also super handy in domestic contexts like air traffic control, if you can detect planes you can verify their positions and make sure each one comes in or out of the airport without collision. Radar is also useful for weather pattern detection (although this sensor isn't good for that purpose, just a fun fact for you to know). Another common purpose for radar you're probably familiar with is the dreaded speeding radar gun (https://en.wikipedia.org/wiki/Radar_speed_gun) a small-enough-to-be-handheld radar device that can be pointed at a car to determine its speed without requiring a difficult-to-calculate "time between two points" measurement. These reliable devices are apparently now are replaced with LIDAR based ones! Most folks who have used IR sensors, Time of Flight, or sonar sensors can understand how to detect an object by counting the delay between sending a signal vs when it's received and dividing by the wavelength. How can you determine velocity - normally you'd need to detect location twice, then determine the time between the two locations whereas radar can do it one measurement. This is thanks to the 'Doppler Effect' (https://en.wikipedia.org/wiki/Doppler_effect) the same scientific principle that causes ambulance sirens to be higher pitch as they approach and lower pitch as they drive away from you due to the 'bunching up' of the waves as the wave source moves. Likewise with Radar, the frequency will shift slightly depending on the speed of the object, which can be detected by calculating the minute variation in frequency. What's particularly neat about this sensor is that, compared to other radar modules that have a trace PCB antenna, the antenna is embedded right into the chip itself. Compare that with the BGT24 modules that come on a PCB with an 'Arduino shield size' antenna (https://www.digikey.com/short/dn48cfhr) The BGT60LTR11AIP comes as a BGA component, with a lot of pins! Thankfully, Ultra Librarian has a package footprint for this part that Digi-Key helpfully provides, so you can import and get started with integration quickly (https://app.ultralibrarian.com/details/2071C153-54B1-11EC-9033-0A34D6323D74/Infineon/BGT60LTR11AIPE6327XUMA2?ref=digikey) There's also a few different development boards available, including a tiny module 'shield' SHIELDBGT60LTR11AIPTOBO1 (https://www.digikey.com/en/products/detail/infineon-technologies/SHIELDBGT60LTR11AIPTOBO1/16343839) that requires only 4 pins: power, ground, output direction and output motion detect (https://www.infineon.com/cms/en/product/evaluation-boards/demo-bgt60ltr11aip/) There's also a fancy "SHIELD2GO" board (https://www.digikey.com/en/product-highlight/i/infineon/xensiv-bgt60ltr11aip-radar-shield2go) that has all of the user-useful GPIO and SPI interface accessible, and a full demo dev kit that also includes the mini shield. (https://www.digikey.com/en/products/detail/infineon-technologies/DEMOBGT60LTR11AIPTOBO1/13563722) There are two ways to integrate the sensor: via simple two-GPIO connection where one pin is motion detect and the other is direction, or via a more complex SPI protocol. The SPI interface is documented in the User's Guide (https://www.infineon.com/dgdl/Infineon-AN625_userguide_BGT60LTR11AIP-ApplicationNotes-v01_05-EN.pdf) and the Infineon bgt60 github repo (https://github.com/Infineon/sensor-xensiv-bgt60trxx) has some portable C code that just needs a hardware abstraction layer implemented in order to be used with your favorite platform. For an ultra-tiny Radar module-on-a-chip that has low-power, low-cost and ease-of-integration, you can pick up the Infineon XENSIV™ BGT60LTR11AIP (https://www.digikey.com/short/jv0b0n0z) at Digi-Key. It's in stock right now for immediate shipment, and available in any quantity on cut-tape or reel: order today and you can be Dopplering by tomorrow afternoon.

This week's EYE ON NPI is sixty-giga-cool with 60 giga-Hertz of Doppler radar sensing. It's the Infineon XENSIV™ BGT60LTR11AIP Radar and Shield2Go Dev board (https://www.digikey.com/en/product-highlight/i/infineon/xensiv-bgt60ltr11aip-radar-shield2go), featuring Infineon's super-low-power 60 GHz Doppler radar sensor with antenna-in-package (AIP). This device is an ultra-tiny 60 GHz radar-on-a-chip sensor that even includes the normally-large antenna's seen in most Doppler radars baked right into the top! RADAR is literally "Radio Detecting And Ranging" - a way of bouncing 'high frequency' electromagnetic waves off of objects to detect the reflection. We're familiar with radar (https://en.wikipedia.org/wiki/Radar) in a few contexts: originally developed for military use, it worked great for detecting metal things in the sky (airplanes) as they would approach a city to possibly bomb it. We still use it a lot in military contexts: detecting planes, bombs, boats and submarines. It's also super handy in domestic contexts like air traffic control, if you can detect planes you can verify their positions and make sure each one comes in or out of the airport without collision. Radar is also useful for weather pattern detection (although this sensor isn't good for that purpose, just a fun fact for you to know). Another common purpose for radar you're probably familiar with is the dreaded speeding radar gun (https://en.wikipedia.org/wiki/Radar_speed_gun) a small-enough-to-be-handheld radar device that can be pointed at a car to determine its speed without requiring a difficult-to-calculate "time between two points" measurement. These reliable devices are apparently now are replaced with LIDAR based ones! Most folks who have used IR sensors, Time of Flight, or sonar sensors can understand how to detect an object by counting the delay between sending a signal vs when it's received and dividing by the wavelength. How can you determine velocity - normally you'd need to detect location twice, then determine the time between the two locations whereas radar can do it one measurement. This is thanks to the 'Doppler Effect' (https://en.wikipedia.org/wiki/Doppler_effect) the same scientific principle that causes ambulance sirens to be higher pitch as they approach and lower pitch as they drive away from you due to the 'bunching up' of the waves as the wave source moves. Likewise with Radar, the frequency will shift slightly depending on the speed of the object, which can be detected by calculating the minute variation in frequency. What's particularly neat about this sensor is that, compared to other radar modules that have a trace PCB antenna, the antenna is embedded right into the chip itself. Compare that with the BGT24 modules that come on a PCB with an 'Arduino shield size' antenna (https://www.digikey.com/short/dn48cfhr) The BGT60LTR11AIP comes as a BGA component, with a lot of pins! Thankfully, Ultra Librarian has a package footprint for this part that Digi-Key helpfully provides, so you can import and get started with integration quickly (https://app.ultralibrarian.com/details/2071C153-54B1-11EC-9033-0A34D6323D74/Infineon/BGT60LTR11AIPE6327XUMA2?ref=digikey) There's also a few different development boards available, including a tiny module 'shield' SHIELDBGT60LTR11AIPTOBO1 (https://www.digikey.com/en/products/detail/infineon-technologies/SHIELDBGT60LTR11AIPTOBO1/16343839) that requires only 4 pins: power, ground, output direction and output motion detect (https://www.infineon.com/cms/en/product/evaluation-boards/demo-bgt60ltr11aip/) There's also a fancy "SHIELD2GO" board (https://www.digikey.com/en/product-highlight/i/infineon/xensiv-bgt60ltr11aip-radar-shield2go) that has all of the user-useful GPIO and SPI interface accessible, and a full demo dev kit that also includes the mini shield. (https://www.digikey.com/en/products/detail/infineon-technologies/DEMOBGT60LTR11AIPTOBO1/13563722) There are two ways to integrate the sensor: via simple two-GPIO connection where one pin is motion detect and the other is direction, or via a more complex SPI protocol. The SPI interface is documented in the User's Guide (https://www.infineon.com/dgdl/Infineon-AN625_userguide_BGT60LTR11AIP-ApplicationNotes-v01_05-EN.pdf) and the Infineon bgt60 github repo (https://github.com/Infineon/sensor-xensiv-bgt60trxx) has some portable C code that just needs a hardware abstraction layer implemented in order to be used with your favorite platform. For an ultra-tiny Radar module-on-a-chip that has low-power, low-cost and ease-of-integration, you can pick up the Infineon XENSIV™ BGT60LTR11AIP (https://www.digikey.com/short/jv0b0n0z) at Digi-Key. It's in stock right now for immediate shipment, and available in any quantity on cut-tape or reel: order today and you can be Dopplering by tomorrow afternoon.

NOW PLAYING

EYE on NPI: XENSIV™ BGT60LTR11AIP and Radar Shield2Go

0:00 11:30

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

When was this Adafruit Industries episode published?

This episode was published on February 23, 2023.

What is this episode about?

This week's EYE ON NPI is sixty-giga-cool with 60 giga-Hertz of Doppler radar sensing. It's the Infineon XENSIV™ BGT60LTR11AIP Radar and Shield2Go Dev board...

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!