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 […]

IOT Project

Alexa & Manual Control HomeAutomation System Using ESP32

In this post we are going to make a very interesting homeautomation system in which we control our homeappliances by using Amazon-Alexa and we can control it manually. that is two way controlled homeautomation system,Alexa will work only if we have active wifi , so in case if we don’t have internet or our internet […]

IOT Project

10 Channel HomeAutomation System Using Alexa & ESP32

Bulb Connection Connect all the bulb as shown in figure below. Click here to download PCB file (Gerber) Code #ifdef ARDUINO_ARCH_ESP32 #include <WiFi.h> #else #include <ESP8266WiFi.h> #endif #include <Espalexa.h> #define R1 26 #define R2 27 #define R3 14 #define R4 12 #define R5 13 #define R6 2 #define R7 4 #define R8 18 #define R9 […]

Arduino Project GSM Project

SMS and Manual Control HomeAutomation System with feedback using GSM Module & Arduino uno

Welcome to another POST, Now in this Tutorial we are going to build a project in which we control our home appliances by sending a text sms from our phone and not only by a text sms we also able to control manually by our regular switches as we always do. And apart from this we […]

IOT Project

Android APP & Manual Control Homeautomation using ESP32

Hello friends welcome to another post, In  this post I will let you know how to make your own android app control homeautomation system using esp32. In this homeautomation system ,we are able to control our homeappliances with an android app as well as manually with regular switches as we always do, this two control […]

Back To Top