Switch 40VDC @3A up to 20kHz
JonnyMac
Posts: 9,208
I have a possible Propeller-based project that needs to switch 40VDC at 3A, possibly as fast as 20kHz. This goes beyond the transistor circuits I've typically employed in the past and would welcome your suggestions. Ideally, I could connect directly from the Propeller to said device (transistor, FET, etc.) with nothing more than a current limiter. The external load is not inductive.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon McPhalen
Hollywood, CA
Comments
-Phil
at the moment I don't know if there is a FET for 3V Gate voltage.
So I would use BD675A/677A/679A/681 darlington.
Best regards, Christof
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Apps:· http://www.rayslogic.com/propeller/Programming/Programming.htm
My Prop Info: ·http://www.rayslogic.com/propeller/propeller.htm
My Prop Products:· http://www.rayslogic.com/Propeller/Products/Products.htm
http://www.datasheetcatalog.org/datasheet2/b/0fyqcqeis4u8k4pt38r7tr9pazcy.pdf states only 60kHz as limit - perhaps still enough for a simple solution?
Christof
-Phil
I have had many applications where I have to control the high-side of the voltage (i.e. when the control is off, the circuit's net voltage is Vss, not Vdd).
Attached is a couple simple solutions for this. The first one is very low part count (1 SOIC8 and 1 resistor), but the second will give you much higher frequency and higher current limits. Both can handle 40V@3A if you get FETs that have that kind of gate limit.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!