Sci.Electronics.Basics

on Electronics-Related.com

  Home  |  Books  |  Sci.Electronics.Design  |  Sci.Electronics.Basics  |  Resources  |  Contact  | 
Sign in
username:

password:

Remember Me

Not a member?
Search Sci.Electronics.Basics

Search Tips

Sci.Electronics.Basics -> Switch on power without 0.62V drop?

There are 9 messages in this thread.
You are currently looking at messages 1 to 9.






Author: ted
Date: 17:39 05-06-08


I have a microcontroller and some other devices on a circuit powered
by a 5V power supply. The "other devices" consume a lot of current so
I'd like the microcontroller to turn them on only when they're
needed. I know how to do that with a transistor with its base
connected to the microcontroller. The trouble is that this would
supply the other devices with about 4.38V at most, and they really
need 5V (or very close to it). Is there any way to switch on the full
5V to those other devices on my circuit?

Author: John Fields
Date: 18:00 05-06-08

On Thu, 5 Jun 2008 14:39:40 -0700 (PDT), ted <strnbrg59@gmail.com>
wrote:

>I have a microcontroller and some other devices on a circuit powered
>by a 5V power supply. The "other devices" consume a lot of current so
>I'd like the microcontroller to turn them on only when they're
>needed. I know how to do that with a transistor with its base
>connected to the microcontroller. The trouble is that this would
>supply the other devices with about 4.38V at most, and they really
>need 5V (or very close to it). Is there any way to switch on the full
>5V to those other devices on my circuit?

---
View in Courier:

Use a logic-level P-Channel MOSFET with as low an Rds as you can
afford and turn it on with a logic low.

+5V>--------+
|
____ S
µCIO>-----G PCH
D
|
[LOAD]
|
GND>--------+

or a relay:


+5V>--------+--------+--------+
| | |
|K | OC
[DIODE] [COIL]- - -|
| | NO O-> |
+--------+ |
| |
C |
µCIO>-----B NPN [LOAD]
E |
| |
GND>--------+-------------+

JF

Author: David L. Jones
Date: 18:52 05-06-08


"ted" <strnbrg59@gmail.com> wrote in message
news:2e36ce49-023b-40e8-ab2d-87867024c4c6@q24g2000prf.googlegroups.com...
>I have a microcontroller and some other devices on a circuit powered
> by a 5V power supply. The "other devices" consume a lot of current so
> I'd like the microcontroller to turn them on only when they're
> needed. I know how to do that with a transistor with its base
> connected to the microcontroller. The trouble is that this would
> supply the other devices with about 4.38V at most, and they really
> need 5V (or very close to it). Is there any way to switch on the full
> 5V to those other devices on my circuit?

You don't say what current you need.
Here is one device that will do that if 140mohms doesn't give you too much
drop:
http://www.linear.com/pc/productDetail.jsp?navId=LTC4411
They can be parralled if needed, but in that case you are probably better
off finding a higher current device.

Dave.



Author: Paul Carpenter
Date: 20:39 05-06-08

In article <2e36ce49-023b-40e8-ab2d-
87867024c4c6@q24g2000prf.googlegroups.com>, strnbrg59@gmail.com says...
> I have a microcontroller and some other devices on a circuit powered
> by a 5V power supply. The "other devices" consume a lot of current so
> I'd like the microcontroller to turn them on only when they're
> needed. I know how to do that with a transistor with its base
> connected to the microcontroller. The trouble is that this would
> supply the other devices with about 4.38V at most, and they really
> need 5V (or very close to it). Is there any way to switch on the full
> 5V to those other devices on my circuit?

Alternatively, put an extra regulator in with ENABLE pin, or similar for
the heavier current supply.

Word of caution watch what happens when the 'other devices' are off and
the micro is ON, as to what power up paths and potential latch ups
you have.


--
Paul Carpenter | paul@pcserviceselectronics.co.uk
<http://www.pcserviceselectronics.co.uk/>; PC Services
<http://www.pcserviceselectronics.co.uk/fonts/>; Timing Diagram Font
<http://www.gnuh8.org.uk/>; GNU H8 - compiler & Renesas H8/H8S/H8 Tiny
<http://www.badweb.org.uk/>; For those web sites you hate

Author: Jamie
Date: 21:20 05-06-08

Paul Carpenter wrote:

> In article <2e36ce49-023b-40e8-ab2d-
> 87867024c4c6@q24g2000prf.googlegroups.com>, strnbrg59@gmail.com says...
>
>>I have a microcontroller and some other devices on a circuit powered
>>by a 5V power supply. The "other devices" consume a lot of current so
>>I'd like the microcontroller to turn them on only when they're
>>needed. I know how to do that with a transistor with its base
>>connected to the microcontroller. The trouble is that this would
>>supply the other devices with about 4.38V at most, and they really
>>need 5V (or very close to it). Is there any way to switch on the full
>>5V to those other devices on my circuit?
>
>
> Alternatively, put an extra regulator in with ENABLE pin, or similar for
> the heavier current supply.
>
> Word of caution watch what happens when the 'other devices' are off and
> the micro is ON, as to what power up paths and potential latch ups
> you have.
>
A Logic Level power N/PMOS would take care of that.

The low voltage Vgs types, generally offer very good Ron specs so
very little loss will be noticed in the low scale voltage applications.




http://webpages.charter.net/jamie_5";


Author: Chris
Date: 21:44 05-06-08

On Jun 5, 4:39=A0pm, ted <strnbr...@gmail.com> wrote:
> I have a microcontroller and some other devices on a circuit powered
> by a 5V power supply. =A0The "other devices" consume a lot of current so
> I'd like the microcontroller to turn them on only when they're
> needed. =A0I know how to do that with a transistor with its base
> connected to the microcontroller. =A0The trouble is that this would
> supply the other devices with about 4.38V at most, and they really
> need 5V (or very close to it). =A0Is there any way to switch on the full
> 5V to those other devices on my circuit?

Hi, Ted. You've already got a driver transistor -- just add a relay,
and you're done. The relay contacts can switch the load, and are only
a few milliohms.

Cheers
Chris

Author: Bob Eld
Date: 11:17 06-06-08


"ted" <strnbrg59@gmail.com> wrote in message
news:2e36ce49-023b-40e8-ab2d-87867024c4c6@q24g2000prf.googlegroups.com...
> I have a microcontroller and some other devices on a circuit powered
> by a 5V power supply. The "other devices" consume a lot of current so
> I'd like the microcontroller to turn them on only when they're
> needed. I know how to do that with a transistor with its base
> connected to the microcontroller. The trouble is that this would
> supply the other devices with about 4.38V at most, and they really
> need 5V (or very close to it). Is there any way to switch on the full
> 5V to those other devices on my circuit?

Using a FET or a relay has already been mentioned. However, a saturated
transistor will have an on voltage, collector to emitter, far lower than
0.62 Volts. In most transistors it will be around 0.2 to 0.3 Volts.

One of the definitions of saturation is where the collector voltage falls
below the base voltage.

If it is really critical, you need to boost the regulator output a
corresponding amount to insure an exact voltage on the devices or locally
regulate it from a higher voltage. Unless this voltage is a DAC/ADC
reference or some such thing why is to so critical?





Author: John Fields
Date: 15:44 06-06-08

On Fri, 6 Jun 2008 08:17:42 -0700, "Bob Eld" <nsmontassoc@yahoo.com>
wrote:

>
>"ted" <strnbrg59@gmail.com> wrote in message
>news:2e36ce49-023b-40e8-ab2d-87867024c4c6@q24g2000prf.googlegroups.com...
>> I have a microcontroller and some other devices on a circuit powered
>> by a 5V power supply. The "other devices" consume a lot of current
so
>> I'd like the microcontroller to turn them on only when they're
>> needed. I know how to do that with a transistor with its base
>> connected to the microcontroller. The trouble is that this would
>> supply the other devices with about 4.38V at most, and they really
>> need 5V (or very close to it). Is there any way to switch on the full
>> 5V to those other devices on my circuit?
>
>Using a FET or a relay has already been mentioned. However, a saturated
>transistor will have an on voltage, collector to emitter, far lower than
>0.62 Volts. In most transistors it will be around 0.2 to 0.3 Volts.

---
That's if it's an NPN and he's using it as a low side driver or if
it's a PNP and he's using it as a high side driver.

From his description I'd guess that he's using an NPN as an emitter
follower and it'll _never_ go into saturation.

JF

Author: Bob Eld
Date: 16:36 06-06-08


"John Fields" <jfields@austininstruments.com> wrote in message
news:d43j441p3utgmsdt1qbbjmeh9u3fe6n5is@4ax.com...
> On Fri, 6 Jun 2008 08:17:42 -0700, "Bob Eld"
<nsmontassoc@yahoo.com>
> wrote:
>
> >
> >"ted" <strnbrg59@gmail.com> wrote in message
> >news:2e36ce49-023b-40e8-ab2d-87867024c4c6@q24g2000prf.googlegroups.com...
> >> I have a microcontroller and some other devices on a circuit powered
> >> by a 5V power supply. The "other devices" consume a lot of
current so
> >> I'd like the microcontroller to turn them on only when they're
> >> needed. I know how to do that with a transistor with its base
> >> connected to the microcontroller. The trouble is that this would
> >> supply the other devices with about 4.38V at most, and they really
> >> need 5V (or very close to it). Is there any way to switch on the full
> >> 5V to those other devices on my circuit?
> >
> >Using a FET or a relay has already been mentioned. However, a saturated
> >transistor will have an on voltage, collector to emitter, far lower than
> >0.62 Volts. In most transistors it will be around 0.2 to 0.3 Volts.
>
> ---
> That's if it's an NPN and he's using it as a low side driver or if
> it's a PNP and he's using it as a high side driver.
>
> From his description I'd guess that he's using an NPN as an emitter
> follower and it'll _never_ go into saturation.
>
> JF

Yeah, clearly an emitter follower would not be applicable. I didn't even
consider that the OP would try to go down that road.



1


      Contact  |  Electronic Portal


Sci.Electronics.Basics by Keywords
ADC
Antenna
CAD
Coil
Generator
IDE
LCD
Modulator
MOSFET
NiMH
Opamp
Oscilloscope
PID
RS232
Telephone
Transformers
TTL
USB

Sci.Electronics.Basics By Author