jawher-Mansour / Wifi-Controlled-UV-C-Lampe

wifi controlled UV lampe to irradiate and sterilize our environment against Covid-19 and other germs with UV-C rays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wifi Controlled UV Lampe

This project is based on LC Technologyy ESP8266-01 Relay Module to control an UV-C lampe throught a web browser

alt text alt text

Description

LC Technologyy ESP8266-01 Relay Module is ideally suited to controlling larger voltages in your project through WIFI. This is a 1 channel relay module which can be used to activate up to 250V AC and 30V DC. This allows you to build in device control, operating remote lights or triggering systems when the module is supplied with a signal from an ESP8266 module (included).

As you may notice throught out the schematics ,This board does not use GPIO0 or GPIO2 of the ESP8266 in order to activate the relay, it use the serial communication instead of it.

alt text

So in order to control the relay , the ESP module must send commands to the STC15F104 microcontroller that will triger the relay , the code handels this process since the ESP will act as an access point and using the following interface (on a web browser) you will be able to controll the Lampe.

alt text

About

wifi controlled UV lampe to irradiate and sterilize our environment against Covid-19 and other germs with UV-C rays.


Languages

Language:C++ 100.0%