Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 04:14:04 16:14


Login with username, password and session length


Pages: [1]
Print
Author Topic: question about disabling a circuit  (Read 3563 times)
0 Members and 1 Guest are viewing this topic.
jeanninemtv
Senior Member
****
Offline Offline

Posts: 311

Thank You
-Given: 57
-Receive: 25


« on: April 18, 2012, 11:40:35 23:40 »

hello

so i'm again with another question ...

I was trying to choose a QUAD opamp (or more exactly a comparator) with a 'chip enable' option in order to save power in a battery operated mcu system with multiple opamp signal conditioning stages...  but as i found in datasheets most of the comparators sold (microchip mcp series of opamps for example) have just a single opamp model for each family with that option. (and in maxim as i searched is something similar)

How risky could be to use a mosfet switch to open/close the power rail of the quad chip then disabling/enabling it by doing this?   can i use a simple mosfet switch? or is not a good way to do that?

thanks in advance!



Logged
Faros
Senior Member
****
Offline Offline

Posts: 254

Thank You
-Given: 141
-Receive: 178


« Reply #1 on: April 21, 2012, 02:32:21 02:32 »

Yes , Jenny you can use a MOSFET as a switch to Shutdown part of a circuit, provided that you go after the following:

1- Use High Side P-channel MOSFET , the N-channel will not be appropriate since it will create another Ground point higher than the common circuit Ground by Vds.
2- The P-channel should be logic gate voltage level type, the standard MOSFET needs higher voltage and will not be directly driven by your MCU.
3- The P-channel should have an Rsd ON as low as possible to minimize the drop across MOSFET drain-source.
4- Choose the MOSFET  Vgate that match your working voltage (i.e. 3.3V MCU requires lower Vg than those operating at 5V).

The good news is that such MOSFET are now available and doesn’t cost much. For example the ROHM - RTQ025P02TR - MOSFET, P, 20V, 2.5A will switch at Gate threshold voltage = -0.7V and full switching to 1A at Vg = -2V, it just cost £0.073 Qty:1 (Farnell).

Attached is a Proteus circuit example, please check and keep me posted; I am always available for my old friends.

Regards,

Faros.
Logged
jeanninemtv
Senior Member
****
Offline Offline

Posts: 311

Thank You
-Given: 57
-Receive: 25


« Reply #2 on: April 21, 2012, 08:16:04 08:16 »

Smiley  ok then my supposition was not wrong ...  but i didn't knew about the benefit of using the P instead of the n one. (And the low Vsd of your simulation is nice ^^ ) Smiley

just three offline questions:
1:  is marked 'low voltage drive 2.5V'  in the datasheet, so, it means its suitable to work with the 5V Vdd and logic levels from the mcu.
2:  in the case of not using the mcu, can i bypass the 100K resistor if i use a dipswitch?  or i can just put the smd dipswith tied to Vdd to select manually the disabling of the circuit (i'm affraid about the max current of the typical dipsw , and as i understand i must not tie it to Vdd  to switch a load that use > 200mA?
3:  i suppose you tested the pmosfet solution on real application.  how problematic is  the startup current peak on switching?


BTw!  thanks a lot for the explanations! 
Logged
zab
Active Member
***
Offline Offline

Posts: 137

Thank You
-Given: 25
-Receive: 58


« Reply #3 on: April 21, 2012, 10:37:53 10:37 »

Hi,
There should be a resistor across drain and gate to keep it off in no connection mode. just disconnect the control point, the 100k resistor will switch it on. I suppose this resistor should be at gate drain pins.
N type Mosfet are used for switching power lines as well but these require special switching arrangements like mosfet drivers. These are mainly used for high power.
Logged
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« Reply #4 on: April 21, 2012, 06:21:26 18:21 »

300nA....http://www.linear.com/products/micropower_comparators

No switch needed
Logged
SteveyG
Newbie
*
Offline Offline

Posts: 23

Thank You
-Given: 4
-Receive: 9


« Reply #5 on: April 21, 2012, 11:24:02 23:24 »

Yes , Jenny you can use a MOSFET as a switch to Shutdown part of a circuit, provided that you go after the following:

1- Use High Side P-channel MOSFET , the N-channel will not be appropriate since it will create another Ground point higher than the common circuit Ground by Vds.

Could you elaborate slightly on this point? I'm not sure I fully understand the point you're making. Thanks Smiley
Logged
Faros
Senior Member
****
Offline Offline

Posts: 254

Thank You
-Given: 141
-Receive: 178


« Reply #6 on: April 22, 2012, 01:02:49 01:02 »

1:  is marked 'low voltage drive 2.5V'  in the datasheet, so, it means its suitable to work with the 5V Vdd and logic levels from the mcu.
Yes; the logic level MOSFET’s are designed to use the logic level to completely set the N-Channel ON or the P-Channel OFF (note that they are reversed). If your P-channel MOSFET has 2.5 V switch, it means that it will completely change status to OFF when the gate is driven by 2.5 V; suitable for the 3.3V or even the 2.7V MCU operation.

2:  in the case of not using the mcu, can i bypass the 100K resistor if i use a dipswitch?  or i can just put the smd dipswith tied to Vdd to select manually the disabling of the circuit (i'm affraid about the max current of the typical dipsw , and as i understand i must not tie it to Vdd  to switch a load that use > 200mA?
Unlike the bipolar transistor (current driven device) the MOSFET’s are voltage driven; accordingly if you provide the necessary voltage then the MOSFET will switch regardless of the current,  you can directly drive the gate with DIP switch and the current will be in the Micro-Amps range.

3:  i suppose you tested the pmosfet solution on real application.  how problematic is  the startup current peak on switching?
The inrush or peak current depends on the nature of load you are driving (inductive/capacitive); both ways; MOSFET’s as a rule has peak current values several times its continues rated current (refer to the datasheet of the selected transistor for this particular value).

I usually use the MOSFET to switch a complete section of the circuit to reduce its power consumption; not only a comparator chip, for example I can switch OFF  a set of  comparator;  Vref,  Voltage dividers, comparator pull up resistor and finally the load connected to it.  Linear Technology is great but their chips are overpriced,  the suggested 300 nA is priced 60 times the cost of low power version of common quad comparator.

Could you elaborate slightly on this point? I'm not sure I fully understand the point you're making. Thanks Smiley
If you checked the attached circuit; you will find that the comparator GND is equal to Vds (typical Open Drain); Voltage references will not be correct in this case and the troubleshooting will be a living hell for unaware technician to figure it out.  

Logged
hate
Hero Member
*****
 Warned
Offline Offline

Posts: 555

Thank You
-Given: 156
-Receive: 355


« Reply #7 on: April 22, 2012, 05:58:04 17:58 »

How risky could be to use a mosfet switch to open/close the power rail of the quad chip then disabling/enabling it by doing this?   can i use a simple mosfet switch? or is not a good way to do that?

I don't think that's a good idea. There will be lots of other things that you'll have to take care of unless you are using the opamps for some very basic operations (very low frequency 1s). I second Solutions here to use a low current consumption opamp instead of trying to add a MOSFET switch.

Regards...
Logged

Regards...
jeanninemtv
Senior Member
****
Offline Offline

Posts: 311

Thank You
-Given: 57
-Receive: 25


« Reply #8 on: April 23, 2012, 12:35:51 00:35 »

For example i want to enable/ disable from startup a  specific anaog circuit because i'm making a general purpose acq board for funny experiments Smiley wirh some onboard circuitry that i want to enable disable by a sipsw o  r with the mcu . That's why i'm talking about switch on or off the corresponding rails Smiley

 Best regards
Logged
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« Reply #9 on: April 23, 2012, 04:33:32 04:33 »

Use jumpers if it's not a dynamic thing, if you must. 

You need to be really careful with some of the schemes suggested here...while they may work a few times for the hobbyist, some supply disconnects while powering inputs can latch the chip up, possibly burning it up.

For what you are doing you'll have more than several comparators worth of slop in the power dissipation of your microcontroller...just leave them on, enjoy the SNR, rail to rail, and PSRR you'll get by NOT switching them in and out actively and just select their outputs as you change modes.
Logged
blauwhaar
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 11
-Receive: 3


« Reply #10 on: April 30, 2012, 06:45:18 18:45 »

Possible solution, use for every circuit an separate regulator with ENable input.

http://www.ti.com/product/tps76933#feature

http://www.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=slvs203e&fileType=pdf

May be this is what you can use to disable some current consuming circuits.

Best regards.

Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC