Konubinix' opinionated web of thoughts

Ft232h

Fleeting

by adafruit

https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h/pinouts ([2025-09-10 Wed])

trying it out

https://learn.adafruit.com/circuitpython-on-any-computer-with-ft232h/linux

export BLINKA_FT232H=1
clk pip install adafruit-blinka
from pyftdi.ftdi import Ftdi
Ftdi().open_from_url('ftdi:///?')
Available interfaces:
  ftdi://ftdi:232h:1/1  (￿￿￿￿￿￿)

An exception has occurred, use %tb to see the full traceback.

SystemExit: Please specify the USB device

/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py:3561: UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.
  warn("To exit: use 'exit', 'quit', or Ctrl-D.", stacklevel=1)

Notes linking here