0% found this document useful (0 votes)
165 views

IoT WiFi Based Data Logger With Device Control

This IOT based data logger project allows users to monitor environmental conditions and equipment status from anywhere using sensors connected to a microcontroller. The microcontroller collects temperature and light level data from sensors and sends it over WiFi to a webpage, allowing remote monitoring. Users can also control relays connected to the microcontroller remotely. It uses an ESP8266 WiFi module to connect a PIC microcontroller to sensors and send data to a webpage created with IOT webserver technology.

Uploaded by

Technos_Inc
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
165 views

IoT WiFi Based Data Logger With Device Control

This IOT based data logger project allows users to monitor environmental conditions and equipment status from anywhere using sensors connected to a microcontroller. The microcontroller collects temperature and light level data from sensors and sends it over WiFi to a webpage, allowing remote monitoring. Users can also control relays connected to the microcontroller remotely. It uses an ESP8266 WiFi module to connect a PIC microcontroller to sensors and send data to a webpage created with IOT webserver technology.

Uploaded by

Technos_Inc
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

IOT BASED DATA LOGGER WITH DEVICE CONTROL

IOT based data logger is an excellent way to monitor and control the environmental
condition as well as equipment working status in industry, home etc., from anywhere in the
world. IOTDL (IOT based data logger) collects the information by all kind of sensors. We are
making use few sensors (Temperature and Light level) whos values are logged on web browser
over IoT (WiFi) communication. User can also control the relays connected to microcontroller
over web browser as per users requirement.

For IoT communication, we are making use of 32bit esp8266 controller along with PIC
microcontroller for sensors interface. This project makes use of an onboard computer, which
is commonly termed as micro controller. It acts as heart of the project. This onboard
computer can efficiently communicate with the output and input modules which are being
used. The controller is provided with some internal memory to hold the code. This
memory is used to dump some set of assembly instructions into the controller. And the
functioning of the controller is dependent on these assembly instructions.

Micro controller gets the data from different sensors used and sends the same to the
webpage created using IoT webserver technology. So that anyone can check the sensors
parameters of that area from any were within Wi-Fi range.

The project provides us exposure on:


1. Interfacing of microcontroller.
2. Embedded C programming
3. PCB designing.
4. IoT technology
5. Serial Communicationinterfacing.
6. WIFI technology.

www.mycollegeproject.com +91 9490219339 (WhatsApp) www.sooxma.com


7. Sensors interfacing.
8. Power supply design.

The major building blocks of this project are:

1. Regulated Power Supply.


2. Microcontroller.
3. Esp8266 WiFi Module.
4. LM35 Temperature sensor
5. LDR sensor
6. Relay Boards
7. LED Indicators.
8. Reset button
9. Crystal Oscillator.
Softwares used:

1. PIC-C compiler for Embedded C programming.


2. PIC kit 2 programmer for dumping code into Micro controller.
3. Express SCH for Circuit design.

REGULATED POWER SUPPLY:

www.mycollegeproject.com +91 9490219339 (WhatsApp) www.sooxma.com


BLOCK DIAGRAM:

www.mycollegeproject.com +91 9490219339 (WhatsApp) www.sooxma.com

You might also like