Hello, in this tutorial I’m using AM2320 (DHT 12 ??) temperature and humidity sensor with Arduino UNO board, this sensor is sold by Adafruit just like the DHT11 and … Continue Reading Measuring temperature and humidity using AM2320 (DHT12 ??) i2c sensor
Hello, this tutorial is a follow up of the 2 other ones about the 2.4″ TFT LCD Shield with Arduino UNO, so the first one was about Interfacing and … Continue Reading Arduino TFT LCD shield showing BMP images from SD Card
Hi, in this tutorial we’ll try to interface a PS2 wireless controller with Arduino UNO board, it is very interesting since all the controller’s buttons would be inputs for … Continue Reading Interfacing Wireless PS2 Controller with Arduino
Hi, and welcome to this quick tutorial about interfacing the FPM10A or 50DY optical fingerprint sensor, it’s made by Adafruit. The module is very … Continue Reading Interfacing FPM10A (50DY) Fingerprint sensor with Arduino
Hello, this a tutorial for beginners about the TFT LCD touch screen shield mounted on an Arduino UNO board, where we use some basic display functions and a little … Continue Reading TFT LCD 2.4″ Touch screen shield tutorial
Hello everybody, in this tutorial I’m using 128*32 i2c OLED display that I bought for few bucks, it’s very tiny you can use it … Continue Reading Use OLED display + Arduino with examples
Hello, in this tutorial we’re using the MG995 continuous rotation servo motor, it has many applications especially robotics, you can use it to move heavy vehicles … Continue Reading Use MG995 continuous rotation servo motor with Arduino
Hi, this is a fast tutorial about the KY-008 LASER module, I wanted to show you how it works before I use … Continue Reading Arduino KY-008 LASER module
Hello everyone, in this project we’ll try to make an easy alarm clock with Arduino UNO board, this project is a mix of different modules that I used before, if … Continue Reading Simple Arduino based Alarm Clock with DS1302 RTC
Hello there, In this tutorial we gonna use DS1302 Real Time Clock module with Arduino board. This module can be set up via an Arduino code and then … Continue Reading How to simply use DS1302 RTC module with Arduino board and LCD screen
Hello everybody and welcome to this quick tutorial, today we gonna use a Mifare RC522 RFID module with an Arduino Uno and an optional LCD i2c screen. IMPORTANT: Don’t … Continue Reading Quick guide to wire and use the RC522 RFID module with Arduino
Hello there, welcome to this simple tutorial on how to use an infrared receiver and its remote control with an Arduino board. I’m using an Arduino Uno, LCD i2c screen, … 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