help please
scott10
Posts: 12
i have the basic stamp home work board and what i am trying to do is get it to flash lights in sequence witch i have done but a person frome parallax told me in order to boost up the power coming out of the basic chip i needed a darlington transistor array but i dont understand the schematic diagram so i may not be hooking it up right but when i test my voltage with the darlington hooked upto the 5 volt conector my voltage tester says i am applying 4.96 volts but when i test the 1c pin i only get 0.62 volts i got the gnd and com hooked to vss so mabie i dont have it hooked up right or do i need to have some resisters or somthing also please help me thanks
Comments
Basically, what you want to be doing is to put at least a 1K resistor from the stamp output pin, into the BASE connection of the darlington pair transistor (if you don't already know, there's a base, a collector, and an emitter). You put your Vcc or +5v to the anode of your LED, and connect the cathode to a current limiting resistor for your LED. If you are using a regular LED, try 330 ohms. The other end of the resistor goes to the COLLECTOR of the darlington pair transistor. Then the EMITTER goes to ground (or Vss).
Let me know if this helps.
Dave
·· '___________________________________
···' {$STAMP BS2}·····
·· ' {$PBASIC 2.5}
··· HIGH 1········ ' This is what it should look like this will torn on P1 on the Basic Stamp
· '______________________________________
I took this from the data sheet http://www.parallax.com/Portals/0/Downloads/docs/prod/compshop/ULN2803A.pdf
From Basic Stamp Pin#···Input·Side····· ·1B······················ 1C······ OutPut side to be controlled 1B controls 1C and so on
·Same with 1B to 8B·························· ·· · 2B······················ 2C······ Same 1C to 8C
··························································· ·· ·3B······················ 3C
··············································· ············ · ·4B·················· ··· 4C
················································ ·········· · · 5B······················ 5C
······························································· 6B······················ 6C
························································· ··· · 7B····················· 7C
························································· ····· 8B····················· 8C
····························· ······ ·Vss····-········· ·· GND·················· ·COM····· +·· Vin·· ·or···· Vdd
I hope this help
·These chips are very easy to use also just to be on the safe side you can put 220 ohm resister on each input
and if you need to use more than 500 mill-amps you can let say 1B 2B can be put together 1C 2C together and have 1000 milliamp I have done this many time this works very well
I have ruin pins on this chip before I put 2 or more pins together to handle the current load
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 8/11/2009 1:24:27 AM GMT
This chip is not made to be used on AC voltage
This chip is made for DC voltage and a MAX of 50 volt
You have to use a different chip to use 120 volts AC
Some thing like this http://document.sharpsma.com/files/s102t02_e.pdf
This taken from the data sheet
Please Be careful working with AC VOLTAGE above 24 volts
Please use a fuse on the 120 volts side 1 amp fast blow
To test this set up
··Pin 1·· Output (Triac T1)·.....>>>>· ·Load side
· Pin 2·· Output (Triac T2)··......>>>> ·Hot Side
· Pin3 · Input (+)·......>>>>>·*·1 k ohm resister * then to · Basic Stamp Pin #
· Pin 4·· Input (−)·.......>>>>>· ·Vss Pin on Basic Stamp Board
You can find this at Mouser·· http://www.mouser.com/Search/ProductDetail.aspx?qs=WpdiYiqki9lahlbN1eM2GQ%3d%3d
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 8/11/2009 1:49:43 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
What voltage is at Vin
You must send the command that I had in the First post
····················································································
·················································································································Notch··......>>>>>U·················································· Test Lead
From Basic Stamp Pin#···Input·Side······ ·1B······················ 1C···^^^· OutPut side to be controlled 1B controls 1C and so on
·Same with 1B to 8B·························· ·· · 2B······················ 2C······ Same 1C to 8C
··························································· ·· ·3B······················ 3C
··············································· ············ · ·4B·················· ··· 4C
················································ ·········· · · 5B······················ 5C
······························································· 6B······················ 6C
························································· ··· · 7B····················· 7C
························································· ····· 8B····················· 8C
····························· ······ ·Vss····-········· ·· GND·················· ·COM····· +·· Vin·· ·or···· Vdd
·······································Test lead ^^^^^···· or································^^ Test Lead ^^
·Which ever Vss or Vin Vdd that is controlled when you send HIGH 1 then you
DO
High 1
PAUSE 500
LOW 1
PAUSE 500
LOOP
Your voltage should go from·· (.something volts····· ·to 5 volts or higher·) ·and repeat for ever until you stop it
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 8/11/2009 2:17:27 AM GMT
Do you know that the notch on the IC chip on the left side is at the top of the IC is PIN 1
This is with the PINs facing down
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 8/11/2009 2:21:37 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
you could ·do ether one
All you have to is change·COM pin to the output pin on the regulator
One more thing that I would say is if you where to use the Sharp solid state relay this is·the one that i was·tell you to use a 1 amp fast acting fuse on that one
It dose not hurt to always use a fast acting fuse when testing·any new circuit this is always a good idea safety first
I use a electronic fuse when I·test new·circuit set 1 amp
Please let us know if you get it to work
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 8/11/2009 2:57:16 AM GMT
If your power supply is 12 volts then ether get a 9 volt regulator IC chip or get a 12 volt regulator IC· and a 12 volt relay you can get these at
·Raido Shack
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
and a few photos of the board that you are using
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
That is what I am asking when I said can you post your code that you used
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam