> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Pololu Isolated USB-to-I²C Adapter

**Type:** Product page · **SKU:** POLOLU-5396 · **Brand:** [Pololu](https://core-electronics.com.au/brands/pololu-australia)
**Page:** https://core-electronics.com.au/pololu-isolated-usb-to-i2c-adapter.html ([markdown](https://core-electronics.com.au/pololu-isolated-usb-to-i2c-adapter.html.md))

This USB-to-I²C adapter enables a PC or other USB host to act as the controller on an I²C bus, reading and writing data from I²C target devices connected...

## Pricing

- **Price:** $19.45 (inc GST) — $17.68 AUD, exc GST
- **Quantity discounts:** 10+ $16.97 (exc GST) · 25+ $16.45 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Aug 25 and Aug 28.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=POLOLU-5396:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/POLOLU-5396:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

| [![](https://core-electronics.com.au/attachments/localcontent/0J13242_32944300a7a.jpg)](https://core-electronics.com.au/attachments/localcontent/0J13242_35268239523.jpg) |
|---|

This USB-to-I²C adapter functions as a bridge between I²C devices and a PC or other USB host, enabling the USB host to serve as an I²C controller and communicate with target devices on the I²C bus. It supports bidirectional communication with clock stretching and I²C clock speeds beyond 1000 kHz.

The adapter provides full galvanic isolation between the USB and I²C sides, which prevents unexpected current flow between the USB host and the I²C bus and protects the USB host from damaging voltages on the I²C bus (the adapter would be damaged under such conditions, but those voltages would not be able to propagate through to the USB side).

The module features a USB Type-C connector. On the USB side, the adapter acts as a virtual serial port (CDC ACM), so it is recognized by major operating systems (e.g. Windows 10 and later, Linux, and macOS) without requiring any driver installation. This means the adapter can be used with any programming environment that allows writing and reading binary data from a serial port (see the user’s guide for documentation on the communication protocol). Pololu provide a Python library for the adapter to make it easy to get started in Python, and the firmware for the adapter’s STM32C071G8 microcontroller is [open source](https://github.com/pololu/pololu-usb-i2c-adapter) for those who want to understand better how it works or customize the behavior.

The I²C side features a JST SH-style 4-pin connector that is compatible with SparkFun’s Qwiic and Adafruit’s STEMMA QT. It also brings the four I²C pins out to 0.1"-pitch through-holes that are compatible with standard 0.1" [male headers](https://core-electronics.com.au/0-100-2-54-mm-breakaway-male-header-1x40-pin-straight.html) and [female headers](https://core-electronics.com.au/0-100-2-54-mm-female-header-1x4-pin-straight.html).

**Note:** This adapter does **not** deliver USB power to the I²C side and instead requires target power to be supplied separately; an [alternative adapter version](https://core-electronics.com.au/pololu-isolated-usb-to-i2c-adapter-with-power.html) is available that delivers isolated power to the target.

**Connections**

| [![](https://core-electronics.com.au/attachments/localcontent/0J13241_46425de060c.jpg)](https://core-electronics.com.au/attachments/localcontent/0J13241_15902eaa244.jpg) |
|---|

| Pin | Cable color | Function |
|---|---|---|
| 1 | Black | I²C ground (GND); this pin is *NOT* connected to USB GND |
| 2 | Red | I²C input voltage (VCC); user must supply 2.25 V to 5.5 V across this pin and GND |
| 3 | Blue | I²C data line (SDA) |
| 4 | Yellow | I²C clock line (SCL) |

**Schematic diagram**

| [![](https://core-electronics.com.au/attachments/localcontent/0J13222_57728b257b0.png)](https://core-electronics.com.au/attachments/localcontent/0J13222_57728b257b0.png) |
|---|
| Schematic diagram of the Pololu Isolated USB-to-I²C Adapter. |

**Dimensions**

| Size: | 1.32" × 0.60" × 0.19" |
|---|---|
| Weight: | 2.4 g |

**Identifying markings**

| PCB dev codes: | usb08a |
|---|---|
| Other PCB markings: | 0J15399 |

**Documentation and other information**

- **Pololu Isolated USB-to-I²C Adapter User’s Guide**
    
    User’s manual for the Isolated USB-to-I²C Adapter.

**File downloads**

- **[Pololu Isolated USB-to-I²C Adapter drivers for Windows](https://core-electronics.com.au/attachments/localcontent/pololu-usb-i2c-adapter-windows-1_14431dc53bd.zip) (14k zip)**
- **[Dimension diagram of the Pololu Isolated USB-to-I²C Adapter](https://core-electronics.com.au/attachments/localcontent/pololu-isolated-usb-to-i2c-adapter-dimensions_329784f98fe.pdf) (330k pdf)**
- **3D model of the Pololu Isolated USB-to-I²C Adapter (7MB step)**
- **Drill guide for the Pololu Isolated USB-to-I²C Adapter (18k dxf)**
    
    This DXF drawing shows the locations of all of the board’s holes.

**Recommended links**

- **[Pololu Isolated USB-to-I²C Adapter repository](https://github.com/pololu/pololu-usb-i2c-adapter)**

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/P/O/POLOLU-5396-1.jpg)
