EYE on NPI: u-blox MAX-M10 Series GNSS Modules EYEonNPI DigiKey @Digikey episode artwork

EPISODE · Oct 6, 2022 · 14 MIN

EYE on NPI: u-blox MAX-M10 Series GNSS Modules EYEonNPI DigiKey @Digikey

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI has an EYE TO THE SKY, it's a new MAX-M10 series of ultra-low-power GPS modules from u-blox (https://www.digikey.com/en/product-highlight/u/u-blox/max-m10-series). u-blox is famous for their high quality GPS modules, they've been making them for about 20 years and they've never stopped iterating on their trusted designs. This new generation of modules, the MAX-M10 series, comes in two flavors for cost vs tracking-sensitivity optimization. The MAX-M10 modules are the same footprint, and both support the four active or soon-to-be-active GNSS constellations: GPS (USA-launched satellite system), GLONASS (Russia), Galileo (Europe) and BeiDou (China) The MAX-M10 is available in S series (https://www.digikey.com/short/r5j974z0) and M series varieties (https://www.digikey.com/short/zp5v73zm). The MAX-M10S-00B S series has a temperature compensated oscillator (https://en.wikipedia.org/wiki/Crystal_oscillator#Temperature) a.k.a TCXO for the frequency tuning, so you'll get better sensitivity and tracking: -167dBm sensitivity compared to the M series' -164dBm, but at higher current draw and pricing. The MAX-M10M-00B M series has a regular crystal a.k.a XTAL, for lower cost and power usage, but will take longer to get initial fix and won't have as good sensitivity. Also, the M series can run 1.8-5.5V, where as the S series is 1.8-3.3V max and has a SAW filter (https://en.wikipedia.org/wiki/Filter_(signal_processing)#SAW_filters) and LNA (https://en.wikipedia.org/wiki/Low-noise_amplifier). Both modules have UART and I2C support, which is great news because so many microcomputers and 'controllers do not have lots of spare UARTs. I2C has a built in buffer and you can query the current size and then read bytes out of it. Do note that I2C has clock stretching so you will need to either slow down the baud rate or verify your controller can handle the stretching. For UART mode, default baud rate is 9600 but can be configured higher. Unlike some basic all-in-one modules, the MAX M10s require an external antenna. You can use either passive (https://www.adafruit.com/product/2461) or active antennas (https://www.adafruit.com/product/960), active antenna only needs a few passive components. If you want to really have a fancy setup, you can enable an antenna supervisor circuit which can tell you if the antenna is connected, shorted, or even open. (https://www.u-blox.com/sites/default/files/MAX-M10S_IntegrationManual_UBX-20053088.pdf) The recent GPS modules from u-blox also support their native IoT cloud asset tracking system called CloudLocate (https://www.u-blox.com/en/product/cloudlocate) also known as ThingStream (https://www.u-blox.com/en/product/thingstream) which seems to do a very cool thing where you don't actually need to get a fix or download the ephermeris data, you can stream timing measurement deltas immediately and the calculation of GPS coordinates is done by a computer that has almanac data all loaded up. Of course this works only if you have a LoRa/Cell/WiFi connection already but for asset tracking it's a cute idea! Wanna upgrade your GNSS product to the very latest and greatest u-blox 10th generation series today? You can because the MAX-M10S-00B is in stock right now at Digi-Key for immediate shipment! (https://www.digikey.com/short/1rdqtp9j) And while you're waiting for your next-day shipment to burst out the warehouse doors and make its way into your arms, be sure to sign up for the free webinar on October 12th on Accelerating Your Wireless Solution Development ( https://dky.bz/3E0mPOI) which will use the u-blox XPLR-IOT-1 dev kit (https://www.digikey.com/short/051jv5r0) for quick LTE / NB-IOT / WiFi / GNSS development.

This week's EYE ON NPI has an EYE TO THE SKY, it's a new MAX-M10 series of ultra-low-power GPS modules from u-blox (https://www.digikey.com/en/product-highlight/u/u-blox/max-m10-series). u-blox is famous for their high quality GPS modules, they've been making them for about 20 years and they've never stopped iterating on their trusted designs. This new generation of modules, the MAX-M10 series, comes in two flavors for cost vs tracking-sensitivity optimization. The MAX-M10 modules are the same footprint, and both support the four active or soon-to-be-active GNSS constellations: GPS (USA-launched satellite system), GLONASS (Russia), Galileo (Europe) and BeiDou (China) The MAX-M10 is available in S series (https://www.digikey.com/short/r5j974z0) and M series varieties (https://www.digikey.com/short/zp5v73zm). The MAX-M10S-00B S series has a temperature compensated oscillator (https://en.wikipedia.org/wiki/Crystal_oscillator#Temperature) a.k.a TCXO for the frequency tuning, so you'll get better sensitivity and tracking: -167dBm sensitivity compared to the M series' -164dBm, but at higher current draw and pricing. The MAX-M10M-00B M series has a regular crystal a.k.a XTAL, for lower cost and power usage, but will take longer to get initial fix and won't have as good sensitivity. Also, the M series can run 1.8-5.5V, where as the S series is 1.8-3.3V max and has a SAW filter (https://en.wikipedia.org/wiki/Filter_(signal_processing)#SAW_filters) and LNA (https://en.wikipedia.org/wiki/Low-noise_amplifier). Both modules have UART and I2C support, which is great news because so many microcomputers and 'controllers do not have lots of spare UARTs. I2C has a built in buffer and you can query the current size and then read bytes out of it. Do note that I2C has clock stretching so you will need to either slow down the baud rate or verify your controller can handle the stretching. For UART mode, default baud rate is 9600 but can be configured higher. Unlike some basic all-in-one modules, the MAX M10s require an external antenna. You can use either passive (https://www.adafruit.com/product/2461) or active antennas (https://www.adafruit.com/product/960), active antenna only needs a few passive components. If you want to really have a fancy setup, you can enable an antenna supervisor circuit which can tell you if the antenna is connected, shorted, or even open. (https://www.u-blox.com/sites/default/files/MAX-M10S_IntegrationManual_UBX-20053088.pdf) The recent GPS modules from u-blox also support their native IoT cloud asset tracking system called CloudLocate (https://www.u-blox.com/en/product/cloudlocate) also known as ThingStream (https://www.u-blox.com/en/product/thingstream) which seems to do a very cool thing where you don't actually need to get a fix or download the ephermeris data, you can stream timing measurement deltas immediately and the calculation of GPS coordinates is done by a computer that has almanac data all loaded up. Of course this works only if you have a LoRa/Cell/WiFi connection already but for asset tracking it's a cute idea! Wanna upgrade your GNSS product to the very latest and greatest u-blox 10th generation series today? You can because the MAX-M10S-00B is in stock right now at Digi-Key for immediate shipment! (https://www.digikey.com/short/1rdqtp9j) And while you're waiting for your next-day shipment to burst out the warehouse doors and make its way into your arms, be sure to sign up for the free webinar on October 12th on Accelerating Your Wireless Solution Development ( https://dky.bz/3E0mPOI) which will use the u-blox XPLR-IOT-1 dev kit (https://www.digikey.com/short/051jv5r0) for quick LTE / NB-IOT / WiFi / GNSS development.

NOW PLAYING

EYE on NPI: u-blox MAX-M10 Series GNSS Modules EYEonNPI DigiKey @Digikey

0:00 14:11

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

When was this Adafruit Industries episode published?

This episode was published on October 6, 2022.

What is this episode about?

This week's EYE ON NPI has an EYE TO THE SKY, it's a new MAX-M10 series of ultra-low-power GPS modules from u-blox (https://www.digikey.com/en/product-highlight/u/u-blox/max-m10-series). u-blox is famous for their high quality GPS modules, they've...

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!