1

Similar question to here: Laptop power supplies, does current matter?

According to the answer, using a lower rated power supply/adapter could cause several problem such as melted power supply/cord. But what about using USB ports for portable devices?

AFAIK, My USB port ouput 5V/500mA (it can't even charge an iPad), but the charger that comes with my phone outputs 5V/1200mA, and I have been charging my phone via the USB port without any problem so far, except it takes a little longer to charge the device, but when i try to charge the phone with a portable power block that outputs 5V/800mA, it doesn't charge the device, why is this?

Does using a charger with different power rating can cause the battery to have shorter life?

hndr
  • 155

3 Answers3

1

As long as the charger is built with overheat and overcurrent protection (should be required in most countries): No.

It will take longer to charge, but may cause longer battery live as faster charging is more stressfull for lithium cells (and every other technology I can think of).

1

A significant difference between regular battery chargers and using a USB socket to charge USB devices, is the negotiation of power use thru the two USB data pins. This is called USB Enumeration.

The observations you describe include voltage and amps on the two power pins of the USB, but for USB connections there are also 2 data pins that are used in charging. On a PC, when you plug in a USB device, devices are supposed to use the data pins to negoiate their required power use. Simple USB devices (like USB toys) don't do this, and just attempt to grab as much power as possible from the power pins.

More sophisticated wall chargers with USB connections also implement USB enumeration, allowing them to provide more amps and to also identify the device its connected to.

An interesting example of this is documented on the design of a portable USB charger called the Minty Boost. During its different versioning evolution, it had to support new iDevices with different power requirements. The article gives some insight to how to debug black box USB power negoiations and has revelant links.

jdh
  • 7,140
0

If you want to prolong your battery life, better to charge it with lower amperage. For example, watch with 500mA (from USB port) or even from older USB charger giving 300-350mA. (Instead of using new 2A).

The same with phones, yes, new phones support quick charging etc. (18-25W), but for battery, it's better to charge it slower.

That's how batteries work LiPo, LiIon) (Li-Fe accepts higher amperage, however still better to charge it with lower power)

razor
  • 156