Saturday 19 December 2015

Splice high current charge source into USB cable?


Normal computer USB max current is much lower than needs of modern smartphone to charge while running, commonly needing ~2 amp chargers.


I want to be able to have my phone connected to my computer via usb for data purposes, but it maintain it charge.


Is it possible to do something like this to a usb cable, so instead of the 5v coming from computer, it comes from phone charger instead ?


schematic


simulate this circuit – Schematic created using CircuitLab




Answer



While it is possible to do something like this, there are 2 immediate problems I see:


1) Your device no longer has a common ground with the computer. This will likely result in your computer not 'seeing' the device, or complaining that it cannot communicate with the device.


2) Assuming the above was not an issue, certain phones (Apple products for sure), have a unique method to detect if the charger they are plugged into supports high(er) current charging. As you mentioned, the USB standard officially supports up to 500mA charging. The way Apple handles this is by adding a resistor divider on the D+ and D- lines (in their charger accessories) to bias the DC voltages to different values. The phone is able to detect the voltage ratios and then determine the type of charger it is plugged into, activating the supported charging mode.


Here is an image of the resistor divider that was used in a nifty product:


https://learn.adafruit.com/system/assets/assets/000/005/971/thumb160/adafruit_products_usb4res.png?1396830863


To find out more about, check out the project on ADAFruit: https://learn.adafruit.com/minty-boost


So in summary, it's not as simple as your schematic. As others have suggested, your best bet would be to look into USB hubs that support high-current charging.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...