Olimex LPC-P2148 Question
2006-01-06 by deliconn
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2006-01-06 by deliconn
I was wondering, on the Olimex LPC2148 demo board, if it could be powered from a wall wart and have the USB connected. I see a diode there in the 5V line from the USB, is that enough to make it safe? Thanks, Vern
2006-01-06 by Sean
Are you referring to D1, at the top from the +5V_USB to the regulator? The purpose of that is to prevent the wall port from giving power to the USB line. What do you mean "enough to make it safe?" At 07:51 PM 1/5/2006, you wrote:
>I was wondering, on the Olimex LPC2148 demo board, if it could be >powered from a wall wart and have the USB connected. I see a diode >there in the 5V line from the USB, is that enough to make it safe? > >Thanks, > >Vern
2006-01-06 by Sean
It's been 3 months and there still hasn't been an updated datasheet, and a lot of the current values in the static characteristics section are <tbd>. Has there been any progress on updating these? Would anyone happen to know the I(BAT) and I(DD) values? Thanks -- Sean
2006-01-06 by Mauricio Scaff
Well. Ibat I found to be the same as the lpc2138 Idd is about the same, but i can't be so sure because my application is running @ 12Mhz But I'm not sure if i'm doing something wrong because my Ipd (powerdown) is about 1000uA, and falls to about 400uA if I put 2 470K pulldowns in D- and D+. I really hope i'm doing something wrong, bacause with this powerdoen current I can run an MSP430 @ 8Mhz.... Sean wrote: > It's been 3 months and there still hasn't been an updated datasheet, > and a > lot of the current values in the static characteristics section are > <tbd>. Has there been any progress on updating these? Would anyone > happen > to know the I(BAT) and I(DD) values? > > Thanks > > -- Sean > > > > SPONSORED LINKS > Microprocessor > <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=tsVC-J9hJ5qyXg0WPR0l6g> > Microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=DvJVNqC_pqRTm8Xq01nxwg> > Pic microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> > > 8051 microprocessor > <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> > > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000>" on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > [Non-text portions of this message have been removed]
2006-01-06 by Rob Jansen
Vern, to add to Sean's comment: No, to make it safe you will need some basic understanding of hardware :o) D1 is just preventing that you put power on your USB line, to be sure you are not trying to feed power into your power adapter in the case that you only apply USB power (believe me, this will not result in a 110/230 V output ...) you need to make sure that is also not possible. Maybe an extra diode will do, maybe there is already a diode there. Just check the schematics. Rob
> Are you referring to D1, at the top from the +5V_USB to the regulator? > The > purpose of that is to prevent the wall port from giving power to the USB > line. What do you mean "enough to make it safe?" > > At 07:51 PM 1/5/2006, you wrote: >>I was wondering, on the Olimex LPC2148 demo board, if it could be >>powered from a wall wart and have the USB connected. I see a diode >>there in the 5V line from the USB, is that enough to make it safe? >> >>Thanks, >> >>Vern
2006-01-06 by Uwe Arends
Vern, >I was wondering, on the Olimex LPC2148 demo board, if it could be > powered from a wall wart and have the USB connected. I see a diode > there in the 5V line from the USB, is that enough to make it safe? I'd say so, as long as your wall wart supplies voltage as spec'ed. * 6VAC, giving you about 7.8V DC at Vin * 9VDC, giving you about 8.3V DC at Vin For both variants, the "+5V_USB-diode" would not be conducting due to the cathode, that is being connected to Vin, is at a higher potential then the anode, connected to 5V from USB and the board would be powered from the wall wart solely. Even if your wall warts outputs leads to Vin less then that, it still would be safe. There would be a small range of output voltage from your wall wart (about 4.7V-5.7V DC), where both would be contributing to the supply of the board. Below that range the board would be supplied by USB solely, due to the rectifier bridge G1, but at no time there would be flowing any current from one supply into the other. So, from my understanding of electronics, it should be safe to connect a wall wart and USB simultaneously. -uwe