No. The On-resistance of the MosFet and the 0.66Ω load resistor form a voltage divider. If the Rds(on) is 0.600mΩ, what is the voltage across the load? What is the current through the load? You dont need LTSpice to answer those questions. To get most of the 3.3V supply voltage across the load, what would the Rds(on) have to be compared to 0.66Ω?
I know the Rds has to be lower, the thing is I'm not being able to find a MOSFET that satisfies all the requirements.
What is the load? What is it used for? How are you going to create a varying control voltage for the gate? Is the NMOS transistor used as an on-off switch, or are you trying to use it as a linear amplifier, where the current in the load is proportional to a varying voltage created by the MSR?
I've said it before, I'm testing PSU rails, like 9 of them, all have different Voltages and current thresholds, but the highest current I'll be putting through the load will be 2.5A for a 3.3V supply, so I'm doubling those specs for safety precautions, I'm assuming a load that can handle 5A or for this case close to 15W power. If you need a better overview at what I'm doing check out this link:
https://www.instructables.com/id/Arduino-Programmable-Constant-Current-Power-Resist/
It's the same thing except I won't be using such a high power application, and I won't be going as fancy as including fans and encoders, I just want to run the tests from a serial interface, in that interface I'll be turning the IPSU rails on and off digitally and for each one I'll increase the current through the load until they reach their thresholds, so I'm guessing your second option, "using it as a linear amplifier" is what I'm going for.
Who says you have to have a Spice model to do your design?
Well I'm not that experienced with LTSPICE, been using it for like 2 months and only for some tests on previously assembled designs. I just wanted to have the model so I could be sure the MOSFET would respond well with my design.
To be honest I'm getting a little bit overly confused, and I'm guessing this is simpler than what it looks like, because I'm reading so much of these type of applications I really don't know what to do anymore.
I was presented with 5 main solutions:
- Double or triple the DC voltage of that PWM signal so I could use an easy to find power MOSFET
- Use the solution proposed by ronsimpson which I designed 2 posts above
- Use a level translator IC
- Find a MOSFET capable of being directly driven by a rectified PWM signal at a maximum of 3.3 voltage.
- I've also seen this link in which they use a Gate driver, but I'm still trying to understand if this applies to my project or not (
https://www.microchip.com/forums/m855528.aspx)
So that's basically it I guess,I don't think there's any detail left. I just need to understand what to do next.