R
Robert Baer
Guest
Ricketty C wrote:
And 250K resistors will give you 48uA \"leakage\"; no need for 1meg;
much faster at power drop.
The higher the beta, the wider the range for Iout/Iin .
I suspected that; now you know why i picked out high current transistors.
You may need to use those 4A rated Zetek transistors to carry that
kind of kick-back and maintain <400mV Vo-Vin; prevents the poor
unsuspecting FET from having to handle the motor sass.
High beta here is your friend.
Don\'t know what current it will actually be operated or if any of
these numbers need to be limited instantaneous or average. Not sure how
long it takes to snap the motor shaft when the mechanism binds. They\'ve
broken several Pololu units so far. They are using a better motor now.
* The posed ciRcuit eXplicitly showed a stupid SMBJ5.0A at the output.On Tuesday, September 1, 2020 at 4:18:09 PM UTC-4, Robert Baer wrote:
Ricketty C wrote:
On Monday, August 31, 2020 at 7:07:22 PM UTC-4, Lasse Langwadt Christensen wrote:
tirsdag den 1. september 2020 kl. 01.02.06 UTC+2 skrev Ricketty C:
On Monday, August 31, 2020 at 5:53:52 PM UTC-4, Robert Baer wrote:
Ricketty C wrote:
I suppose this works like a voltage regulator but it is hard to search those to find which ones will work down to what voltage with minimum drop out. This circuit limits the output voltage to about 12.4 volts and has a minimum drop out of 0.15 volts down to a Vin of around 6 volts. This is powering a motor, so the current probably won\'t change as fast as I\'ve simulated.
This seems to work pretty well without instabilities. The parts cost is minimal even if the parts count is higher than with a regulator.
http://arius.com/temp/MotorOverCurrent_Vlimit_FET.asc
http://arius.com/temp/MotorOverCurrent_Vlimit_FET.plt
I\'m pretty sure there aren\'t any missing models. At least not in LTspice XVII. I wonder why it went from IV to XVII...?
Does anyone know of a regulator that will provide 12.4 volts from 17 volts max with minimum drop out voltage as the input drops to 10 volts? It needs to have a shutdown input as well and draw very low idle current, <100 uA, better to be <50 uA.
That would be VERY interesting..input down to 10V and output staying
near 12.4V...you did imply linear...
I assume there is a joke in there somewhere. You do realize I\'m talking about an output dropping once the input drops below the output plus some drop out. That\'s my point, regulators are spec\'d for a minimum drop out where they meet full specs. I\'m interested in the drop out once they are out of regulation and the pass transistor is turned on fully.
Actually, using a regulator may not be an option anymore. We are combining the input DC @ 15V with the battery voltage through diodes to feed the main power rail. The motor is the only heavy draw. I\'m wondering if it makes sense to use two FETs back to back to prevent reverse current flow between the two circuits. One pair for the main power source and a second pair for the battery resulting in a lower voltage drop so the battery can be used more effectively.
Using a regulator will still require a diode to prevent back current flow to the main power input. So two diodes and a regulator or four FETs?
I actually saw this circuit on a schematic for a Trenz FPGA board, but much lower power levels. Not sure which way I want to go.
you just need a \"diode\" from each, something like this has been used on the raspberry pi to enable using a psu or USB power and not backfeed the USB
https://robotics.ong.id.au/wp-content/uploads/2014/07/rpi_protection.png
I can\'t seem to make that work for me. It is set up to equalize the voltage when passing current in one direction. But it can\'t be used to limit the output voltage so well because the lowest drop you can get is 0.7 volts or so through the parasitic diode. I need to scrub about 2.5 volt from the main power input or a varying amount from the battery, down to as close to zero as possible.
I could just use a FET for the limiter and then use two of these to combine the two supplies. Or maybe only one is needed on the battery. When the power source is unplugged, I\'m not sure it would hurt anything to reverse power the input. I only feeds the battery charger. I guess it would create some additional power drain. There is an OFF state where only the minimal circuitry is powered with the intent to use less power than the battery self drain current of ~100 uA. Heck, the FET diode circuit as drawn would draw <300 uA! I\'d need to knock the resistors up to 1Meg to get the current low enough at 14V. But that sounds like a winner. Thanks.
So the final circuit can be a diode from the DC input (no worry with the drop and it\'s used elsewhere so it\'s on the BoM regardless), this circuit for the battery connection to the common power rail. Then my previous voltage limiter circuit to supply the motor and provide a means of cutting power in case the software runs amuck resulting in an over current.
I\'m not a fan of adding unique parts to the BOM, but I think this one is worth it! Thanks again.
Color me confused; you talk about 12V motor max and yet have a 5V
\"transient protector\" at the output???
And it takes only 250K for those resistors to get a \"leakage\" of 48uA
at 12V in.
Looked at the DMMT5401, a good choice, beta may be a little low at a
measly 100 but seems adequate,giving Vce(sat) <200mV up to 100mA.
Again NO HINT as to motor current.
More info??
Thanks.
Sorry, I\'m confused. Where do you see a 5 volt transient protector??? The diagram you are likely looking at was posted by someone else to illustrate the properties of the circuit, not a suggestion for what I should use. I don\'t think the beta is a critical parameter. The circuit seem to produce a voltage drop of 80 mV used with an AOD4185 in my circuit.
And 250K resistors will give you 48uA \"leakage\"; no need for 1meg;
much faster at power drop.
The higher the beta, the wider the range for Iout/Iin .
* NOW the secret is out!To minimize leakage from the battery I used 1 Meg resistors which slow the response to the line power dropping resulting in a half volt drop in voltage for half a millisecond in the simulation. I consider that acceptable. The requirements on this circuit are not severe. It\'s powering a motor, not digital logic. There are also some whopping big caps on this rail to deal with the flyback current from the PWM turning off. Cutting power at this FET is a different matter, so I added a flyback diode and small resistor.
The motor current trips a cut off over 4 amps. Motor rating is 3.5 amps continuous.
I suspected that; now you know why i picked out high current transistors.
You may need to use those 4A rated Zetek transistors to carry that
kind of kick-back and maintain <400mV Vo-Vin; prevents the poor
unsuspecting FET from having to handle the motor sass.
High beta here is your friend.
Don\'t know what current it will actually be operated or if any of
these numbers need to be limited instantaneous or average. Not sure how
long it takes to snap the motor shaft when the mechanism binds. They\'ve
broken several Pololu units so far. They are using a better motor now.
The rev 2 board will have the building blocks to manage this no matter what. The current limit will actually be done in the FPGA, so no worry about the software crashing and breaking the hardware.