element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum 555 Timer Rapid Flashing
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 25 replies
  • Answers 2 answers
  • Subscribers 320 subscribers
  • Views 3110 views
  • Users 0 members are here
  • 555_timer
  • blink
Related

555 Timer Rapid Flashing

Former Member
Former Member over 10 years ago

Hey everyone.

 

I've been trying to use a 555 timer in one of my projects but I'm not sure how.

I've never used one before so I'm not sure if when I'm using it I'm setting up the circuit wrong or the chip is broken.

 

If you guys could help me, I'm just trying to make a rapid blinking circuit.

 

NOTE: My end goal is to have the output blink rapidly while a button is being pressed and do nothing when it's not. If there is a better way to do this than a 555 timer, please let me know.

 

Thanks.

 

P.S. I know this isn't really in the right section but it was the closest I could find.

  • Sign in to reply
  • Cancel

Top Replies

  • balearicdynamics
    balearicdynamics over 10 years ago +2
    Kartin I already saw in past the 555 is great in association with Arduino. If you need let me know I have collected for some experiments a lot of e-books and documentation on 555 circuit schemes most of…
  • mcb1
    mcb1 over 10 years ago +1
    Kartin Yes Arduino isn't quite the right place, and the list above doesn't give the full range element14jamie might have a better place .... Firstly you might need to give a clue about what schematic you…
  • clem57
    clem57 over 10 years ago +1 verified
    50 - 555 Circuits 555 Delay Times: C R 1 = 100k R 2 = 100k R 1 = 470k R 2 = 470k R 1 = 1M R 2 = 1M 10µ 2.2sec 10 sec 22sec 100 µ 22sec 10 0sec 220sec 470 µ 100sec 50 0sec 1000sec So the best you can do…
Parents
  • clem57
    0 clem57 over 10 years ago

    image

    50 - 555 Circuits

     

    555 Delay Times:
    CR1 = 100k
    R2 = 100k
    R1 = 470k
    R2 = 470k
    R1 = 1M
    R2 = 1M
    10µ2.2sec10sec22sec
    100µ22sec100sec220sec
    470µ100sec500sec1000sec

     

    So the best you can do is 2.2 secs with the corner above. Bad news is the circuit uses power at 10mA.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • jw0752
    0 jw0752 over 10 years ago in reply to clem57

    Hi Clem,

    What would happen if R-1 and R-2 were each 10K and C were to be 5 uF?

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to jw0752

    In the astable mode, the frequency of the pulse stream depends on the values of R1, R2 and C:

    image[7]

    The high time from each pulse is given by:

    image

    and the low time from each pulse is given by:

    image

    where R1 and R2 are the values of the resistors in ohms and C is the value of the capacitor in farads. So 1/ (ln(2) * .000005 * (30k))  =~ 1/.18 (If my math is correct). But that is theoretical and the circuit may reach a point where it cannot go...

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • clem57
    0 clem57 over 10 years ago in reply to jw0752

    In the astable mode, the frequency of the pulse stream depends on the values of R1, R2 and C:

    image[7]

    The high time from each pulse is given by:

    image

    and the low time from each pulse is given by:

    image

    where R1 and R2 are the values of the resistors in ohms and C is the value of the capacitor in farads. So 1/ (ln(2) * .000005 * (30k))  =~ 1/.18 (If my math is correct). But that is theoretical and the circuit may reach a point where it cannot go...

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • mcb1
    0 mcb1 over 10 years ago in reply to clem57

    You can get these into much higher frequencies ...try the calculation with 0.1uF cap.

     

    The comment about  ....  blink rapidly while a button is being pressed and do nothing when it's not. ....     is awaiting an answer, as you might not be able to use this circuit.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 10 years ago in reply to clem57

    Thanks for the formulas.

    John

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube