This makes sence! have you (or anyone) tried this allready?mahjongg wrote:The best solution would be to bypass the USB polyfuses with two 1 ohm resistors, low enough for a minimal voltage drop, but high enough to limit inrush current to something the 47uF cap can deliver, if that doesn't work mount a new 220uF (microfarad, not picofarad) capacitor near (but not behind) the polyfuses.
Sorted http://picasaweb.google.com/selsinork/R ... 0457917346mahjongg wrote:The best solution would be to bypass the USB polyfuses with two 1 ohm resistors, low enough for a minimal voltage drop, but high enough to limit inrush current to something the 47uF cap can deliver, if that doesn't work mount a new 220uF (microfarad, not picofarad) capacitor near (but not behind) the polyfuses.
Is that a USB frying device i see before me?selsinork wrote:Sorted http://picasaweb.google.com/selsinork/R ... 0457917346mahjongg wrote:The best solution would be to bypass the USB polyfuses with two 1 ohm resistors, low enough for a minimal voltage drop, but high enough to limit inrush current to something the 47uF cap can deliver, if that doesn't work mount a new 220uF (microfarad, not picofarad) capacitor near (but not behind) the polyfuses.
LOL, that cap could probably run the Pi itself for a fair time when fully charged.Ed Raket wrote:Is that a USB frying device i see before me?selsinork wrote:Sorted http://picasaweb.google.com/selsinork/R ... 0457917346mahjongg wrote:The best solution would be to bypass the USB polyfuses with two 1 ohm resistors, low enough for a minimal voltage drop, but high enough to limit inrush current to something the 47uF cap can deliver, if that doesn't work mount a new 220uF (microfarad, not picofarad) capacitor near (but not behind) the polyfuses.
Maybe it has something to do with the PRTCTRL lines and the diodes, but I don't know what. Possibly the voltage on the lower port line is such that it thinks there is no device plugged in. Given that only one of the ports is affected and others, like myself, don't have the problem, maybe there's a defective component on your board.Burngate wrote:Looking at Raspberry-Pi-Schematics-R1.0.pdf sheet 3, LAN9512 pins 14 (PRTCTRL2) ana 16 (PRTCTRL3) are attached to the anodes of D11 and D10 respectively. and are sensing the state of the power pins on the ports. They are NOT supplies to the 9512. On a different circuit they can be used to control a switch for the port power, but that isn't how they're used here.
If for some reason the voltage on the positive power pin of the port drops low enough, a zero is detected on the appropriate PRTCTRL, and the system can respond accordingly. See LAN9512/LAN9512i - USB 2.0 Hub and 10/100 Ethernet Controller Datasheet - SMSC
That's certainly an interesting way to connect the capacitor..lrvick wrote: For reference here is a picture of the current attempt:
Especially as the black stripe on an electrolytic cap is the negative, which seems to go to the +5V USB. Perhaps I've missed something in the thread but it doesn't look right for what I thought the cap was meant to be doing.selsinork wrote:That's certainly an interesting way to connect the capacitor..lrvick wrote: For reference here is a picture of the current attempt:
Actually, it's the correct way round for what he's doing. + end to power in, - end to after the fuses.hippy wrote:Especially as the black stripe on an electrolytic cap is the negative, which seems to go to the +5V USB. Perhaps I've missed something in the thread but it doesn't look right for what I thought the cap was meant to be doing.selsinork wrote:That's certainly an interesting way to connect the capacitor..lrvick wrote: For reference here is a picture of the current attempt:
Not quite that ...Ed Raket wrote:Has anyone bridged F1 & F2 and replaced the standard 47 microFarat for a 220 microFarat yet?
This way both USB ports may stay oparational...
Okay; though I'm not entirely convinced ! I thought it would be being used as a reservoir cap between +Vusb/0V. I guess I'll have to study the circuit and re-read the thread.Burngate wrote:Actually, it's the correct way round for what he's doing. + end to power in, - end to after the fuses.hippy wrote:Especially as the black stripe on an electrolytic cap is the negative, which seems to go to the +5V USB. Perhaps I've missed something in the thread but it doesn't look right for what I thought the cap was meant to be doing.selsinork wrote:That's certainly an interesting way to connect the capacitor..
So the USB gets power through the fuses as normal. If it tries to take extra current for a short while, the cap provides that direct from the power-in.
I just tried this exactly.Ed Raket wrote:Has anyone bridged F1 & F2 and replaced the standard 47 microFarat for a 220 microFarat yet?
This way both USB ports may stay oparational...
That will work. What we are trying to do here is make modifications to the board that will allow plug and play use, without the built in limitations on the Rapi board. I have used your method to power a USB HDD as a internal drIve in a PC. You could split off a two pin connector from your USB cable and plug it into an extension fron your RasPi PSU. You will have hot swap issues though. That is one of the things we are trying to fix with high draw devices.HenryG wrote:What about feeding the USB device directly from the charger but isolating its power pins from the PI ones? I mean, using a modded cable in order to feed the USB device.