Author: technolabcreation

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

DIY PCB for ESP8266 WiFi Module!

This article shows you, how to design and develop a programming shield for the ESP8266 WIFI module. If you remeber my video how to program esp8266 wifi module using arduino uno board. I had mentioned that pins of esp8266 is not bread-board friendly, there I have used jumper wires and bread-board for programming esp8266 wifi […]

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

HomeAutomation System Using Telegram & ESP32 with feedback.

In this tutorial we will make a homeautomation system using esp32 and Telegram. We are going to control our homeappliances from anywhere  in world using Telegram messenger. Introducing Telegram Telegram Messenger is a cloud-based instant messaging and voice over IP service. You can easily install it in your smartphone (Android and iPhone) or computer (PC, Mac and […]

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

Biometric fingerprint door lock control system + Homeautomation with feedback using android app.

In this article we are going to make a homeautomation system in which we are able to control our appliances through a smartphone, This project has one interesting addtion that is biometric door lock control system. We can easily control the doorlock using our fingerprint through the same app , from which we control our […]

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

Back To Top