element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
Community Hub
Community Hub
Member's Forum Flashing Led's
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 53 replies
  • Answers 23 answers
  • Subscribers 533 subscribers
  • Views 4571 views
  • Users 0 members are here
  • blink led
Related

Flashing Led's

commanderkelly
commanderkelly over 6 years ago

Hello, I am new to this site and loving it. I did a bit of Electronics in 1995 where I made a flashing led circuit with 2 led's and it was cool. My other hobby is model trains and I would like to put 2 small led's in buffer stops and make them flash and run it off a DC train controller. Does anyone have a simple circuit that would do the job for this? I am basically a noob at electronics but I can follow a simple circuit.

 

Thank you.

 

Gary.

  • Sign in to reply
  • Cancel

Top Replies

  • 14rhb
    14rhb over 6 years ago +12 suggested
    Hi Gary, Welcome to Element 14 Community. Although a long time ago, you have already completed the first step on the world of modern electronics - the famous 'blinky' experiment . I'm assuming you want…
  • beacon_dave
    beacon_dave over 6 years ago +8 suggested
    Probably can't get much simpler than a flashing LED: https://uk.farnell.com/c/optoelectronics-displays/led-products/flashing-blinking-leds Size may be an issue however. 3mm is the smallest listed.
  • fmilburn
    fmilburn over 6 years ago in reply to 14rhb +7 suggested
    Hi Rod and Gary, I am more of a digital guy but I saw this and had to build it. The circuit is close to the first link that Rod gave above. The voltage source is 4 AAA, R1 and R4 are 330 ohm, R2 and R3…
Parents
  • SGarciaV
    0 SGarciaV over 5 years ago

    Hi Gary. I see that you've gotten lots of great responses. Personally, I am partial to the 555 :-D

     

    I recently built a circuit similar to the one described in the following video:

     

    https://youtu.be/gYnd_nMi39g

     

    As for the Arduino, once you have the board you need to install the Arduino IDE. You can get that at the following link:

     

    https://www.arduino.cc/en/main/software

     

    Two important settings of the IDE that *must* be correct are the serial port designation and the board type. There are lots of Arduino models, such as Uno, Nano, Mega, Leonardo and many more from other vendors. To get started, I would purchase one that is compatible with either the Uno or Nano.

     

    If the Arduino IDE is open, close it. Connect the Arduino to the PC via the provided USB cable. Note that the Uno uses a different cable than the Nano (for example).

     

    Once the Arduino is connected to the PC, the OS should recognize it and assign a serial port to it. Note that my experience and comments are in regard to a Windows installation.

     

    Now launch the Arduino IDE. Locate the settings for the port and select the port that was assigned to the Arduino that you connected. Also select the correct board.

     

    Go to the File menu option and open the Blink example. This is a really simple program, which in the Arduino world programs are called sketches, that blinks the internal LED. Once the program is open, click on the button to compile and download the sketch to the Arduino. If you get an error, check that the Arduino is connected and also check that you selected the correct serial port and board.

     

    Search E14 and Youtube, there are lots of tutorials to get you started. Here is one possible video:

     

    https://youtu.be/kLd_JyvKV4Y

     

    Sorry, at 37 minutes, I don't have time to watch it to comment on the video. Also search for Jeremy Blum's Arduino videos. Hopefully this info will be helpful to you. Good luck on your projects and welcome to Element 14, where everyone knows Ohm's Law! ;-)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • commanderkelly
    0 commanderkelly over 5 years ago in reply to SGarciaV

    Hello and thank you, I have the Uno board and downloaded the softwear to windows. I'll check them videos out thank you.

     

    Gary.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • commanderkelly
    0 commanderkelly over 5 years ago in reply to SGarciaV

    Hello and thank you, I have the Uno board and downloaded the softwear to windows. I'll check them videos out thank you.

     

    Gary.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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