Hello, here we are using the HC-SR04 ultrasonic module to measure distance, it’s a classic Arduino project to learn how to use the board, this module can measure … Continue Reading How to use HC-SR04 ultrasonic module to measure distance in cm and inch
Hello Hello… Welcome to this simple tutorial on how to use an infrared receiver and its remote control with Arduino board. I’m using Arduino Uno, LCD i2c screen, VS1838B Infrared … Continue Reading How to use Infrared receiver and remote control with Arduino
Hello, This post is about an Arduino locking algorithm/code you can add to your own projects, the code is very simple to use and understand by beginners, the code … Continue Reading Simplest Arduino Lock/unlock code/algorithm using Keypad and LCD screen
Hello everyone, this is the simplest way to use a keypad with an Arduino UNO. Wiring: Keypad pins (from 8 to 1) it’s written on the kaypad, are wired with … Continue Reading Arduino uno + 4×4 Keypad Matrix + LCD i2c screen
Quick use of LCD i2c display with Arduino: Wiring If you have any problem with the libraries used here’s the link to download them: Download LCD i2c library here Download … Continue Reading Arduino LCD I2C simple use and direct write from serial monitor
Hi everyone, this is a quick diy thermometer based on Arduino and LM35 temperature sensor and shown on a LCD I2C screen Wiring: LCD i2c Library: Download library … Continue Reading Simplest Arduino based thermometer using LM35 and LCD i2c screen