12 V battery to BS1
MRM100
Posts: 24
I have a small project using a BS-1 to drive relays for a linear actuator. I would like to use the 12v car battery for the supply voltage. I know there is a voltage regulator on the BS-1 project board, but I have read conflicting information regarding Vin: in one paragaraph, it is stated it is ok to use up to 15v, but if using battery supply (presumably dry cell), limit Vin to 9v.
So I was thinking of using Zener diode to bring voltage down to 7.2v - is this necessary?
Also, do I need to limit the input current or will the circuit in the BS-1 project board take care of this?
Thanks for any help.
MRM
So I was thinking of using Zener diode to bring voltage down to 7.2v - is this necessary?
Also, do I need to limit the input current or will the circuit in the BS-1 project board take care of this?
Thanks for any help.
MRM
Comments
The issue with supply voltages over 9V has to do with heat dissipation. The BS1, like the BS2, has a voltage regulator built-in. This voltage regulator dissipates as heat any voltage in excess of the 5V needed by the BS1. The amount of power dissipated depends on this voltage and the amount of current drawn through the regulator. The BS1 itself draws little current, but anything connected to its I/O pins contributes to this. When you drive relays, you normally use a switching transistor to actually control the relay (see Nuts and Volts Column #6 here). This transistor usually takes about 10mA to 20mA to turn on fully. Say you have 3 of these plus two LEDs that each draw 10mA to 20mA. That's a total of 50mA to 100mA. With a voltage drop of 13.8V - 5V = 8.8V, that could mean as much as 8.8V x 0.1A = 0.88W of heat. That's a lot under the circumstances. The voltage regulator would probably shut down very quickly to protect itself from overheating.
It's much better to use some kind of external voltage regulator to bring down the input voltage. You could use an LM7808 to reduce the 13.8V to 8V. It's cheap and reliable. Just be sure to use a heatsink with it as well as a 0.33uF input capacitor and maybe a 1uF output capacitor rated at 10V or higher (see the datasheet for details). Alternatively, you could use a Dimension Engineering adjustable switching regulator and adjust it for 7-8V. With a switching regulator, you wouldn't need a heatsink.
Thanks for your reply. I will be using only 1 output at a time to a transistor for 7-8 seconds. I think heat will be low, but will incorporate the 7808 just to be sure. I have appended a circuit diagram. If it's not too much trouble, please let me know if you see any problems.
Thanks again,
MRM
Circuit.jpg (77.8 KB)
PS I don't know how to change this to "Problem Solved"...
Anyway, to further describe the way the project works, The Sensor will be a lead taken from the output from the receiver (of an automobile's remote control) that unlocks the door. The Stamp will activate the output pin if the remote is pressed 3 times within 5 seconds.
Okay- more answers lead to more questions: "small filter choke" is simply not specific enough for me to understand. I have no real experience using these, but I presume they are placed in parallel (like a capacitor). By small, do you mean 2.2 uH, 100 uH, ? Do they require a Diode to protect against collapsing magnetic field (like a relay)?
Thank you,
MRM
When the BS1 puts 5V on the input side of the ULN2003A, it causes the relay that is connected output side of the ULN2003A, to connect to ground, which causes the relay to operate.
I will provide you the datasheet that I have for the ULN2003A as an attachment.
Addendum: Hmmm... I withdraw the question. Let me get back to you when I have more information...
Yes, I see how it works, but what is the advantage? Comparing the Datasheets, both the 2n2222 and the ULN2003A can handle 500 mA and 40 V or 50 V respectively.
So, it look like all I have to be concerned with is Input Pin1, Output Pin 1, and GND Pin. Do I need PIN 9 (Common Free Wheeling Diodes) for anything?
Yes, i understand a diode needs to go across the coil to allow a path for the induced current caused by the collapse of the magnetic field... It's just that I was unfamiliar with this Darlington circuit design and got confused by the the way the diodes were hooked in series. After I looked at it some more and thought about hooking it up the way you said, it makes perfect sense.
Thanks.