Arduino Remote Control Light Switch: Code and Wiring Diagram
In this article, you will learn how to wire and code an Arduino-Controlled Light Switch. The project will let you control a lamp using an Infrared Remote control and a …
In this article, you will learn how to wire and code an Arduino-Controlled Light Switch. The project will let you control a lamp using an Infrared Remote control and a …
A relay module using Arduino is an electronically operated switches that can let electricity pass through or not. These modules can be operated by an Arduino to control other modules. …
In this article, you will learn how to use a DS1302 real time clock module in Arduino. Real Time Clock modules are used in many devices like computers, televisions, and …
Infrared (IR) remote controls in Arduino are handheld devices that can control other devices using infrared light. IR remote controls need a line of sight to operate. This means someone …
In this article, I will show you how to connect a potentiometer to Arduino by controlling an LED. A potentiometer is simply a varying resistor. This means you can amplify …
In this article, you will learn how to use a Temperature Monitoring System Using Arduino and Python Live Data Plotting. Creating this project will let you do serial communication from …
In this article, I will show you how to interface a 5 volt Stepper Motor in Arduino. Stepper motors are a kind of DC motor that moves in small steps. …
In this article, I will show you how to interface a keypad to Arduino and output it to a LCD. Keypads on devices are essential mode of input. Without it, …
In this article, I will show you how to interface a 2-axis Joystick in Arduino. This is similar to a PlayStation 2 analog joystick. You can use this in controlling …
In this article, you will learn how to use an Arduino Water level sensor and plot the data in Python. Creating this project will let you do serial communication from …
In this article, I will show you how to interface a sound sensor module in Arduino. Using this module, you can capture sound as input to control other parts of …
In this article, I will show you how to interface an ultrasonic sensor in Arduino with Source Code. This sensor measure distances using sound waves bouncing back to itself. Many …
Today we will be creating a temperature monitoring system using Arduino. This device can monitor the temperature of any environment using a digital humidity and temperature module and display it …