Voltlog #265 – FT232H USB to JTAG/I2C/SPI Interface With Python & PyFtdi

Welcome to a new voltlog, today we’re going to be talking about this little board which I designed and assembled myself, it’s a breakout module for the FTDI FT232H which is a usb to serial converter but with a nice twist. This particular chip from FTDI has the built-in Multi-Protocol Synchronous Serial Engine (MPSSE short) which allows you to run a variety of synchronous serial protocols like JTAG, I2C, SPI or simple bit-banging of IOs. You can imagine it can be really useful to be able to interface with a sensor over I2C or SPI straight from your computer over USB through this interface. You wouldn’t need an arduino or other controller in the middle if you plan to do some data acquisition for example.

Voltlog #249 – Making Some USB Serial Converter Boards With CH340E (part 1)

Welcome to a new video, today I’m building a bunch of usb to serial converter boards because if you are into electronics and microcontrollers you will for sure need a bunch of usb to serial converters to connect your boards to a computer for example.

The idea for building these boards started when I found the CH340E converter chip on aliexpress, I like several things about this chip, it was small because it comes in MSOP10 package, it was cheap at about $0.40 a piece and it requires minimal external circuitry, in fact it only needs an external bypass cap.