Author Topic: what is the purpose of the circuit  (Read 4443 times)

0 Members and 1 Guest are viewing this topic.

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
what is the purpose of the circuit
« on: June 05, 2017, 02:20:35 am »
probably, very simple question for someone that has even basic knowledge of electronics (contrary to me)...

so, if we have circuit as on the attached picture, what is supposed to be the voltage on the point marked with "? ? ?". of course under the assumption that the 2 resistors and the 2 n-channel mosfet transistors are working properly.

it would good if the answer contains how the calculations to obtain the value are done and help me learn something new. however to understand if that's the point of failure the voltage value is enough. thanks!
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #1 on: June 05, 2017, 02:29:01 am »
A poorly implemented level translator.

would you care to elaborate a little, bare in mind i have no idea of electronics, i am just trying to pin point what potentially is the fault using digital multi-meter. so, considering +3.3 and 5V comes directly from the power supply what voltage is supposed to be on point "? ? ?"
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #2 on: June 05, 2017, 02:32:57 am »
And just in case, here is a good version:
Alex
 
The following users thanked this post: tooki

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #3 on: June 05, 2017, 02:43:53 am »
It is not a switch, it does not switch anything, you can't draw any power from the output. It is a level shiftier, noting more.

EDIT: This was in response to coromonadalix, but the comment got removed while I was typing.
Alex
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #4 on: June 05, 2017, 02:45:34 am »
Guys, you're the expect, but let me tell you what confuses me - that MOSFET on the left, it's 3 pins are all connected to fixed volatges, as i marked on the schematic respectively +3.3V, +5V and GND directly from the power supply. So, that means nothing is really switched, if the input doesn't change, right? maybe it's done like that in case +3.3V or +5V rail disappeared, i.e. in case of fault in the power supply?

in any case I still cannot understand from your replies assuming by "output" you mean point "? ? ?" on the schematic what voltage should be there?
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #5 on: June 05, 2017, 02:46:54 am »
They are not fixed voltages. +3.3V indicates a side with low voltage levels (0 or 3.3V). 5 V indicated high voltage level (0 or 5 V).

The circuit translates 0 on one side to 0 on the other, and 3.3V on one side to 5 V on the other.
Alex
 

Offline coromonadalix

  • Super Contributor
  • ***
  • Posts: 5906
  • Country: ca
Re: what is the purpose of the circuit
« Reply #6 on: June 05, 2017, 02:48:57 am »
if the 3.3 volt is not there as a command,  you will have 5 volts after the 1 k resistor,  if you have the 3.3 v ,  the ? ? ? section will be at zero volt,  since it will pulled down or shorted to ground
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #7 on: June 05, 2017, 02:58:48 am »
If this circuit and its power supply rails all work, the "? ? ?" point should be ~5V.

hmm, so if that's the case, i just can bypass the whole circuit and connect +5V from the power supply to point "? ? ?", strange... what about those 1K and 100K resistors - they are their to divide the voltage or to reduce the current?
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #8 on: June 05, 2017, 03:01:12 am »
hmm, so if that's the case, i just can bypass the whole circuit and connect +5V from the power supply to point "? ? ?", strange... what about those 1K and 100K resistors - they are their to divide the voltage or to reduce the current?
This is not a power supply thing, all signals here are logic levels.

This translates 0 V on the gate of the first transistor to 0 V on ? ? ?, and 3.3 V to 5 V on ? ? ?. But you can't power anything  from this, signal ??? must go to another logic input, that expects 5 V. That's how digital logic circuits work.
« Last Edit: June 05, 2017, 03:03:25 am by ataradov »
Alex
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #9 on: June 05, 2017, 03:09:23 am »
This is not a power supply thing, all signals here are logic levels.

i understand, but my point then is that the Gate of the MOSFET on left is hardwired to +3.3V (i can check that on the board) and "? ? ?" in such case is always +5V, which no matter if you think of it as logic '0' or '1' it's still fixed to +5V and the whole circuit looks useless to me, because it can be fixed to +5V just with hard-wiring to the +5V rails instead pass via that circuit.

 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #10 on: June 05, 2017, 03:10:19 am »
If it is hard wired, then yes, the while thing can be replaced by a top 1K resistor. And depending on where ? ? ? goes, you can omit the resistor as well.
Alex
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #11 on: June 05, 2017, 03:12:17 am »
If it is hard wired, then yes, the while thing can be replaced by a top 1K resistor. And depending on where ? ? ? goes, you can omit the resistor as well.

ok, it's very weird, but i will try something like that.
 

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: what is the purpose of the circuit
« Reply #12 on: June 05, 2017, 03:18:22 am »
This circuit intend to do something like this



 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #13 on: June 05, 2017, 03:26:11 am »
At least with my limited level of understanding what makes most sense to me is that the whole circuit is made for some unknown to me reason to set point "? ? ?" to 0V when +3.3V power rail disappears, because when +3.3V power rail is there it seems to do nothing and it can be bypassed.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #14 on: June 05, 2017, 03:27:14 am »
Well, yes, it can be a 5V level logic indicator of the presence of the +3.3 V rail. That makes sense.

It can also be a simple AND for 5 V and 3.3 V indicator, basically showing that both rails are present.
Alex
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #15 on: June 05, 2017, 03:40:17 am »
It can also be a simple AND for 5 V and 3.3 V indicator, basically showing that both rails are present.

do you mean if +3.3V is there, but +5V disappears then "? ? ?" goes to 0V as well?
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: what is the purpose of the circuit
« Reply #16 on: June 05, 2017, 03:40:51 am »
do you mean if +3.3V is there, but +5V disappears then "? ? ?" goes to 0V as well?
Correct.
Alex
 

Offline matura713Topic starter

  • Regular Contributor
  • *
  • Posts: 50
  • Country: bg
Re: what is the purpose of the circuit
« Reply #17 on: June 05, 2017, 03:45:09 am »
Correct.

thanks, i believe i fully understand it now and i actually learned something from the whole discussion :)

 

Offline Decapitator

  • Contributor
  • Posts: 25
  • Country: us
Re: what is the purpose of the circuit
« Reply #18 on: June 06, 2017, 09:49:37 am »
Looks like a "power good" circuit. The output is only high, ~5v, if both voltages are present.
 
The following users thanked this post: matura713


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf