1

The microcontroller in question is a Teensy 3.2. My understanding is that the most current that you can get from a standard computer USB port is ~180mA; how much of that will current devices attached to the Teensy's Vin (+5V in the case of USB power) receive?

try-catch-finally
  • 1,254
  • 3
  • 19
  • 37
evamvid
  • 125
  • 5
  • You must know that there exist different kind of USB ports. Each port with a different maximum Amps. USB 2.0 = 0.5 A , USB 3.0/3.1 = 0.9 A, USB BC1.2 = 1.5A, USB type C = 3A and USB-PD (Power delivery) = 20V 5A+ (!!). – Melroy van den Berg Dec 14 '15 at 09:48

2 Answers2

6

A USB port can supply at least 100 mA without USB enumeration, and 500 mA or more after successful enumeration. Most PCs (and laptops) don't actually restrict the current in either mode, and you can often draw more than 500 mA, but that is not recommended (or guaranteed).

jp314
  • 18,395
  • 17
  • 46
0

Check this post. It seems many computers don't monitor it, and you can draw 500mA without a problem.

Ryan Griggs
  • 2,596
  • 2
  • 30
  • 53