Author Topic: USB 3.0 charging circuit  (Read 6274 times)

0 Members and 1 Guest are viewing this topic.

Offline aftafoyaTopic starter

  • Newbie
  • Posts: 5
USB 3.0 charging circuit
« on: February 18, 2012, 12:13:06 am »
I am attempting to build a charger for one of my projects that can charge a Li-ion Blatter and provide power to the device. I found a few nice ic's from maxim but I also want to use usb charging. I plan on powering the device through either a 1 amp usb dcp, or a 3.0 port. I cant figure out how to signal a 3.0 port to give me the power necedad though. My device will not be using a microprocesador so I need to find another way to do it. I've tras through some of the usb specs but they are a bit hard to follow. Any advice or a point in the right direction would be greatly appreciated.

Thanks.
 

Offline electronwaster

  • Regular Contributor
  • *
  • Posts: 60
  • Country: au
Re: USB 3.0 charging circuit
« Reply #1 on: February 18, 2012, 12:39:19 am »
Hi aftafoya,

I just looked up the wikipedia page (http://en.wikipedia.org/wiki/Universal_Serial_Bus#USB_3.0), and it shows that the USB 3.0 power is set up similarly to USB 2.0, but with increased current limits. I believe USB 2.0 specifies at least 100mA without negotiation and up to 500mA with negotiation on the data pins (though lots of phones and iPads etc. break this rule, and don't follow the standards for power negotiation). It looks like USB 3.0 will allow 1.5A and up to 5A with negotiation (a lot for those small wires?).

LadyAda has a blog with some interesting and well tested USB 2.0 charging gear (http://www.ladyada.net/make/mintyboost/) - a lot of that info is more to do with voltage boosting from 2 AA batteries, but if you are interested, it gives lots of details to do with the d+/- pins, for allowing apple devices to work. Of course you may not care about that, but the page is interesting if you are interested in USB charging circuitry (I am - I want to make a 10 outlet 5V 5A+ switch-mode charger for the car, but that is a later project!)

Cheers,
electronwaster
 

Offline aftafoyaTopic starter

  • Newbie
  • Posts: 5
Re: USB 3.0 charging circuit
« Reply #2 on: February 18, 2012, 06:20:20 am »
Thanks electron waster. I Actually had that page in my bookmarks but had yet to tras it in detail. Although it was good reading, it only provided data on a usb host device. I am building this circuit for a portable device to be connected to a host. Also, I think I can pull 1 amp from any dcp that's designed to source that much, but I need help figuring out how to ask a 3.0 host port for that much power. If the port I am attempting to draw power from follow the usb specs to the t, then it won't source any power at all if I don't provide data line communication. Minty boost does touch on this but from a host point of view. They could get the pd to charge bc it want more power and correct data line communication. This is the problem that I am facing, however from a pd point of view. I want my batteries to last, so i would need at least 1 amp of power. If the port is only capable of sourcing 100 mA then I don't want the charger to work. Basically, I need a tutorial on signaling usb from a pd perspective.
 

Offline amyk

  • Super Contributor
  • ***
  • Posts: 8269
Re: USB 3.0 charging circuit
« Reply #3 on: February 18, 2012, 10:41:38 am »
There's a good reason why most designs ignore that part of the spec and just assume the maximum current limit can be drawn, and with USB 3.0 it gets even more obvious - you basically need to implement all of the USB protocol layers, except for actually doing data transfers.

This includes the physical layer (symbol encoder/scrambler, link initialization, clock jitter recovery, etc.), link layer with all its packet rx/tx logic and associated error recovery, and then the protocol layer with its logic (USB 2.0 and 1.x did not have much more than the protocol layer, and the physical layer was much simpler.)

With USB 1.x it wasn't too bad, you could bit-bang the interface with a fast MCU.

To say it simply, the actual power capabilities are stored in the device configuration descriptor's bMaxPower member (see page 378 of the current 3.0 standard). Doing the handshake to establish the link and then giving that information to the host is where all the complexity is.
 

Offline metalphreak

  • Frequent Contributor
  • **
  • Posts: 815
  • Country: au
  • http://d.av.id.au
    • D.av.id.AU
Re: USB 3.0 charging circuit
« Reply #4 on: February 18, 2012, 02:51:29 pm »
Most modern motherboards don't actually limit the current anyway. In many cases the USB port is connected directly to the computer power supply's 5V rail (many stories of people shorting out the USB port and blowing out the traces on the motherboard). Pretty much every PC i've looked at in the last few years has one of those small surface mount PTC reset-able fuses.

The whole reporting of current is more of a management thing. Device A might start up in 100mA mode, communicate with the PC and request 500mA operation, but then the PC denies it because another device is already utilizing the port's current capacity.

Offline ElectroElvis

  • Regular Contributor
  • *
  • Posts: 61
  • Country: at
  • http://electroelvis.com/
    • ElectroElvisBlog
Re: USB 3.0 charging circuit
« Reply #5 on: February 18, 2012, 06:57:58 pm »
Well i can confirm thaz "feature" of 5A from USB port. I just for fun one day directly conected High brightness LED to it and little sucer melter in a second:D Then i was amazed "< dumb" and hooked it up to 10A port on multimeter and gave me 5.01A output.


Offline aftafoyaTopic starter

  • Newbie
  • Posts: 5
Re: USB 3.0 charging circuit
« Reply #6 on: February 18, 2012, 09:11:10 pm »
Alright, so my project involves placing a li-ion battery and charger into a wireless game controller for my computer. I will likely be able to ignore the standards here, but I also wanted to do the same with my modded wiimote. Does anyone know if the wii console follow the standards in it's usb ports. If not, will it source 1.25 A without bring asked?
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf