Search found 1 match

by mannberg
Mon Dec 11, 2023 11:48 pm
Forum: General Discussion
Topic: Detect usb-c connection
Replies: 1
Views: 28006

Detect usb-c connection

On a custom pcb for a esp32 c6 I got something like this for my usb-c connection: VBUS -> 5V D- -> esp32 pin 17 D+ -> esp32 pin18 SBUS1 -> NC SBUS2 -> NC CC1 -> R 5.1k -> GND CC2 -> R 5.1k -> GND GND -> GND Can I use the CC1/CC2 pins on the usb-c connector to detect when a usb-c cable is connected? ...