• Skip to main content
  • Skip to primary sidebar

Homemade Circuit Projects

Need circuit help? Post them in the comments! I've answered over 50,000!

Blog | Categories | About | Contact | Calculators-online
You are here: Home / Archives for Blinking

Blinking

Blinking LED Bow Tie Circuit

Last Updated on January 2, 2024 by Swagatam Leave a Comment

bow tie LED circuit sound activated

In this article I have explained how to build an LED bow tie circuit which will activate and blink a few LED lights stuck on your bow tie in response to your voice sound. It means, the LED lights on your bow tie will flash and blink, whenever you speak, creating a very eye catching […]

Filed Under: Lamps and Lights Tagged With: Blinking, LED

Blinking LED Circuit using LDR and Resistors

Last Updated on January 3, 2024 by Swagatam 10 Comments

LED LDR blinker GIF

This is perhaps the most simplest looking LED flasher that does not depend on any semiconductor. This LED blinker circuit utilizes ordinary passive components like a few resistors, a capacitor and an LDR. Meaning, this LED flasher does not depend on transistors or ICs to create the blinking effect. Circuit Description The LED-LDR combination is […]

Filed Under: Lamps and Lights Tagged With: Blinking, LDR, LED, Resistors

Blinking 3 LEDs (R,G,B) Sequentially Using Arduino Circuit

Last Updated on June 23, 2019 by Swagatam 6 Comments

rgb

In this post I have explained how to run or blink three LEDs in sequence using Arduino. The post was written and submitted by: Jack Franko PROGRAM/* make RGB LEDs to blink in series one by one at intervalof 1000MS */ int R = 12;int G = 11;int B = 10;void setup(){  pinMode(R,OUTPUT);  pinMode(G,OUTPUT);  pinMode(B,OUTPUT);}void […]

Filed Under: Lamps and Lights Tagged With: Arduino, Blinking, LEDs, Sequentially

Blinking an LED with Arduino – Complete Tutorial

Last Updated on March 13, 2019 by Swagatam 2 Comments

a 2

The post comprehensively discusses a basic Arduino code implementation guide for blinking its on-board LED. The data was built, tested, and written by Jack Franko.   CODE: for simply inbuilt LED on pin 13 of ARDUINO BOARD by default it is programed to blink frequently at 50 Mili Seconds  as it in description it will […]

Filed Under: Lamps and Lights Tagged With: Arduino, Blinking, Complete, LED, Tutorial

Thunder Lightning Detector Circuit – LED Blinking in Response to Thunder

Last Updated on December 7, 2022 by Swagatam 43 Comments

This simple circuit will enable you to visualize distant thunder lightning through a correspondingly choreographed LED flashes, exactly in accordance with the lightning that may be taking place somewhere in the distant sky, the response will be simultaneous and thus much prior to the sound that may reach your ears after a few seconds. RF […]

Filed Under: Sensors and Detectors Tagged With: Blinking, Detector, LED, Lightning, Response, Thunder

Blinking an LED with Delay – Arduino Basics

Last Updated on December 5, 2024 by Swagatam 4 Comments

arduino sketch

Here I have explained the bare minimum code for compiling an Arduino and also the method of blinking an LED using an Arduino board. Learning the Bare Basics Here we discus and try to understand the fundamental minimum code that one would need to compile an “Arduino Sketch” which consists the setup()method and the loop()method. […]

Filed Under: Arduino Projects Tagged With: Arduino, Basics, Blinking, Delay, LED

  • Page 1
  • Page 2
  • Go to Next Page »

Primary Sidebar

circuit simulator image

Subscribe to New Posts




Categories

  • Arduino Projects (89)
  • Audio and Amplifier Projects (132)
  • Automation Projects (17)
  • Automobile Electronics (101)
  • Battery Charger Circuits (83)
  • Datasheets and Components (104)
  • Electronics Theory (143)
  • Free Energy (37)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (19)
  • Health related Projects (25)
  • Home Electrical Circuits (12)
  • Indicator Circuits (14)
  • Inverter Circuits (88)
  • Lamps and Lights (142)
  • Meters and Testers (69)
  • Mini Projects (46)
  • Motor Controller (64)
  • Oscillator Circuits (27)
  • Pets and Pests (15)
  • Power Supply Circuits (108)
  • Remote Control Circuits (50)
  • Security and Alarm (64)
  • Sensors and Detectors (101)
  • Solar Controller Circuits (59)
  • Temperature Controllers (42)
  • Timer and Delay Relay (49)
  • Transmitter Circuits (29)
  • Voltage Control and Protection (39)
  • Water Controller (36)




Other Links

  • Privacy Policy
  • Cookie Policy
  • Disclaimer
  • Copyright
  • Videos
  • Sitemap




People also Search

555 Circuits | 741 Circuits | LM324 Circuits | LM338 Circuits | 4017 Circuits | Ultrasonic Projects | SMPS Projects | Christmas Projects | MOSFETs | Radio Circuits | Laser Circuits | PIR Projects |

Social Profiles

  • Twitter
  • YouTube
  • Instagram
  • Pinterest
  • My Facebook-Page
  • Quora
  • Stack Exchange
  • Linkedin



  • Recent Comments

    • Nitesh Agrawal on How to Design Simple LED Driver Circuits
    • Swagatam on How to Design Simple LED Driver Circuits
    • Nitesh Agrawal on How to Design Simple LED Driver Circuits
    • Swagatam on Prevent Relay Arcing using RC Snubber Circuits
    • Swagatam on How to Make HHO Fuel Cell Circuit in Automobiles for better Fuel Efficiency

    © 2025 · Swagatam Innovations