Tag: arduinoproject

ESP32 Projects IOT Project

SMT 4 Node Smart HomeAutomation PCB.|ESP32

Hey hello friends welcome to another post, In this article, I am going to introduce my newly design fully SMT components used 4 channel remotely and manually controlled homeAutomation PCB. I have also made 8 channel SMT homeautomation PCB, TMT Components used homeautomation PCB. This homeautoamtion PCB is very small in size and compact which can […]

IOT Project

Internet and Manual Control HomeAutomation System with feedback using ESP32 & Blynk.

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

IOT Project

ESP32 Internet Controlled 10Ch HomeAutomation System Using Reyax MQTT Cloud.

In this Article, we will learn how to make our own homeautomation system using our own MQTT cloud broker & we will also learn about mqtt protocol. In this homeautomation System , we are able to control our home-appliances by an smartphone and monitor the real time status on the smartphone.  This project will work […]

IOT Project Review

Bluetooth & Manual Controlled, 8 Node SMT Homeautomation PCB.

Hello friends, Welcome to another homeautoamtion project article, In this post we are going to make Android app bluetooth controlled homeautomation system. For making of this homeautomation system , I will use my 8 node SMT homeautomation pcb and coustom design android app. Best part of this project is that we don’t need any internet connection or any […]

Arduino Project

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

Arduino Project

Arduino Temperature Data Logger with SD Card Module.

This article shows you how to create a temperature Arduino data logger. We’ll use the DHT11 to measure temperature, the real time clock (RTC) module to take time stamps and the SD card module to save the data on the SD card. Components Required. 1.Arduino Board. 2.SD Card Module. 3.DHT22 Temperature & Humidity Sensor. 4. DS […]

IOT Project Review

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

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

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

Back To Top