Arduino Project

Soil Moisture Sensor With Arduino

Components Required 1. Soil Moisture Sensor Module.  2.Arduino Board. (Nano,Uno,Mega Anyone) 4. 16×2 LCD Display. 5. Some Jumper Wires. 6. 10k Potentiometer. 7. Bread Board. Code Click here to download the code. #include <LiquidCrystal.h> const int rs = 7, en = 6, d4 = 5, d5 = 4, d6 = 3, d7 = 2; LiquidCrystal lcd(rs, en, […]

IOT Project

HomeAutomation System Using Telegram & ESP32 with feedback.

In this tutorial we will make a homeautomation system using esp32 and Telegram. We are going to control our homeappliances from anywhere  in world using Telegram messenger. Introducing Telegram Telegram Messenger is a cloud-based instant messaging and voice over IP service. You can easily install it in your smartphone (Android and iPhone) or computer (PC, Mac and […]

Arduino Project Review

Arduino Nano based Bluetooth & Manual Control Homeautomation System Using Android App.

In this post, we are going to make a Android app and Manual control homeautomation system using Arduino nano and HC-05 Bluetooth module. In this Homeautomation System, we are able to control our homeappliances by an android app through our smartphone and also we can control our devices through switches buttons, that we regularly use […]

IOT Project

Biometric fingerprint door lock control system + Homeautomation with feedback using android app.

In this article we are going to make a homeautomation system in which we are able to control our appliances through a smartphone, This project has one interesting addtion that is biometric door lock control system. We can easily control the doorlock using our fingerprint through the same app , from which we control our […]

IOT Project

ESP32 Internet & Manual Control HomeAutomation With Real Time feedback Using Reyax MQTT Cloud.

In this post we will learn how to make our own homeautomation system using our own MQTT cloud broker. In this homeautomation System , we are able to control our home-appliances by an smartphone and also we can control it with manual switches and monitor the real time status on the smartphone.  This project will […]

IOT Project Review

Digital Clock using Network Time protocol , NO RTC

Today we will learn about network time protocol or NTP which can provide time using network and we will make a clock using it. Network Time Protocol. NTP is a network protocol for clock synchronization amongst various computer systems.  NTP synchronizes all the partaking computer systems in a time range of a few milliseconds of […]

Arduino Project

Arduino Nano Clock With Auto Brightness.

Everyone wanted a clock that shows time and date together So, In this project I’ll show you how you can build an arduino nano clock with adaptive brightness using RTC and a design PCB from PCBWay. Arduino Nano Clock Features. 1. Shows the date and time together. switches in three seconds. 2.Adaptive brightness, i.e this clock […]

IOT Project

Best homeautomation PCB with SMD Components, ESP32 Chip.

Hello friends, In this article I will introduce a homeautomation pcb which is smallest homeautomation pcb i have ever used. By using esp32 chip and the  SMT components , I am able to reduce the size of pcb. Now using this pcb we can make internet and manual control control homeautomation system. In which we are […]

Arduino Project IOT Project

Internet, Bluetooth & Manual control homeautomation with realtime feedback using ESP32.

In this homeautomation system we can control our homeappliances via bluetooth , wifi and from manual switches,  if the esp32 is connected with the internet the onboard leds will turn on, then we can control our homeappliances with the blynk mobile application, and also from the manaul switches and we can also monitor the real time […]

IOT Project

Telegram & Manual Control HomeAutomation System with feedback using esp32

Hello friends welcome to another post,In this post we are going to make a telegarm and manual control homeautomation system with feedback, we can control our homeappliances just by sending a text message from telegram from anywhere in the world and also we can switch ON or OFF Manually by regular switches as we alwaays […]

Back To Top