5

Basically I want to add USB-C ports to my projects so I can use them to draw power.

From what I understand I need to put two 5.1 kOhm resistors between CC1/CC2 and ground. Would this allow the consumer device to pull up to 3A from the host, or would be limited?

JYelton
  • 32,302
  • 33
  • 134
  • 249
TnF
  • 141
  • 3
  • 11

1 Answers1

9

If you are making UFP (Upstream Facing Port), which means "consuming device", you need 5.1k pull-downs on both CC wires. The max current to take is determined by provider (host) capability, which is "advertised" by means of PULL-UPs on host/provider side. If the pull-up is 56k, no more than 500/900 mA can be taken by consumer. If PU=22k, then the load can be up to 1.5A. If the PU=10k, the port can source up to 3 A. It is a responsibility of device to measure the voltage on its pull-down resistors, determine the source capability, and restrict its consumption in accord.

Ale..chenski
  • 38,845
  • 3
  • 38
  • 103
  • thanks man, you made it it clear to me. Essentially Rd are always 5.1k resistors and the consuming device needs to comply so that not to draw more that the advertised source capability :) – TnF Jun 06 '19 at 05:49