• 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 | Hire Me | Contact | Calculators-online
You are here: Home / Archives for Arduino

Arduino

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

Arduino based DC Voltmeter Circuit – Construction Details and Testing

Last Updated on January 1, 2019 by Swagatam 10 Comments

LCD bb

In this post, I will show how to construct a DC voltmeter using Arduino where the readings are displayed in 16×2 LCD.     The proposed voltmeter design can read up to 30V with tolerance of +/- 0.5 volt. We are going to see how this setup functions and explore other possibilities we can accomplish […]

Filed Under: Meters and Testers Tagged With: Arduino, Based, Construction, DC, Details, Voltmeter

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 11
  • Page 12
  • Page 13

Primary Sidebar

circuit simulator image

Subscribe to get New Circuits in your Email

Categories

  • Arduino Projects (96)
  • Audio and Amplifier Projects (133)
  • Automation Projects (18)
  • Automobile Electronics (103)
  • Battery Charger Circuits (87)
  • Datasheets and Components (109)
  • Electronics Theory (149)
  • Energy from Magnets (27)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (20)
  • Health related Projects (27)
  • Home Electrical Circuits (13)
  • Indicator Circuits (16)
  • Inverter Circuits (96)
  • Lamps and Lights (159)
  • Meters and Testers (72)
  • Mini Projects (28)
  • Motor Controller (68)
  • Oscillator Circuits (28)
  • Pets and Pests (15)
  • Power Supply Circuits (91)
  • Remote Control Circuits (50)
  • Renewable Energy (12)
  • Security and Alarm (64)
  • Sensors and Detectors (106)
  • SMPS and Converters (34)
  • Solar Controller Circuits (60)
  • Temperature Controllers (43)
  • Timer and Delay Relay (49)
  • Voltage Control and Protection (42)
  • Water Controller (37)
  • Wireless Circuits (31)

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
  • Stack Exchange
  • Linkedin

Recent Comments

  • Swagatam on How IC LM337 Works: Datasheet, Application Circuits
  • Swagatam on Make a Simple Class D Amplifier Circuit
  • Mehmet Ovacıklı on How IC LM337 Works: Datasheet, Application Circuits
  • Swagatam on EGS002 Datasheet, Circuit Diagram Explained
  • Nnadi on EGS002 Datasheet, Circuit Diagram Explained

© 2026 · Swagatam Innovations