EYE ON NPI - FT23XHPQ High-Speed USB Bridge with Type-C/PD3.0 Controller episode artwork

EPISODE · May 20, 2021 · 9 MIN

EYE ON NPI - FT23XHPQ High-Speed USB Bridge with Type-C/PD3.0 Controller

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI is from long-time Maker-buddies FTDI Chip (https://www.digikey.com/en/product-highlight/f/ftdi/ft233hpq-usb-bridge): The FT233HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HPQ-REEL/13981010) and FT232HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT233HPQ-TRAY/13981013) builds on decades of work FTDI (https://www.digikey.com/en/supplier-centers/future-technology-devices-intl) have pioneered in making excellent quality USB controller ICs. This chip has taken the successful FT232H (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HQ-REEL/2614626) that we're very fond of and added first-class USB Type C support with PD3.0 control. (https://www.usb.org/usb-charger-pd) Now in case you haven't tried them out yet, we make some nice FT232H breakouts here at Adafruit (https://www.adafruit.com/product/2264). This chip from FTDI is similar to their USB to serial converter chips (https://www.adafruit.com/product/284) but adds a 'multi-protocol synchronous serial engine' which allows it to speak many common protocols like SPI, I2C, serial UART, JTAG, and more! There's even a handful of digital GPIO pins that you can read and write to do things like flash LEDs, read switches or buttons, and more. The FT232H breakout is like adding a little swiss army knife for serial protocols to your computer! We recently even gave this chip a bit of a refresh by adding a Stemma QT port, an I2C mode switch, and a USB C port. However, that USB C port doesn't do anything fancy with USB C - it just has the bare-minimum resistors to let the upstream port know to give it 5V and use classic USB D+ and D- lines The FT232HP, on the other hand, is a full new version of the chip with individual CC1/CC2 pins that are used to communicate with the upstream port to tell it what voltage level and current level desired. With PD, we can request up to 20V on the power pins (https://www.usb.org/usb-charger-pd) - and it can do this fully automagically by configuring an external EEPROM chip that is wired up on a PCB. You can program the EEPROM as many times as you like, using the FTDI Prog tool or via a command line tool (https://www.ftdichip.com/Support/Documents/AppNotes/AN_551_FT4232HP_FT2232HP_FT232HP_Configuration_Guide.pdf) Once configured you can also use GPIO pins to adjust the PD settings, or even use a built in I2C peripheral engine that can be configured by a separate microcontroller. Besides the fancy new USB C power delivery control - the FT232HP and FT233HP also of course have the GPIO-control goodies we love about this series. The MPSSE peripheral set can mimic a wide variety of popular and useful protocols such UART RS232, RS422, RS485, 8-bit parallel, JTAG, SPI and I2C controllers. We've got Adafruit Blinka support for MPSSE (https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h) and while we haven't tested it with the FT232HP just yet, we're pretty sure it is going to be largely compatible (besides perhaps having a different USB PID). If you're making a product that needs USB C PD, and maybe some GPIO control over USB - this chip could really do a great job at saving you months of development time. Particularly if you can use the MPSSE control software on a computer to avoid any firmware writing at all! Or, if you do have a microcontroller, you could get rid of half your power supply by dropping a DC jack input and going with a smart USB adapter with PD source control. The FT233HP has more pins than the '232HP and adds a USB Sink PD port as well as 8 more GPIO pins. You can sign up to be notified when the FT233HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HPQ-REEL/13981010) and FT232HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT233HPQ-TRAY/13981013) arrive in stock at Digi-key today. Or, place on backorder now and it will ship in late June! See on Digi-Key at https://www.digikey.com/short/mp80vwdr

This week's EYE ON NPI is from long-time Maker-buddies FTDI Chip (https://www.digikey.com/en/product-highlight/f/ftdi/ft233hpq-usb-bridge): The FT233HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HPQ-REEL/13981010) and FT232HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT233HPQ-TRAY/13981013) builds on decades of work FTDI (https://www.digikey.com/en/supplier-centers/future-technology-devices-intl) have pioneered in making excellent quality USB controller ICs. This chip has taken the successful FT232H (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HQ-REEL/2614626) that we're very fond of and added first-class USB Type C support with PD3.0 control. (https://www.usb.org/usb-charger-pd) Now in case you haven't tried them out yet, we make some nice FT232H breakouts here at Adafruit (https://www.adafruit.com/product/2264). This chip from FTDI is similar to their USB to serial converter chips (https://www.adafruit.com/product/284) but adds a 'multi-protocol synchronous serial engine' which allows it to speak many common protocols like SPI, I2C, serial UART, JTAG, and more! There's even a handful of digital GPIO pins that you can read and write to do things like flash LEDs, read switches or buttons, and more. The FT232H breakout is like adding a little swiss army knife for serial protocols to your computer! We recently even gave this chip a bit of a refresh by adding a Stemma QT port, an I2C mode switch, and a USB C port. However, that USB C port doesn't do anything fancy with USB C - it just has the bare-minimum resistors to let the upstream port know to give it 5V and use classic USB D+ and D- lines The FT232HP, on the other hand, is a full new version of the chip with individual CC1/CC2 pins that are used to communicate with the upstream port to tell it what voltage level and current level desired. With PD, we can request up to 20V on the power pins (https://www.usb.org/usb-charger-pd) - and it can do this fully automagically by configuring an external EEPROM chip that is wired up on a PCB. You can program the EEPROM as many times as you like, using the FTDI Prog tool or via a command line tool (https://www.ftdichip.com/Support/Documents/AppNotes/AN_551_FT4232HP_FT2232HP_FT232HP_Configuration_Guide.pdf) Once configured you can also use GPIO pins to adjust the PD settings, or even use a built in I2C peripheral engine that can be configured by a separate microcontroller. Besides the fancy new USB C power delivery control - the FT232HP and FT233HP also of course have the GPIO-control goodies we love about this series. The MPSSE peripheral set can mimic a wide variety of popular and useful protocols such UART RS232, RS422, RS485, 8-bit parallel, JTAG, SPI and I2C controllers. We've got Adafruit Blinka support for MPSSE (https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h) and while we haven't tested it with the FT232HP just yet, we're pretty sure it is going to be largely compatible (besides perhaps having a different USB PID). If you're making a product that needs USB C PD, and maybe some GPIO control over USB - this chip could really do a great job at saving you months of development time. Particularly if you can use the MPSSE control software on a computer to avoid any firmware writing at all! Or, if you do have a microcontroller, you could get rid of half your power supply by dropping a DC jack input and going with a smart USB adapter with PD source control. The FT233HP has more pins than the '232HP and adds a USB Sink PD port as well as 8 more GPIO pins. You can sign up to be notified when the FT233HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT232HPQ-REEL/13981010) and FT232HP (https://www.digikey.com/en/products/detail/ftdi-future-technology-devices-international-ltd/FT233HPQ-TRAY/13981013) arrive in stock at Digi-key today. Or, place on backorder now and it will ship in late June! See on Digi-Key at https://www.digikey.com/short/mp80vwdr

NOW PLAYING

EYE ON NPI - FT23XHPQ High-Speed USB Bridge with Type-C/PD3.0 Controller

0:00 9:55

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 20, 2021.

What is this episode about?

This week's EYE ON NPI is from long-time Maker-buddies FTDI Chip (https://www.digikey.com/en/product-highlight/f/ftdi/ft233hpq-usb-bridge): The FT233HP...

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!