--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/301dad50-191d-481d-b59c-71563fe7ac2an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/8a3e6e6d-7daa-4a43-b498-066e8eeeafb4n%40googlegroups.com.
Hi,
from the datasheet serie resistor on gate should be 220Ω minimum
including driver output resistance :
Clamping diodes are not needed, the device is internally clamped but it certainly won't hurt adding and could help EMC when switching inductive loads.
joël
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/8a3e6e6d-7daa-4a43-b498-066e8eeeafb4n%40googlegroups.com.
Hi,
those switches are not fully specified for input voltage under
3.5V, it will work at 3.3V but with some derating, Rdson will be
higher, max drain current will be lower and swtiching times will
increase unspecified.
To save input voltage you can push the pulldown resitor R25 to
the right so it will not form a voltage divider no more.
5A schottky diode is a bit oversized as current is only switching spikes , 1A standard diode in SMA case will be more than enough. But it will work the same.
joël
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/d635aeaf-b26c-46a8-a414-89dbcefb9f93n%40googlegroups.com.
Hi,
20mA is the max continuous average DC current, 250mA is the max spike current before latch-up occurs. With a 10K resistor the gate will survive to 200V DC and 2500V spikes. Looks safe enough.
joël
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/3a951b1d-77ad-42dc-8865-f764466a6739n%40googlegroups.com.
Hi,
it's not clearly stated in datasheets but those switches are not really designed for 3.3V inputs. This one is but quite slow:
https://www.mouser.fr/datasheet/2/196/Infineon_BTS3011TE_DataSheet_v01_00_EN-3361129.pdf
VNN3NV04PTR-E and a voltage converter looks a good solution, fast enough for PWM and reasonably low Rdson. Those kind of voltage converters have an output resistance in the range of 60Ω so the 220Ω serie resistor is required:
https://www.ti.com/lit/gpn/sn74lv1t08
Forget what I said about the schottky clamping diode, when PWM a large inductance the average current in the diode can become large and the low schottky Vf will limit losses and heat to dissipate.
joel
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/e99ee2a2-8e06-49a0-8ef8-8919e0170622n%40googlegroups.com.
looks good!
joël
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/ffdf5761-9b88-423e-b8bd-c40b8df71390n%40googlegroups.com.
Hi,
It stil does not explain what you meant as it mostly focused on straight ESD protections.But some other sources explained it more - in clamping configuration like mine the current load in ESD condition would be split between external diodes and internal ones ( this is the part I missed initially - they would be indeed in parallel). So adding resistor there will affect the split toward most of the current going to external diodes and protecting against chip failure.Thanks again, hopefully now I will be able to make final version of the schematics ( with these extra resistors)
piątek, 18 października 2024 o 22:27:08 UTC+2 Michael Anton napisał(a):
The external diode package doesn't do more for you than the device's internal clamping diodes, UNLESS you put the extra resistor in series. You need to limit the peak current into the device, so once the voltage is clamped to a known value, you then do that with the series resistor. Otherwise, the part sees the 2kV from the HBM with a series resistor of 1500+10k ohms. Peak current works out to about 170mA (though some would be carried by the 22k resistor as well), and is likely shared between your external diodes, and the device's internal diodes depending on the voltage drops of the parallel diodes. So I guess you can decide if it is extreme or not given that it only satisfies the lowest standard HBM voltage...
On Friday, October 18, 2024 at 12:01:17 a.m. UTC-6 jarosla...@gmail.com wrote:
Hi1) I have selected the 74AHC over combination of diodes/resistors as it is just more easier to handle then small diodes ( when assembled manually). My favorite diode pack is SOT363-6 and unfortunately it is time consuming when handled without pick&place machine. I have used it for analogs only :The 5V signal from analog sensor goes to the 10k/22k divider and clamping circuit.Hmm - extra 100R here between clamp and processor ? Yeah, that might help, but in really extreme cases.