555 timer, whats the use?
jakjr
Posts: 88
I bought a 555 timer ic chip and was wondering what all uses there are for it.
To tell you the truth, I dont even know why I bought it . I had seen something about having to use it in order to make your BS2 function as a tv remote but I dotn know how t do that.
So anyways, what all can I use it for?
To tell you the truth, I dont even know why I bought it . I had seen something about having to use it in order to make your BS2 function as a tv remote but I dotn know how t do that.
So anyways, what all can I use it for?
Comments
·· The 555 is a general purpose timer IC, and has literally thousands of circuits to it's credit, not the least of which is timing circuits.· As for the TV Remote application, the chip can be used to generate the "carrier" signal that IR remotes send data over (Around 40Khz).· Other uses are a one-shot timer for trigger events, a pulse strecher (I know I used the wrong terminology there) or even as a simple oscillator.· I think Radio Shack has a "Mini Engineer's notebook" covering the 555 timer.· The chip has been around for a long time, and is very handy to have around.· Hope this helps.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
·
EDIT- I just checked their website...no dice . Ill check instore (although I doubt they'll have it), have to ask my dad as well, He has a number of books like that.
Post Edited (jakjr) : 8/11/2004 12:30:36 AM GMT
I ask only that it would fit well into a problem I have encountered recently.
Regards Nigel
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Regards Nigel
Success is the ability to go from one failure to another with no loss of enthusiasm.
Winston Churchill
·· Yes, the 555 is great for "one-shot" projects...Only needs a resistor and a capacitor, as I recall.· Maybe one or two more parts, it's been a while.· But yeah, definately check out the book I mentioned.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
·
ken
Seems as if it has many many more uses than I had expected, I would have never guessed it could be used to controll the blink speed of an LED (as shown on this site.... http://www.doctronics.co.uk/555.htm )
you might find yourself wanting to buy the 556 (which has two timers) because it allows one timer to trigger the second one in one package.
It is likely that you will find the 556 more useful that just one 555 [noparse][[/noparse]and more compact].
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
G. Herzog in Taiwan
By the way, If anyone has or knows of a document or at least a schematic that shows how to send Ir signals with the BS2 using the 555 timer as the 40khz oscillator please let me know. I found a schematic that shows how to make a 40khz IR oscillator but its pretty much useless since the schematic is for a stand alone module that does nothing but send out IR at 40 khz.
FWIW heres the schematic
Post Edited (jakjr) : 8/11/2004 8:59:22 AM GMT
Another use of the 555 is as an analog-to-digital converter. The 555 is hooked up in astable mode and the BASIC Stamp analyzes its output by using PULSIN.
The 555 is often unfairly maligned. When used within its known limitations, it can be a very useful tool.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Seems like a alot work/parts for what the stamp can do with a single resitor and LED.
http://www.uoguelph.ca/~antoon/gadgets/555/555.html
Greetings
Francisco
Also as Jon Williams mentioned a pulse stretcher for input...Instead of putting the BS2 into a tight loop trying to snag a short pulse, this simple chip can make the input pulse last longer so that the BS2 can service more things while checking the input.
I guess it boils down to resources versus extra parts/work.· Sometimes if a project is really small and simple, like my Better Mouse Trap, and I have an LCD Display, I have extra pins and resources, so I hang the LCD Display right off the I/O pins and talk to the display directly.· If I am short of code space and/or pins though, I will add a Serial-to-Parallel LCD Chip (Usually PIC-an-LCD) so that I only need one I/O line and a SEROUT command to use the Display.· To see this project, go here:
http://www.lightlink.com/dream/chris/mousetrap.htm
I will try to get the code up for it soon...Been busy... ...Note that, even on this project I used a comparator on the input, just to simplify things...Took a few more parts, but then again I have them lying around in parts cabinets not earning their keep anyway!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
·
what you say is SO right and true.... Many times , a product can be " better " than that from the competitors NOT only because of better hardware OR software but from a " better " and clever combination of both. And getting accuainted with specialized chips like these can help a lot.
cya
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
G. Herzog in Taiwan
By the way chris, I checked out your mousetrap, looks pretty neat. I noticed one of your dates reads 06-07-2003 was this a typo or has it been in service that long?
The Mousetrap was one of those things were it was a fine line between something I needed, something my wife wanted, and a gag (Hence the quote, Build A Better Mousetrap).· A Mousetrap does not need an LCD Display.· Heck it doesn't need a BS2!· But again, hobbyist first...I grabbed a bunch of stuff, including a hobby servo and set out to prove that technology can overcome!
If you saw the root page, we're working on a few projects...Some are further along than the pages indicate, I just simply haven't had the time to update them.· But since these are all Hobbyist projects there's no rush, and all the information will be there for anyone who wants to duplicate it.· A dozen or more people that saw the Mousetrap said I should build a cheaper version and market it, but I have no desire or ambition to do this.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Knight Designs
324 West Main Street
P.O. Box 97
Montour Falls, NY 14865
(607) 535-6777
Business Page:·· http://www.knightdesigns.com
Personal Page:··· http://www.lightlink.com/dream/chris
·