Tag: jlcpcb

ESP32 Projects IOT Project Review

ESP32-C3-MINI: A Powerful and Compact IoT Development Board.

Introduction. I have design and Made Purple ESP32 and ESP32 with USB Type- C port….those boards were amazing, Now in this Article I am going to introduce my newly design brand new ESP32C3-MINI board. If we compare with the regular ESP32 Board with the size of this ESP32C3 MINI BOARD the size is  almost half. Also […]

ESP32 Projects

Bluetooth & Manual Control Home-Automation System with Realtime feedback.

Introduction. In this article I am going to make a very useful and very easy home-automation system. In this home-automation system we will control our home-appliances from the android app through Bluetooth and we can also control the appliances via manual switch buttons that we regularly do, Now You’re thinking we already make this project!  […]

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

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

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

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

Request Sensor Readings Using ESP32 via Telegram.

In this post you will see how to request ESP32 Sensor readings using telegram, i.e. we are going to build a system in which we request the sensor readinngs like current temperature and humidity from our phone using telegram messenger. This is a very  simple but very effective project.we can read the temperature and humidity of […]

Back To Top