EYE ON NPI - Analog Devices MAX96714 Deserializer episode artwork

EPISODE · Feb 11, 2025 · 11 MIN

EYE ON NPI - Analog Devices MAX96714 Deserializer

from Adafruit Industries · host Adafruit Industries

This week on EYE ON NPI we're eatin' our Wheaties (https://www.youtube.com/watch?v=QvyInWTLM8s) - it's the Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer (https://www.digikey.com/en/products/base-product/analog-devices-inc-maxim-integrated/175/MAX96714/737256) a way to send high resolution digital video over a co-ax wire without losing quality. These advanced serial-deserial sets - we'll call them SerDes for short - let you minimize cabling, for reduced weight and complexity when passing high speed video from cameras or to displays over single flexible RG coax. It's easier than ever these days to add high quality video or camera sensing to your products: boards like the Raspberry Pi can do dual 4K HDMI and up to two DSI / CSI ports on the Compute Modules (https://www.digikey.com/en/products/filter/single-board-computers-sbcs/933?s=N4IgTCBcDaIMYHsC2AHArgFwKYAIkIBM0AbLEAXQF8g) but the cables that they come with tend to be short, maxing out at 500mm long. (https://www.digikey.com/en/products/detail/raspberry-pi/SC1130/21658263) That's because the MIPI protocol used for data transfer is designed for ultra high speeds over low cost flex PCBs, from say a laptop motherboard to the laptop monitor or webcam. Now, we do sell looooong cables (https://www.adafruit.com/product/2144) that are 2 meters long but with the caveat that they are well outside the expected spec. They do work! But we wouldn't put it in a product that goes to customers. So what do you do if you have a car, where the seats and dashboard have monitors but the main processor is probably in the back of the car, far from the hot engine? That's where Analog Devices got inspired from the Cable TV of our youth (https://en.wikipedia.org/wiki/Cable_television) that would let kids of the 90's watch dozens of channels using...only one cable! The cable, in this case, is a coaxial cable: one copper wire surrounded by a plastic dielectric, then a braided metal ground return. Coax cables are flexible but rugged, and DigiKey stocks thousands of different types (https://www.digikey.com/en/products/filter/coaxial-cables-rf/475) by the foot or reel. So they make an excellent physical transport layer for video in aggressive environments because they are shielded yet flexible. With GMSL you need two chips: a serializer like the MAX96717 (https://www.digikey.com/short/3pcv09pn) and a de-serializer like the MAX96714 (https://www.digikey.com/short/3jqw8tj8). Between the two, connect said coax, then configure both sides for the data format you want and boom, you have a transparent video link! The serializer will take the digital data, then turn it into a serialized-packetized-data-packet on a single wire. That thin wire can fit into spaces that would normally be a challenge such as cars / aerospace where weight is at a premium, robotics where the shielding will protect the signal integrity, and medical where high rez cameras have to fit in tiny spaces. GMSL even supports 'power over coax' where a DC signal can be used as a carrier for the high frequency data - so you really can have one thin cable for everything. Depending on which generation of GMSL you choose, you will get either 3 Gbps or 6. A small portion of that is 'upstream' communication, thats used for IRQs, video/camera control and extra I2C or GPIO. If you need stereo or quad camera/video , you can use a quad deserializer: you will still get 4 coax cables in but it'll be smaller and perhaps better synchronized than having four separate deserializers. To get started, we recommend picking up the MAX96714-BAK-EVK eval board (https://www.digikey.com/short/nh82vrbc), which is not inexpensive but does have everything you need to get started with the MAX96714 (https://www.digikey.com/short/3jqw8tj8). Note you'll also need the serializer! One thing that's nice is that if you want to get set up with a Raspberry Pi to start, you can order the Pi Cam Eval board (https://wiki.analog.com/resources/eval/user-guides/ad-gmslcamrpi-adp) which is an adapter for the eval to use off-the-shelf Pi camera modules, pick up at DigiKey (https://www.digikey.com/en/products/detail/analog-devices-inc/AD-GMSLCAMRPI-ADP/21678785). Then to set up the configuration you can use the Linux driver to have automatic setup (https://github.com/torvalds/linux/blob/master/drivers/media/i2c/max96714.c) without a separate configuration program. If you'd like to try out GSML for your next long-distance video product, you can pick up the Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer (https://www.digikey.com/en/products/base-product/analog-devices-inc-maxim-integrated/175/MAX96714/737256) today from DigiKey because it's in stock for immediate shipment! Book now and you can be zipping along MIPI CSI data at 6Gbps by tomorrow afternoon.

This week on EYE ON NPI we're eatin' our Wheaties (https://www.youtube.com/watch?v=QvyInWTLM8s) - it's the Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer (https://www.digikey.com/en/products/base-product/analog-devices-inc-maxim-integrated/175/MAX96714/737256) a way to send high resolution digital video over a co-ax wire without losing quality. These advanced serial-deserial sets - we'll call them SerDes for short - let you minimize cabling, for reduced weight and complexity when passing high speed video from cameras or to displays over single flexible RG coax. It's easier than ever these days to add high quality video or camera sensing to your products: boards like the Raspberry Pi can do dual 4K HDMI and up to two DSI / CSI ports on the Compute Modules (https://www.digikey.com/en/products/filter/single-board-computers-sbcs/933?s=N4IgTCBcDaIMYHsC2AHArgFwKYAIkIBM0AbLEAXQF8g) but the cables that they come with tend to be short, maxing out at 500mm long. (https://www.digikey.com/en/products/detail/raspberry-pi/SC1130/21658263) That's because the MIPI protocol used for data transfer is designed for ultra high speeds over low cost flex PCBs, from say a laptop motherboard to the laptop monitor or webcam. Now, we do sell looooong cables (https://www.adafruit.com/product/2144) that are 2 meters long but with the caveat that they are well outside the expected spec. They do work! But we wouldn't put it in a product that goes to customers. So what do you do if you have a car, where the seats and dashboard have monitors but the main processor is probably in the back of the car, far from the hot engine? That's where Analog Devices got inspired from the Cable TV of our youth (https://en.wikipedia.org/wiki/Cable_television) that would let kids of the 90's watch dozens of channels using...only one cable! The cable, in this case, is a coaxial cable: one copper wire surrounded by a plastic dielectric, then a braided metal ground return. Coax cables are flexible but rugged, and DigiKey stocks thousands of different types (https://www.digikey.com/en/products/filter/coaxial-cables-rf/475) by the foot or reel. So they make an excellent physical transport layer for video in aggressive environments because they are shielded yet flexible. With GMSL you need two chips: a serializer like the MAX96717 (https://www.digikey.com/short/3pcv09pn) and a de-serializer like the MAX96714 (https://www.digikey.com/short/3jqw8tj8). Between the two, connect said coax, then configure both sides for the data format you want and boom, you have a transparent video link! The serializer will take the digital data, then turn it into a serialized-packetized-data-packet on a single wire. That thin wire can fit into spaces that would normally be a challenge such as cars / aerospace where weight is at a premium, robotics where the shielding will protect the signal integrity, and medical where high rez cameras have to fit in tiny spaces. GMSL even supports 'power over coax' where a DC signal can be used as a carrier for the high frequency data - so you really can have one thin cable for everything. Depending on which generation of GMSL you choose, you will get either 3 Gbps or 6. A small portion of that is 'upstream' communication, thats used for IRQs, video/camera control and extra I2C or GPIO. If you need stereo or quad camera/video , you can use a quad deserializer: you will still get 4 coax cables in but it'll be smaller and perhaps better synchronized than having four separate deserializers. To get started, we recommend picking up the MAX96714-BAK-EVK eval board (https://www.digikey.com/short/nh82vrbc), which is not inexpensive but does have everything you need to get started with the MAX96714 (https://www.digikey.com/short/3jqw8tj8). Note you'll also need the serializer! One thing that's nice is that if you want to get set up with a Raspberry Pi to start, you can order the Pi Cam Eval board (https://wiki.analog.com/resources/eval/user-guides/ad-gmslcamrpi-adp) which is an adapter for the eval to use off-the-shelf Pi camera modules, pick up at DigiKey (https://www.digikey.com/en/products/detail/analog-devices-inc/AD-GMSLCAMRPI-ADP/21678785). Then to set up the configuration you can use the Linux driver to have automatic setup (https://github.com/torvalds/linux/blob/master/drivers/media/i2c/max96714.c) without a separate configuration program. If you'd like to try out GSML for your next long-distance video product, you can pick up the Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer (https://www.digikey.com/en/products/base-product/analog-devices-inc-maxim-integrated/175/MAX96714/737256) today from DigiKey because it's in stock for immediate shipment! Book now and you can be zipping along MIPI CSI data at 6Gbps by tomorrow afternoon.

NOW PLAYING

EYE ON NPI - Analog Devices MAX96714 Deserializer

0:00 11:08

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 11, 2025.

What is this episode about?

This week on EYE ON NPI we're eatin' our Wheaties (https://www.youtube.com/watch?v=QvyInWTLM8s) - it's the Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer...

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!