Boost up current output
o_wan
Posts: 15
hi,
I realiseed that each pin can output 25mA and 75mA in total for basic stamp. By using a LED driver, I can get 8-16 (or more, it depends on which driver) individual 25mA outputs.
I've seen some websites which teaches how to boost up current by usign using transistors. Is there anyone experience in that?
I would like to have around 80mA, is that possible?
Cheers,
A
I realiseed that each pin can output 25mA and 75mA in total for basic stamp. By using a LED driver, I can get 8-16 (or more, it depends on which driver) individual 25mA outputs.
I've seen some websites which teaches how to boost up current by usign using transistors. Is there anyone experience in that?
I would like to have around 80mA, is that possible?
Cheers,
A
Comments
The stamp pin can't source the current required by the relay coil to trip...so a transistor is used.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://ca.geocities.com/steve.brady@rogers.com/index.html
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DTQ
what if I want the exact current output, is the uln2803 still suitable? Can I control the current output individually?
or I need to go for particular transistor?
I intend to hook it up with this biometal thingy, is there anyone experience on it with BS?
Cheers,
A
"Featuring continuous load current ratings to 500 mA for each of the drivers, the Series ULN28xxA/LW and ULQ28xxA/LW high voltage, high-current Darlington arrays are ideally suited for interfacing between low-level logic circuitry and multiple peripheral power loads. Typical power loads totaling over 260 W (350 mA x 8, 95 V)"
Read the datasheet
so you can use anything within that range
if you want to do something variable you may want to use a digital potentiameter
or pulse width modulation
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DTQ
You want to force about 80 mA through the device, not 50 mA, not 100 mA, but a fixed amount......~ 80 mA, is this what you want to do?
If so, what you are looking for is a current source, and if this is the case is ~80 mA the only current you want, and the flow of current would be controlled by the stamp?
Ken
Post Edited (KenM) : 3/4/2005 4:10:50 AM GMT
My question is
Is that possible to uln2803 to control current output individually?
If yes, any clues how?
Cheers,
A
It is way too late for me to come up with something now...but for starters, you might want to google "constant current source from a transistor pair"
The uln2803's are not going to do what you want (or at least, I don't know how to do it with that device). I will post some possibilities Friday or Saturday, which is the best I can do for now.
Also, you might want to move this thread to the sandbox, as·this subject is not a basic stamp question.
For starters, take a look at this
Toshiba Constant Current LED Drivers
Ken
Post Edited (KenM) : 3/4/2005 11:00:56 AM GMT
Thanks a lot for all your reply, at least I know it's do-able right now.
Is there anyone working with that Toshiba Driver before? Any suggestion?
Cheers,
A
This seems so obvious, I think I·must be·misunderstanding your question· [noparse]:)[/noparse].
Nate
Edit- Is the resistance of the BioMetal not constant or linear?
Post Edited (Nate) : 3/4/2005 3:06:10 PM GMT
k
Anyhow...just threw together a circuit out of a book.· Might help!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://ca.geocities.com/steve.brady@rogers.com/index.html
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
And an LED driver is NOT a 'constant current mux', typically it's an open-collector transistor which gives you a low-resistance path to ground when turned-on -- very similar to the 'darlington' approach you opened this discussion with.
The nice thing about a constant current source is if you hook things in series, the current goes through all of them. That's true until the resulting voltage gets too high, of course.
"constant-current" through a changing resistance is not a trivial problem.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Maxim's MAX6977 , f'rinstance. Only 50mA so no use for this job, but... (and others in the family can tolerate higher voltages)
http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4671
Steve
Just to add a bit more information to this ongoing and somewhat confusing thread, this "bi-metal thingy" or "bio-wire" is actually a form of SMA (shaped metal alloy) similar to Nitinol, "muscle wires" or call it what you will. The "suggested current" for the particular gauge wire that is being used here is 150 ma. The resistance of the wire is 375 ohms/meter.
Hopefully that will put a better perspective on things.
Just as in passing, during this research I came to find out that The Robot Store (aka Mondo-Tronics) has been purchased by Jameco, as noted on their web site. The Robot Store is a source of various forms of SMA products. The can be found here:
http://www.robotstore.com/
Regards,
Bruce Bates
shows a constant current, constant voltage driver circuit using an LT1618, who's spec sheet is here: http://rocky.digikey.com/WebLib/Linear%20Tech%20Web%20Data/LT1618.pdf
it can be controlled simply by the stamp using the /SHDN pin. One note: its only availible in the MSOP package which is surface mount .5mm pin spacing.
Post Edited (Paul Baker) : 3/4/2005 6:13:41 PM GMT
cheers,
A
The 'Bio' in there may have thrown some of us off -- basically this is a piece of wire, wound into a very small coil, which has the property that you can stretch it at room temperature, then it will return to its original shape when heated by current going through it. It will start returning to shape at 20 mA or so -- 150 mA is the MAXIMUM you can use, which will probably shorten the life of the device. So size your resistor (and include the resistance of the spring) so you get 50 mA, and see what happens.
This is a 'robot muscle', people, that's all.
Update:· Oops, depending on the diameter of the wire, 150 mA or 220 mA are "Typical" currents for the big stuff.· My apologies.
Post Edited (allanlane5) : 3/4/2005 7:35:56 PM GMT