Hey hello friends , welcome to another post, In this article I will let you know how to make internet and manual control homeautomation system using blynk iot cloud platform. By using this homeautoamtion system you can control your home appliances over internet from your smartphone from anywher in this world as well as check the status […]
ESP32 Bluetooth Controlled 10Ch HomeAutomation System Using Android App.
We all know ESP32 comes with WIFI, Bluetooth Low Energy and Bluetooth Classic, In this Homeautomation project, we are going to use ESP32 Bluetooth classic feature to control our homeappliances . Components Requried 1.ESP32 Board. 2.Relay (5volt). 3.IN4007 Diode. 4.BC547 NPN Transistor. 5.Two pin Terminal Connector. 6.Power Break (5volt). 7.Coustom Designed PCB. Coustom Made PCB. Although […]
EEPROM Memory,Android App and Manual Control Home Automation System.
Hello friends, In this article we are going to make Home Automation System which can be controlled with Smartphone as well as Manual Buttons. In this project we will be storing data in the EEPROM Memory of Arduino so when there is any power cutoff and when the power is back again it will continue […]
ESP32 Bluetooth HomeAutomation Using Android App and Manual Switches.
In this post , we are going to make Bluetooth and Manual control homeautomation system using ESP32. We all know ESP32 has inbuilt bluetooth , So we don’t need any separate bluetooth module for making of this project. In this project we are able to control our homeappliances via Android APP and also by regular […]
8 NODE SMT Smart HomeAutomation PCB.
Hello friends, In this article I am going to introduce my newly design fully SMT components used homeautomation PCB,this is 8 node homeautoamtion pcb. Size of this PCB is very small due to SMT Components and it will easily fits inside your electrical switch board. This PCB has inbuilt OTA button, that is, you can […]
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 […]
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 […]
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 […]
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 […]
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 […]