Category: Arduino
-
Build Arduino Quadcopter with Complete Source Code and Circuit Diagram
Ever wanted to design something of your own from scratch but never knew where to start. Well, you made it to the right spot. In this article, we will teach how you can make your own Arduino Quadcopter Drone step by step. If you feel your programming skills are lacking then you can always get…
-
Home Made Fingerprint Attendance Biometric System by using Arduino
Introduction Biometrics is the emerging technology used in the identification of individuals. Here we will discuss a fingerprint-based biometric attendance system. Attendance in school systems and offices is usually marked manually on paper, however, with the use of biometric systems, the use of paper and wastage of time can be greatly reduced. Also, this method…
-
Learn How to Control RGB LED Light Strip by using ESP8266 + Blynk App
Introduction Hello, electronics enthusiasts! In the following tutorial, I will show you how you can make a DIY controller for a LED strip using an Arduino Pro Mini and an ESP8266 WiFi module. This module will help us control the light strip using our smartphones. The idea behind this project Now we all know that…
-
Learn How to Program Arduino Board by Using Smartphone
Everyone knows how to write and Upload Source Code into Arduino Boards by using official Arduino IDE software tool on a computer, but I can guess that not all of you have heard about Programming of Arduino Board by using a smartphone. In this tutorial, we are going to discuss that how to compile and…
-
Arduino Based Automated Waste Segregator Final Year Project
Abstract The rapid growth in the population has also led to the surge in the volume of waste being generated on a daily basis. This increase in the generation of waste due to continuous growth in the urbanization and industrialization has become a severe problem for the local and the national government. It is also…
-
Interfacing of Arduino Uno with GPS Module by Using a TinyGPS++ library
Do you want to Learn how to interface a GPS (Global Positioning System) module with Arduino? Yes, you are in a right place, in today article we will Discuss that how to interface Ublox 6M GPS module with Arduino UNO. After Successful completion of this project, you would be able to read a Real-time Data…
-
IOT Based Home Automation by Using ESP8266 (NodeMcu) with Blynk
After successful Completion of this project, you would be able to control your home appliances such as Tv, Fan, Bulb, Motor, Refrigerator, and door lock e.t.c. with the help of your smartphone from anywhere in the world. Esp8266 a wifi Module plays a vital role in this IOT Based Home Automation Project. An Esp8266 Module will Receive…
-
Smart Watering System that can water six plants remotely | Arduino + IoT
A goal of this project: Basic idea was to make a smart watering system that can water six plants remotely from anywhere in the world, and to keep track of the soil’s moisture percentage and get that data sent to our mobile device. Arduino microcontroller and NodeMCU are the backbones of this project. Project’s skeleton:…