Hi everyone!
I'm trying to wire two NMOS FQP33N10 in series to get an AND gate. I got it but the results are pretty weird:
The lamp is a 9V LED, I know the suggested resistors for the arduino pin are 220 and 10k for the source-gate, but I don't have them.
I get the light bulb to turn on only when both the mosfet are on, which is what I was trying to get. The only thing is that Vds for the right mosfet is 6.9V and Vds for the left mosfet is 0V. The Vgs is 4.2V to both of them, so I guess the second mosfet goes in saturation because Vgs > Vth and there is a current coming from the source of the other mosfet.
The problem is: shouldn't Vds1 = Vds2 since the mosfets are in series? The first mosfet is getting all the voltage, so is the Rds(on) of the second mosfet 0? I tried to connect a diode like this:
The circuit still worked, but I expected to get at least the same Vds on both mosfets because now they would be in parallel (the diode is in reverse bias so the current doesn't flow through it from the right mosfet, making this an OR gate). However, the results are still the same.
Could anyone explain this, please? Probably it's a silly question, but I didn't find much on internet about it.
Edit: I remade the diagram, I'm sorry the preceding one is incorrect due to my inexperience with online diagram softwares:
Before anyone else gets confused, the problem I am asking help for is why the Vds of the left mosfet is 0V while the Vds of the right mosfet is 6.9V. I probably shouldn't have used the term "AND gate". In the setting I'm proposing, both D9 and D10 are high and the LED lamp turns on.