
USB-C to HDMI multiport adapter 4K, USB hub, PD pass through
USB-C Multiport adapter | HDMI | 4K | 60W | PD Pass Through | 1x USB-A | 0.15m | Aluminium
Overview
Use the USB-C 3.2 Gen1 to HDMI 4K adapter to connect a HDMI screen or beamer to a notebook. The adapter supports a maximum resolution of 4096 x 2160 (4K) @ 30Hz. The AC7022 has a Power Delivery Pass-Through port (max. 60W) and an additional USB-A port.
- Solid aluminium USB-C 3.2 Gen1 to HDMI video adapter with a max. resolution of 4096 x 2160 (4K) @30Hz
- 60W Power Delivery Pass-Through port for charging your connected device
- USB-A 3.2 Gen1 data port
- Plug and play: a USB-C port with DisplayPort Alternate Mode (DP Alt Mode) is needed
Connect a notebook with USB-C to a monitor or beamer with HDMI
Connect a source device with USB-C to a monitor or beamer with HDMI by using the USB-C 3.2 Gen1 to HDMI adapter. The USB-C port of the source device must support DP Alt Mode. The USB-C to HDMI Adapter supports the maximum resolution of 4096 x 2160 (4K) @ 30Hz. The AC7022 has an additional USB-A data port.
USB-C Power Delivery Pass-Through port 60W
The USB-C Pass-Through port supports power delivery 60W. The notebook is always charged with the right amount of power thanks to the pre-defined Power Delivery profiles. The charger communicates with the notebook to negotiate the most effective charging profile.
Tech specs
Product category | USB-C multiport adapters |
USB Type-C | Yes |
Length cable | 0.12 m |
Shielding type | Aluminum Mylar |
Conductor material | Tinned copper |
Wire gauge | 32 AWG |
Power Delivery ports | 1 |
Max. Power Delivery power | 60 W |
Supported Power Delivery profiles | 12.0V up to 2.58A, 15.0V up to 2.67A, 20.0V up to 2.75A, 9.0V up to 2.44A |
Colour | Grey |
Connections | HDMI, USB |
Connections (computer) | USB C male (x1) |
Connections (display) | HDMI A (full-size) female (x1) |
4K compatible | Yes |
Max. resolution @ 30Hz | 3840 x 2160 |
Max. resolution @ 60Hz | 1920 x 1080 |
Chroma sampling | 4:04:04 |
Video signal | HDMI |
Video specification | HDMI High Speed |
USB version | USB 3.2 Gen 1 - SuperSpeed (USB 3.0) |
System requirements | USB Alternate mode |
Power supply | Bus powered |
Get Inspired

Syntaxx is powered by three Arduino boards, each handling specific functions to create a seamless and dynamic performance:

It can be tough to get started with building an Internet of Things (IoT) project from the ground-up, as getting connected, serving a webpage, and managing other devices can all be a challenge to a beginner. This is why the YouTuber known as “Mario’s Ideas” made an end-to-end tutorial that details everything one might need to build a smart RGB lamp. Because the Arduino UNO R4 WiFi contains an ESP32-S3 chip for its Wi-Fi radio and Renesas RA4M1 microcontroller, it was the perfect candidate. Mario’s sketch begins with a call to initialize the Wi-Fi module before attempting to connect to his local access point. Once finished, it enters a loop that continuously checks if a client has connected to the web server, and if one has, reads the requested path while also seeing if the string contains “/H” to denote an “ON” command to set the LED. Toggling an LED is useful, but Mario wanted to take things a step further by building a tangible — in this case a lamp. His 3D-printed enclosure features a recessed base and translucent cube for diffusing the light emitted by a grid of NeoPixels. Controlling the color was just as easy since any browser could still send a request path containing a color and get back the lamp’s updated status. To see more about this IoT lamp project, you can watch Mario’s video below!