

The USB C MALE ADAFRUIT 5 PIN (Manufacturer Part ID: UCMA5P) is a USB Type-C male connector featuring 5 pins. It is designed for modern electronic devices requiring data transfer and power delivery. This component is compact, reliable, and compatible with a wide range of USB-C ports, making it ideal for prototyping and custom hardware designs.








The following table outlines the key technical details of the USB C MALE ADAFRUIT 5 PIN connector:
| Parameter | Specification |
|---|---|
| Manufacturer | Adafruit |
| Part ID | UCMA5P |
| Connector Type | USB Type-C Male |
| Number of Pins | 5 |
| Voltage Rating | Up to 20V |
| Current Rating | Up to 3A |
| Data Transfer Speed | Supports USB 2.0 (480 Mbps) |
| Operating Temperature | -40°C to +85°C |
| Mounting Style | Solderable |
| Dimensions | 8.4mm x 2.4mm x 6.5mm (approximate) |
The USB C MALE ADAFRUIT 5 PIN connector has the following pinout:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | VBUS | Power supply input (up to 20V, 3A) |
| 2 | D- | USB 2.0 differential data line (negative) |
| 3 | D+ | USB 2.0 differential data line (positive) |
| 4 | CC | Configuration channel for USB-C communication |
| 5 | GND | Ground connection |
Soldering the Connector:
Connecting Power and Data Lines:
Testing the Connection:
Although the Arduino UNO does not natively support USB-C, you can use this connector to power the board or interface with USB peripherals. Below is an example of powering an Arduino UNO using the USB C MALE ADAFRUIT 5 PIN connector:
// Example: Powering Arduino UNO via USB-C
// Ensure the VBUS pin is connected to the Arduino's VIN pin
// and the GND pin is connected to the Arduino's GND pin.
// No additional code is required for basic power delivery.
// Ensure the input voltage on VBUS is between 7V and 12V
// for proper operation of the Arduino UNO's voltage regulator.
No Power Delivery:
Data Transfer Not Working:
Overheating During Soldering:
USB-C Orientation Issues:
By following these guidelines, you can effectively integrate the USB C MALE ADAFRUIT 5 PIN connector into your projects.