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’ll use a buzzer or piezo-speaker with its two versions (3 pins module and 2 pins component), It’s very simple to use, the buzzer … Continue Reading How to use a buzzer/piezo speaker with Arduino
Hello there, In this tutorial we gonna try to interface a Joystick module with an Arduino board, here as usual I’m using an Arduino Uno board. This module permit … Continue Reading How to simply interface the Joystick module with Arduino board
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, Welcome to this tutorial where we see how to control DC motor speed using a potentiometer, the l298n motor driver and an Arduino board. First If … Continue Reading Control DC motor speed using potentiometer + L298n + Arduino
Hello there, Welcome to this little tutorial, we gonna see how to use the FC 51 infrared sensor, it’s a module used to detect if something is passing by or … Continue Reading How to use the FC 51 InfraRed proximity/obstacle avoidance sensor with 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 everybody, Welcome to this tutorial, check the video first it contains a little bit of explanation about H-bridges if you want to understand or even make your … Continue Reading Step by step on how to use the L298n dual H-bridge driver with Arduino
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
Hi Everyone, this is a tutorial on how to use the servo motors with Arduino Uno you can check it in the video, here I’m gonna post the wiring … Continue Reading Use servo motors 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 there, 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 a 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 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