Hello everybody, this post is about using a Stepper motor with an Arduino by using one of its drivers, which is ULN2003, it’s a driver that’s widely used, because it’s … Continue Reading How to use a stepper motor with Arduino and its driver ULN2003
Hello everyone, this is a tutorial on how to use a relay module with Arduino, here I used an 2 channels relay module with an Arduino Uno, you can … Continue Reading How to use a relay module 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
Hi everyone in this tutorial i’m gonna show you how to do a simple LED blink and fade with an Arduino board, I’m also showing how to create a simple … Continue Reading Arduino LED blink, fade and “Traffic lights” project
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