Tag: Pcb design

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 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

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

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

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