USB device to I²C master adapter with Linux kernel support

Order PCBs:

Compare PCB Prices:

Buy Parts

No parts to buy have been specified in this project's BOM yet.

 
... 11 more lines
View All

USBI2C01A - USB to I²C master converter

USBI2C01A is USB to I²C master adapter, it provides you ability to connect almost any I2C/SMBUS sensor or other device to a computer trought USB. Converter is based on CP2112 integrated USB brigde with native Linux kernel support. Therefore device create kernel accesible I2C interface intstantly on almost any Linux distributions. If your computer doesn't support CP2112 converter, it's possible to use the USB-HID interface of the converter. Thanks to that, the device can be used with other operating systems as well, as Windows or Android.

The module is connected to computer using a USB-B connector, which provides a quality connection to the computer. The module contains three LED diodes that indicate power and communication via the I2C bus in the default configuration. The communication pins are doubled, so you will have enough space to connect your circuit.

I2C is connected to the 5-pin header in the MLAB I2C pinout. This is specific in that the rotation of cable (connector) will only result in not functioning state. However, there is no risk of electrical damage. Using jumpers, it is possible to set the power supply voltage in the I2C bus connector. This can either be 5V from USB, which is protected by a 750 mA fuse, or 3.45V from the integrated LDO with a maximum allowed load of 100 mA.

The converter is equipped with a set of GPIO ports that can be controlled via USB. In addition to communication via I2C, you can, for example, check the status of digital signals or control them with software. Similarly, you can use LEDs on the module to indicate your own states because they are software-controllable.

  • USB-HID to SMBus (I2C) master bridge
  • 8 GPIO ports (2 equipted with LED indicators)
    • Configurable as Input/Output, Open-drain/Push-pull
    • Configurable as clock output (48 MHz to 94 kHz)
  • Selectable 5V or 3.3V power supply
  • USB-B - FullSpeed USB support (up to 12 Mbps)
    • Powered from USB
  • Support in linux kernel
  • Configurable clock speed, 7bit i2c adressing
  • Ready to use

This device is sold by Universal Scientific Technologies s.r.o.. If you are interested in our equipment, do not be afraid to contact us.

The USB device behaves as a standard USB-HID device, so you do not need non-standard drivers. It also allows control of devices in the I2C system bus.

In case of Linux the drivers are available in kernel. Therefore the module creates the system-wide I2C bus. This is the same interface that you can known from thesingle-board computers like Raspberry Pi. Thanks to this, you will be able to run your Raspberry Pi programs directly on your computer.

The functional examples are available in pymblab control library. The details are available on MLAB wiki. The Pymlab library supports accessing the device both through the I2C interface in the Linux kernel and through the USB-HID interface. Thanks to this, you can use these modules on different operating systems.