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, in this tutorial I planned to test different functions of the TFT LCD shield but I encountered few problems and decided to show … Continue Reading Interfacing and fixing touch problem in Arduino TFT 2.4″ LCD shield
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 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’ll try to measure temperature and humidity using the DHT22, DHT22 and DHT11 are famous sensors used a lot for measuring temperature and humidity, they … Continue Reading Measure temperature/humidity using DHT22 + LCD i2c + Arduino
Hello everyone, Today we gonna see the full tutorial on how to control the 2-Axis FPV camera cradle with joystick module, the camera cradle comes in a little package … Continue Reading Control dual axis FPV camera cradle with Joystick module
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 here, Before proceeding, if you need to buy DHT11 sensor, check Seeedstudio by clicking here ! In this tutorial we gonna see how to simply use the DHT11 … Continue Reading Measure temperature/humidity using DHT11 + LCD i2c + Arduino
Hello there, here we are using the HC-SR04 ultrasonic module to measure distance, it’s a classic Arduino project to get you started, this module can measure up to … Continue Reading How to use HC-SR04 ultrasonic module with Arduino to measure distance in cm and inch
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
Hello everyone, this is a quick tutorial on how to use the keypad with Arduino and a LCD i²c screen. The Keypad I use is 4×4, it’s very useful and … Continue Reading Arduino uno + 4×4 Keypad Matrix + LCD i2c screen
Hello there, welcome to SurtrTech, this is a quick tutorial on how to use the LCD i²c version, this display that I use in the majority of my projects, it’s … Continue Reading Arduino LCD I2C simple use and direct write from serial monitor