0 Members and 1 Guest are viewing this topic.
Are the leds actually in circuit and lit up? If so, the MOSFET is either on, shorted, or connected in reverse (so that current flows through the body diode).1. What is the actual gate to source voltage?2. If this is zero, what is the resistance drain to source?3. What readings to you get with diode mode on the dmm if yoi measure from source to drain and from drain to source respectively?
The circuit shown makes no sense. What are these SW1, SW2? Is the voltage driving these inputs supposed to come from somewhere that is not shown in the circuit as only inputs connected together are shown? Not to say SW1 and SW2 are almost shorted together through R9, R10. DRV8837 has pull-down built in.
Okay, yes what the third poster says. Although based on your DMM readings for resistance and diode check it seems like the transistor is conducting more than reasonable. Either the gate voltage is not zero or the device is damaged.The only MOSFET I have ever killed by (suspected) ESD was a 2N7002, which ended up a "weak short" kind of like your example.Another question, the gate pull down and the H-bridge driver are both mounted? One common thing seen when starting to experiment with MOSFETs is to forget that if you charge the gate capacitance without a discharge resistor attached, the transistor will stay on for a long time.
Hi,SW1 and SW2 are tactile swithes connected to +9v. They are supposed to apply +9v on mosfet's gate on pressed
Quote from: wraper on March 28, 2025, 05:02:26 pmThe circuit shown makes no sense. What are these SW1, SW2? Is the voltage driving these inputs supposed to come from somewhere that is not shown in the circuit as only inputs connected together are shown? Not to say SW1 and SW2 are almost shorted together through R9, R10. DRV8837 has pull-down built in.Hi,SW1 and SW2 are tactile swithes connected to +9v. They are supposed to apply +9v on mosfet's gate on pressed
Seems like the FET is blown. Getting a source to drain forward voltage of 0.4V is okay, but a similar drain to source voltage even when the Vgs is 0V means you MOSFET is gone. Or could it be a PFET instead of a NFET?Going by the image you posted, it is apparent that the drain of the FET is in fact not connected to anything, so its the conclusion that I came to.
Quote from: d4v1dcn on March 28, 2025, 05:06:55 pmQuote from: wraper on March 28, 2025, 05:02:26 pmThe circuit shown makes no sense. What are these SW1, SW2? Is the voltage driving these inputs supposed to come from somewhere that is not shown in the circuit as only inputs connected together are shown? Not to say SW1 and SW2 are almost shorted together through R9, R10. DRV8837 has pull-down built in.Hi,SW1 and SW2 are tactile swithes connected to +9v. They are supposed to apply +9v on mosfet's gate on pressedThen this circuit has no chance to work properly because regardless of which switch is pressed, the result will be the same as either switch will pull up both inputs of DRV8837.Another error is that absolute maximum Vcc and logic input voltage for DRV8837 is 7V, yet you apply 9V to them. It's probably blown already, and unless you actually measured gate voltage to be 0V, MOSFET is likely activated through blown DRV8837 pushing voltage though its inputs.
Then this circuit has no chance to work properly because regardless of which switch is pressed, the result will be the same as either switch will pull up both inputs of DRV8837
Another error is that absolute maximum Vcc and logic input voltage for DRV8837 is 7V, yet you apply 9V to them
Mosfet is N channel (A09T) from AliExpress. I've tried with 2 different units, same result.
QuoteThen this circuit has no chance to work properly because regardless of which switch is pressed, the result will be the same as either switch will pull up both inputs of DRV8837The circuit works correctly now except the mosfet issue. If i press SW1, motor turns in one direction. If i press SW2, motor turns in the other direction.The idea is to turn on LEDs when SW1 or SW2 are pressed.QuoteAnother error is that absolute maximum Vcc and logic input voltage for DRV8837 is 7V, yet you apply 9V to themYes, you are right, this is a first version of PCB. VCC of DRV8834 is connected to VBAT+ (3.7-4.2v) now
Quote from: d4v1dcn on March 28, 2025, 05:42:18 pmQuoteThen this circuit has no chance to work properly because regardless of which switch is pressed, the result will be the same as either switch will pull up both inputs of DRV8837The circuit works correctly now except the mosfet issue. If i press SW1, motor turns in one direction. If i press SW2, motor turns in the other direction.The idea is to turn on LEDs when SW1 or SW2 are pressed.QuoteAnother error is that absolute maximum Vcc and logic input voltage for DRV8837 is 7V, yet you apply 9V to themYes, you are right, this is a first version of PCB. VCC of DRV8834 is connected to VBAT+ (3.7-4.2v) nowShow actual circuit, how are we supposed to help you when circuit you provide has no bearing with reality?
^still no switches shown, if they're connected to 9V, it's not OK. You still have nSleep input connected to 9V. R9, R10 are still 330R, I don't see how U5 IN1, IN2 inputs can possibly operate separately, they're basically shorted together FWIW.
I don't see how U5 IN1, IN2 inputs can possibly operate separately, they're basically shorted together FWIW.
What will be te correct method to achieve this?. I want to use SW1 and SW2 to activate H-Bridge and at same time, activate mosfet for LED light.