

The USB-C Breakout by purecrea is a compact and versatile breakout board designed to provide easy access to the pins of a USB-C connector. This component simplifies prototyping and testing of USB-C connections by exposing the connector's pins in a user-friendly format. It is ideal for engineers, hobbyists, and developers working on USB-C-based projects, such as power delivery, data transfer, or custom USB-C peripherals.








The USB-C Breakout board by purecrea is designed to meet the needs of modern USB-C applications. Below are the key technical details:
The USB-C connector has 24 pins, which are broken out on the purecrea USB-C Breakout board. The table below describes the pin configuration:
| Pin Number | Pin Name | Description |
|---|---|---|
| A1 | GND | Ground connection |
| A2 | TX1+ | SuperSpeed differential pair (positive) for data transmission |
| A3 | TX1- | SuperSpeed differential pair (negative) for data transmission |
| A4 | VBUS | Power supply input/output (5V to 20V, depending on USB-C power delivery) |
| A5 | CC1 | Configuration channel for USB-C orientation and power delivery negotiation |
| A6 | D+ | USB 2.0 differential pair (positive) for data |
| A7 | D- | USB 2.0 differential pair (negative) for data |
| A8 | SBU1 | Sideband use (used in alternate modes, e.g., DisplayPort) |
| A9 | VBUS | Power supply input/output (same as A4) |
| A10 | RX2- | SuperSpeed differential pair (negative) for data reception |
| A11 | RX2+ | SuperSpeed differential pair (positive) for data reception |
| A12 | GND | Ground connection |
| B1 | GND | Ground connection |
| B2 | TX2+ | SuperSpeed differential pair (positive) for data transmission |
| B3 | TX2- | SuperSpeed differential pair (negative) for data transmission |
| B4 | VBUS | Power supply input/output (same as A4) |
| B5 | CC2 | Configuration channel for USB-C orientation and power delivery negotiation |
| B6 | D+ | USB 2.0 differential pair (positive) for data |
| B7 | D- | USB 2.0 differential pair (negative) for data |
| B8 | SBU2 | Sideband use (used in alternate modes, e.g., DisplayPort) |
| B9 | VBUS | Power supply input/output (same as A4) |
| B10 | RX1- | SuperSpeed differential pair (negative) for data reception |
| B11 | RX1+ | SuperSpeed differential pair (positive) for data reception |
| B12 | GND | Ground connection |
The USB-C Breakout can be used to power an Arduino UNO or communicate with it via USB. Below is an example of powering the Arduino UNO:
// Example: Powering Arduino UNO via USB-C Breakout
// Connect the VBUS pin of the USB-C Breakout to the VIN pin of the Arduino UNO.
// Connect the GND pin of the USB-C Breakout to the GND pin of the Arduino UNO.
void setup() {
// No specific setup required for power-only connection.
}
void loop() {
// Your Arduino code goes here.
}
No Power Output on VBUS Pin:
Data Communication Not Working:
Overheating or Damage:
Q: Can I use this breakout board for USB-C Power Delivery (PD)?
A: Yes, the breakout board supports USB-C Power Delivery. However, you will need additional circuitry to negotiate the desired voltage and current levels via the CC pins.
Q: Is the breakout board compatible with alternate modes like DisplayPort?
A: Yes, the SBU1 and SBU2 pins can be used for alternate modes. Ensure proper configuration and additional circuitry as required.
Q: Can I use this breakout board to charge my phone?
A: Yes, you can use the breakout board to charge devices. Ensure the power source provides the correct voltage and current for your phone.
Q: Does the breakout board include ESD protection?
A: No, the breakout board does not include built-in ESD protection. It is recommended to add external ESD protection components for sensitive applications.