Tag: easyeda

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

IOT Project

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

Arduino Project IOT Project

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

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

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

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

Back To Top