• 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

How to Interface 4×4 Keypad with Arduino

Last Updated on May 14, 2026 by Swagatam 2 Comments

keypad

In this post I have explained how to interface a 4×4 keypad with Arduino. We are going to see what is a keypad, how it is constructed and a how to program the Arduino to receive keystrokes form the keypad and print them in serial monitor. What is a keypad? A keypad is a portable […]

Filed Under: Arduino Projects Tagged With: 4x4, Arduino, Interface, KeyPad

How to Make a Simple Math Calculator using Arduino

Last Updated on May 14, 2026 by Swagatam 2 Comments

add

In this post, I will show how to construct a calculator using Arduino, which can perform far complex arithmetical calculation than an ordinary calculator. Program: //——————-Program Developed by R.Girish—————// #include<math.h> float a = 500; float b = 105.33; float add; float sub; float divide; float mul; void setup() { Serial.begin(9600); Serial.println(“Simple Arduino Calculator:”); Serial.println(“n”); Serial.print(“a […]

Filed Under: Arduino Projects Tagged With: Arduino, Calculator, Math, Simple

Arduino IR Remote Control Circuit

Last Updated on May 14, 2026 by Swagatam 10 Comments

IRremote

In this post I will show how to construct a customizable Arduino based IR (infrared) based wireless remote control switch, which consists of IR remote and a receiver, you may modify according to your needs. In the later part of the article I have explained about an upgraded foolproof version of an IR remote control […]

Filed Under: Arduino Projects, Remote Control Circuits Tagged With: Arduino, Control, IR, Remote

How to Interface Cellphone Display with Arduino

Last Updated on May 14, 2026 by Swagatam Leave a Comment

hello2Bworldddd

In this post we will be learning how to interface Nokia 5110 display with arduino microcontroller and how to display some text, we will also be constructing a simple digital clock and finally we will be exploring graphical capabilities of the Nokia 5110 display. Nokia was the most popular mobile phone brand across the globe […]

Filed Under: Arduino Projects Tagged With: Arduino, Cellphone, Display, Interface

Arduino Pure Sine Wave Inverter Circuit with Full Program Code

Last Updated on May 14, 2026 by Swagatam 660 Comments

arduino

This article explains a simple pure sine wave inverter circuit using Arduino, which could be upgraded to achieve any desired power output as per the user’s preference. Circuit Operation In the last article I have explained how to generate sine wave pulse width modulation or SPWM though Arduino, we are going to use the same […]

Filed Under: Arduino Projects, Inverter Circuits Tagged With: Arduino, Full, Inverter, Pure, Sine, Wave

Arduino PWM Signal Generator Circuit

Last Updated on May 14, 2026 by Swagatam Leave a Comment

circuit

In this post we elaborately study how to make an Arduino based PWM signal generator circuit, which can be set or adjusted with a potentiometer or a pot to any preferred duty cycle ratio. WHAT IS PWM? pwm or pulse width modulation as the name itself suggest is  modulation of width of the pulses  i.e. […]

Filed Under: Arduino Projects Tagged With: Arduino, Generator, PWM, Signal

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Go to Next Page »

Primary Sidebar



Categories

  • Arduino Projects (95)
  • Audio and Amplifier Projects (134)
  • Automation Projects (18)
  • Automobile Electronics (104)
  • Battery Charger Circuits (90)
  • Datasheets and Components (109)
  • Electronics Theory (150)
  • Energy from Magnets and Earth (41)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (20)
  • Health related Projects (27)
  • Home Electrical Circuits (13)
  • Indicator Circuits (16)
  • Inverter Circuits (100)
  • Lamps and Lights (163)
  • Meters and Testers (72)
  • Mini Projects (28)
  • Motor Controller (68)
  • Oscillator Circuits (30)
  • Pets and Pests (15)
  • Power Supply Circuits (91)
  • Remote Control Circuits (50)
  • Security and Alarm (65)
  • Sensors and Detectors (107)
  • SMPS and Converters (46)
  • Solar Controller Circuits (62)
  • Temperature Controllers (44)
  • Timer and Delay Relay (50)
  • Voltage Control and Protection (44)
  • Water Controller (37)
  • Wireless Circuits (31)



Circuit Simulator

circuit simulator image



Subscribe to get New Circuits in your Email



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 |



Recent Comments

  • Swagatam on LM567 Tone Decoder IC Features, Datasheet and Applications
  • David Swartzendruber on LM567 Tone Decoder IC Features, Datasheet and Applications
  • Swagatam on How to Build Maxwell Inductance-Capacitance Bridge for measuring High Value Inductors
  • Swagatam on Temperature Controlled Relay Switch Circuit
  • Swagatam on 7 Easy Voltage Doubler Circuits Discussed

Social Profiles

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

© 2026 · Swagatam Innovations