1

I will give a very specific example: Hardware:

  • Iphone X device with 2716 mAH capacity battery, 3.81V
  • Iphone "dongle" lightning to USB 3.0 port, bus-powered
  • USB hub 3.0, bus-powered, 3V, 200 mA, four-ports
  • USB flash drives 3.0, 900 mA and 5V +- 10% operating voltage bus-powered

Circuit setting and analysis:

  • Connect Iphone to dongle, to USB hub and plug in USB flash drives.For me, the circuit is in series for component 3 (Hub) and components 4 (the drives). The drives are in parallel inside their component.

  • Hence the hub receives 3.81/2 = 1.905 V and the drives 1.905 V. The flash drives receive x/n mA where n is the number of drives plugged in and x the current in amps release by the IPhone battery. Here I have a missing variable: maximum discharge current of the iPhone X battery, which may of may not be limited by software.

  • I have battery capacity at 2716mAH, and current requirements of 4*900mA = 3,600 mA so I can last up to 2716seconds on a full iPhone battery theoretically (if the battery had a 5V voltage).

Questions

  1. Is the above analysis correct?
  2. When an electrical device says 5V operating voltage, 900mA, does it have to be these precise conditions or can power the device with equivalent wattage i.e 1.905V and 2,362 mA?
  3. Assuming maximum discharge current is 3,600 mA, how many USB flash drives as above can I bus power?

Edits

  1. For 1.,it was commented that the circuit is in parallel, the USB hub is not in series.
  2. For 2., a link was provided by brhans Choosing power supply, how to get the voltage and current ratings? to a similar question which advises to keep voltage within recommended tolerance band and current amperage too. Hence, as user towe commented, there will be a problem connecting 5V appliances to 3.8 V battery. Maybe some USB hubs can do this (ex:)
  3. User Chris Patton has mentioned that connecting multiple flash drives to a phone is a bad idea. Why is that?
sovann
  • 35
  • 5
  • 1
    900 mA seems *very* excessive for a simple USB flash drive. Around 0.2 W or 40 mA seem to be more common. – towe Aug 10 '20 at 08:27
  • I have similar 2.0 drives with 200 mA. I just want to get the reasoning right. – sovann Aug 10 '20 at 08:42
  • Since you'll likely be limited by the 3.7V -> 5V internal step up, this might be relevant: https://apple.stackexchange.com/questions/119707/how-much-power-can-be-drawn-from-the-lightning-connector-by-a-external-device The battery itself could probably handle quite a bit more. – towe Aug 10 '20 at 09:39
  • 4
    Nothing is in series. Even though the drives are connected through the hub, the +5V passes through the hub to the drives. Everything gets 5 volts. – DoxyLover Aug 10 '20 at 09:54
  • DoxyLover this is very cool thanks for the advice! – sovann Aug 10 '20 at 10:03
  • towe one way of reasoning could be that charging_amperage = discharging_amperage. For newer iPhones it is 2 Amps, older ones 1 Amps. So battery can give up 3.81*2 = 7.62 W as an upper bound, Enough to power 3 USB drives at 500mA and 5V (without hub). I will look at the program though. – sovann Aug 10 '20 at 10:17
  • 2
    Does this answer your question? [Choosing power supply, how to get the voltage and current ratings?](https://electronics.stackexchange.com/questions/34745/choosing-power-supply-how-to-get-the-voltage-and-current-ratings) – brhans Aug 10 '20 at 13:26
  • This question represent a fairly complete *misunderstanding* of the situation, not just in the interaction of the pieces but in misreading the applicability of their specifications. It's going to be necessary to spend some time studying electrical fundamentals before trying to do any meaningful analysis. Additionally the described setup sounds unwise - phones barely work with flash drives, a large array of them is inadvisable not just for power reasons. – Chris Stratton Aug 10 '20 at 13:59
  • Chris Statton happy to learn! Anything specific you can point me towards. "dditionally the described setup sounds unwise - phones barely work with flash drives, a large array of them is inadvisable not just for power reasons." Could you give me some of the main reasons? – sovann Aug 10 '20 at 14:44
  • You've managed to completely misinterpret the linked canonical question on power supplies, too. Multiple USB drives are likely to cause you all sorts of software, mechanical, reliability, and usability problems. Likely you need to back up and reconsider how to best solve whatever *actual* problem you are trying to solve, as in addition to not yet understanding the electrical fundamentals involved, this is just not the right way to solve any actual problem. – Chris Stratton Aug 10 '20 at 15:06

1 Answers1

1

Apple doesn't say outright how much power you can draw via a lightning to usb host cable or adapter but its about 200 mA before the phone alerts you. So unless you have an externally powered hub this isn't working at all.

The current ratings for your devices should be the maximum they draw. That may be the operating current or spikes. It may also be what they request from the usb host, as the usb drives should be asking for permission to draw a lot. When in sleep mode, like when a flash drive is not being read or written to, the draw will be lower. Reading is also less power hungry than writing. So its hard to say what your power draw is with specifics. If we assume full power, plus conversion from 3.x to 5V of 80% efficiency it would drain the battery quickly at over 1A draw for a single drive.

Since everything is in parallel power wise they all get 5V and share the available current. Since they vastly outpower the available current supply that can lead to over drawing and damaging the source aka the iPhone. Luckily there is power limiting inside. So nothing will work but you may still damage the iPhone without a powered hub.

Finally no you can't just provide the equivalent wattage to a device. They will need 5V 900mA (or so) to work. Giving it 2V 2.3A wouldn't work. Current is drawn not pushed.

Passerby
  • 72,580
  • 7
  • 90
  • 202