Automation Without Sensor | ESP8266 Projects

by techiesms in Circuits > Wireless

77 Views, 0 Favorites, 0 Comments

Automation Without Sensor | ESP8266 Projects

poster.jpg

Imagine when you enter the room and the lights get turned on!!! I know, it's not a new thing now. But Imagine again, turning on the light when you enter the room without using any sensor. Yes without motion sensor, without IR sensor, without LASER light sensor,without door sensor or without any sensor available in the market. No it's a new thing right?

This is my new project of automating home appliances without any sensor. Earlier in my ultimate home automation project,I have used PIR motion sensor to detect if anyone enters inside your room, but using that project I found PIR sensor unreliable as sometimes even if we are inside the room, it gives a low signal to the controller and that turns off the appliance. So I want something in my room which can detect my presence and quickly turns on the light of the room and the light stays on until I leave the room. So for that, I have developed such a thing which can detect my presence without using any sensor. So that device uses ESP8266 wifi module in it. And let me share a secret, that device is not tracking me, rather it is constantly tracking my smart phone. Got any idea regarding how this project is working???


Let's jump into the article.

Components Required

  • ESP8266 01 WiFi Module
  • HiLink 220v ac to 5v dc power supply
  • LD33V regulator IC
  • MCT2e IC
  • BC547 Transistor
  • LED
  • 1k Resistor
  • 1N4007 Diode
  • 5V Relay
  • 2 pin connectors

Circuit Diagram

circuit-1.jpg

Get PCBs From JLCPCB.com

You can make you own PCB at home, or can directly order it online.I got one amazing site called jlcpcb.com for ordering our pcbs online. You can design the pcb online too at easyeda.com and then just download the gerber file format of the PCB from there.

After that upload that gerber file on jlcpcb.com and you can get the pcbs right at your door steps. The price is reasonable.

10 PCBs for $2.

One more thing,your first order will be delivered for free. So give it a try once. If you are lucky enough, you’ll get a PCB for free as I have planned one giveaway do refer the project tutorial video to know how to claim these free PCBs.

Process/Working of This Project

4.jpg

First of all, here our ESP8266 wifi module is constantly scanning for the wifi networks available within it's range. Here the hotspot of my smartphone is also turned on.

6.jpg

Now what happens, when I go near to a certain distance from my esp8266 wifi module, it automatically turns on the bulb attached to it.

7.jpg

And when I move away from a certain distance from esp8266, the bulb automatically turns off. So basically, in this project, rather then detecting humans, it is detecting the presence of phone and accordingly switching the appliances.

Code

Code for this project is uploaded on-to my GitHub account. To redirect to that code, click here.

Tutorial Video

Automation Without Sensor | ESP8266 Projects | Automation Projects

If you still have any doubts regarding this project and want to know in more details about it, watch out my tutorial video.