You are on page 1of 9

IoT Live Sensor

Data Plotter
What is IoT
• The Internet of Things (IoT) refers to a system of
interrelated, internet-connected objects that are able to
collect and transfer data over a wireless network without
human intervention.

• Why is IoT such a big deal? Because it makes connected


cities safer; asset tracking more cost effective; healthcare
more personalized; and energy consumption more
efficient.
Content
• Introduction
• Components used
• Circuit Diagram
• Software Used
• Final Model
• Output
• Conclusion

Introduction
• Measurement and tracking of live elements like
Temperature, Humidity etc are very important in an
industry. These maybe the controlling elements of the
process and thus live monitoring becomes crucial.
• With Iot (Internet of Things), the tracking of above
mentioned elements can be done by sitting in any corner
of the world. This project presents a possible model of
Live Tracking of temperature at any surrounding on your
PC or smartphones.
Components Used
• NodeMCU ESP8266 12E
• DHT22 sensor
• 10K ohms Resistor
• Breadboard
• Jumper Wire
• A Stable Internet Connection

NodeMCU ESP8266 12E


NodeMCU is an low cost open-source
firmware and development board
specially targeted for IoT based
Applications. It includes firmware that
runs on the ESP8266 Wi-Fi SoC from
Espressif Systems, and hardware which
is based on the ESP-12 module.
The NodeMCU Development Board can
be easily programmed with Arduino IDE
since it is easy to use. Programming
NodeMCU with the Arduino IDE will
hardly take 5-10 minutes. All you need is
the Arduino IDE, a USB cable and the
NodeMCU board itself.
DHT22 SENSOR
The DHT22 is a commonly used
Temperature and humidity sensor. The
sensor comes with a dedicated NTC to
measure temperature and an 8-bit
microcontroller to output the values of
temperature and humidity as serial
data. The sensor is also factory
calibrated and hence easy to interface
with other microcontrollers.
The sensor can measure temperature
from -40°C to 80°C and humidity from
0% to 100% with an accuracy of ±1°C
and ±1%.

CIRCUIT DIAGRAM
Libraries used in Arduino IDE

• DHT22 Library

• Adafruit Sensor

• ESPAsyncWebServer

• ESPAsyncTCP

Software Used - Arduino IDE


• The Arduino Integrated Development Environment (IDE) is a cross-platform
application that is written in functions from C and C++.It is used to write and
upload programs to Arduino compatible boards, but also, with the help of
third-party cores, other vendor development boards.
• The source code for the IDE is released under the GNU General Public
License, version 2. The Arduino IDE supports the languages C and C++
using special rules of code structuring. The Arduino IDE supplies a software
library from the Wiring project, which provides many common input and
output procedures. User-written code only requires two basic functions, for
starting the sketch and the main program loop, that are compiled and linked
with a program stub main() into an executable cyclic executive program with
the GNU toolchain, also included with the IDE distribution.
Arduino IDE UI

Final Model
FINAL OUTPUT

FINAL OUTPUT (ON MOBILE)


Conclusion
• IoT is indeed an undeiably resource which can make
personal, industrial, commercial and government
environment automated and efficient.

• People can control and analyze devices and their outputs


from distance via their mobile/computers.

• In future, this model can be developed for marlet and


have high potential.

THANK YOU

• Members :

Aditya Kasture 18106003


Bhupenjot Singh 18106018
Jaspreet Singh 18106026

Supervised by :
Dr. Ravi Verma
THANK YOU

• Members :

Aditya Kasture 18106003


Bhupenjot Singh 18106018
Jaspreet Singh 18106026

Supervised by :
Dr. Ravi Verma

You might also like