Electronics > Microcontrollers

I2C to USB converter

(1/4) > >>

arcticfish:
Hi all,

Anyone know decent quality of USB to I2C bridge converter can recommend? mainly use for testing, writing and read register of an IC support I2C from computer comport.

Thank you in advance.

oPossum:
https://ftdichip.com/products/ft260s/

SiliconWizard:
Alternatively, you can use the FT232H. If you are going to use Python, there's PyFtdi which supports it and that works well (tried it). The FT260S is not officially listed as supported by PyFtdi, so not sure it is.

magic:
There is some limited support in CH341A chips and a Linux kernel driver which makes it work with standard i2c-tools and with in-kernel I2C device drivers.
https://github.com/gschorcht/i2c-ch341-usb

I have bought a CH341A breakout board from AliE for this purpose, but haven't had the opportunity to try it yet.

I previously used a passive VGA to I2C cable. But this trick doesn't work with DisplayPort anymore and it endangers the GPU if there is magic smoke from your I2C stuff.

fchk:

--- Quote from: oPossum on September 22, 2023, 11:01:14 am ---https://ftdichip.com/products/ft260s/

--- End quote ---

Yes, this is my preferred choice now. Before this I used MCP2221A.

fchk

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod