Arduino IR Remote Tutorial: Control an LED, Then Add a Servo Door

Arduino IR remote LED & servo door demo: Uno + KY-022, LED on breadboard, SG90 opening latch, kit remote in hand.

Build an Arduino IR remote LED controller with a KY-022 receiver, then upgrade the same circuit to operate a servo-driven door. Includes wiring diagrams, IR scanner code, complete Arduino sketches, troubleshooting, and FAQ.

Arduino Password Door Lock with Keypad and LCD

Arduino Password Door Lock with keypad, LCD and servo motor demo setup

Step-by-step tutorial for building an Arduino password door lock using a 4×4 keypad, 16×2 I2C LCD display, and SG90 servo motor. Includes full wiring diagram, complete Arduino code, line-by-line code breakdown, testing tips, troubleshooting guide, FAQ, and upgrade ideas.

Arduino and HC-05/HC-06 Bluetooth Module Complete Tutorial

Arduino Bluetooth Tutorial HC-05 Bluetooth Module

This tutorial walks through the HC-05 and HC-06 Bluetooth modules with Arduino. You’ll wire up the module, control an LED over Bluetooth, build a basic app in MIT App Inventor, and then take it further with relay-based lamp control. I also cover the common issues people run into and a few frequently asked questions.

L298N Motor Driver with Arduino: DC Motor Control Guide

Realistic wiring diagram of an L298N motor driver module connected to an Arduino Uno and two DC motors for controlling direction and speed.

The L298N is a dual H-bridge motor driver, and it is one of the most common ways to control DC motors with an Arduino. Here I go through the pinout, how to wire it up, how PWM speed control actually works, and how to set motor direction in code. There is also a troubleshooting section for the issues that tend to come up.