arduino tutorial

Arduino Sound Sensor How Does a Sound Sensor Work and how to Interface it with Arduino?

A sound sensor is a simple, easy-to-use, and low-cost…

Arduino LM35 Temperature Sensor Interfacing How Does a LM35 Temperature Sensor Work and how to Interface it with Arduino?

If you are looking for an inexpensive, accurate, easy-to-use temperature sensor, then LM35 is an excellent choice. It…

Interface Hall Effect Sensor Module with Arduino Interfacing Hall Effect Sensor Module with Arduino

A Hall effect sensor or Hall sensor is a magnetic non-contact sensor that generates an electrical signal proportional to the…

Power an Arduino Board Different Ways to Power Your Arduino Boards

We use Arduino boards in many of our projects. Most of the time we will power it through the USB port. But, that’s not the only way to power an…

Rain Sensor Interfacing with Arduino How Does a Rain Sensor Work and how to Interface it with Arduino?

When it comes to detecting certain changes in weather conditions, it's pretty unpredictable, and rainfall is one of the most…

Arduino IDE Tutorial - Programming Arduino UNO Beginners Guide to Arduino IDE and Arduino Programming

What is the Arduino IDE? As we know we need a text/code editor to write the code, a compiler to convert that…

DIY Gesture Controlled Arduino based Air Mouse using Accelerometer DIY Gesture Controlled Arduino Based Air Mouse using Accelerometer

Ever wondered how our world is moving towards immersive reality? We are continuously finding new ways and methods to interact…

How to Use OV7670 Camera Module with Arduino​ How to Use OV7670 Camera Module with Arduino​

The OV7670 camera module with Arduino programming has always dominated the electronics industry, as it has lots of applications…

DIY Self Balancing Robot using Arduino DIY Self Balancing Robot using Arduino

After being inspired by RYNO motors and other self-balancing scooters from Segway, I always wanted to build something of my own…

 ESP32 Real Time Clock using DS3231 Module ESP32 Real Time Clock using DS3231 Module

In this tutorial, we will learn about Real Time Clock (RTC) and its interfacing with the ESP32 and OLED display.