diff --git a/_blinka/ft232h.md b/_blinka/ft232h.md new file mode 100644 index 000000000..3781fd02b --- /dev/null +++ b/_blinka/ft232h.md @@ -0,0 +1,28 @@ +--- +layout: download +board_id: "ft232h" +title: "FT232H Download" +name: "FT232H" +manufacturer: "Adafruit" +board_url: "https://www.adafruit.com/product/2264" +board_image: "ft232h.jpg" +download_instructions: "https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h" +downloads_display: true +blinka: true +features: + - Direct Computer Control + - GPIO Pins +--- + +Wouldn't it be cool to drive a tiny OLED display, read a color sensor, or even just flash some LEDs directly from your computer? Sure you can program an Arduino or Trinket to talk to these devices and your computer, but why can't your computer just talk to those devices and sensors itself? Well, now your computer can talk to devices using the Adafruit FT232H breakout board! + +What can the FT232H chip do? This chip from FTDI is similar to their USB to serial converter chips 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! + +This chip is powerful and useful to have when you want to use Python (for example) to quickly iterate and test a device that uses I2C, SPI or plain general purpose I/O. There's no firmware to deal with, so you don't have to deal with how to "send data to and from an Arduino which is then sent to and from" an electronic sensor or display or part. + +## Purchase +* [Adafruit](https://www.adafruit.com/product/2264) + +## Contribute + +Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_blinka/{{ page.board_id }}.md). diff --git a/assets/images/boards/large/ft232h.jpg b/assets/images/boards/large/ft232h.jpg new file mode 100644 index 000000000..a3d0e7a97 Binary files /dev/null and b/assets/images/boards/large/ft232h.jpg differ diff --git a/assets/images/boards/original/ft232h.jpg b/assets/images/boards/original/ft232h.jpg new file mode 100644 index 000000000..a5a64dae9 Binary files /dev/null and b/assets/images/boards/original/ft232h.jpg differ diff --git a/assets/images/boards/small/ft232h.jpg b/assets/images/boards/small/ft232h.jpg new file mode 100644 index 000000000..89f5d4615 Binary files /dev/null and b/assets/images/boards/small/ft232h.jpg differ