You are on page 1of 21

PROGRESS REPORT

TITLE : INDUSTRIAL APPLICATION MONITORING AND


CONTROL USING RASPBERRY PI AND TCP/IP PROTOCOL

GROUP MEMBERS: ROLL NO


M.OWAIS ALI D-13-ES-13
ABDUR RAUF HARIFAL D-13-ES-81
JAFFAR ALI D-13-ES-83
OSAMA ANWER D-13-ES-103
ZEESHAN UR REHMAN D-13-ES-109

INTERNAL ADVISOR : ENGR ADNAN WAQAR


INDEX

 INTRODUCTION
 OVERVIEW
 METHODOLOGY
 FLOWCHART
 BLOCK DIAGRAM
 CIRCUIT DIAGRAM
 COMPONENTS LIST
 GANTT CHART
 CONCLUSION
INTRODUCTION

 The project is titled “Industrial Application monitoring


and control using raspberry pi and TCP/IP protocol”
 The aim of this project is to design a system in which
we can remotely monitor and control industrial
parameters like temperature, pressure,gas etc
 Raspberry pi 3 is used in this project which has WiFi
and Bluetooth capabilities
 Raspberry pi is used to make a web server to display
the output on the web server
 ARDUINO Uno is used in this project to connect the
sensors and LCD for showing sensor data which wil be
transmitted to raspberry pi for remote accces to all
parameters
 By typing IP address client can monitor all the
parameters used in this project.
 Three different sensor s are used in this project MQ-02
smoke sensor,BMP 180 pressure sensor and DS18B20
which is digital temperature sensor

OVERVIEW BACKGROUND
In the earliest computers in 1930-1940 computer were
sometimes dedicated by a single task , but were too large and
expensive for most kinds of tasks performed by computers of
today
 Embedded system can b thought of as a computer
hardware system having software embedded in it.
An embedded system can be an
independent system or it can be a part of a
large system. An embedded system is a
microcontroller or microprocessor based system 
METHODOLOGY
The architecture of industrial monitoring system
consist of two module one is the sensor module and
other is the web server module, so that the data will be
displayed on the web server through raspberry pi
which has in built wireless capabilities. Raspberry pi
don’t have analog to digital converter (ADC) as it
cannot processed analog sensor. We have used
ARDUINO UNO to connect sensors that will display
data over internet through raspberry pi. By typing the
IP address client can remotely Monitor all the
parameters. For this we have to design a web server to
display the desired parameters . Raspberry pi has
wireless LAN (WiFi) so we don’t need RF module to
transmitt data . The ARDUINO will take sensor input
and convert it into output in digital signal. The signal
will then feed into raspberry pi in the web server . we
are using three different sensor. For temperature we
are using DS18B20 digital thermometer sensor, MQ-02
smoke sensor which is analog, BMP 180 barometric
pressure sensor which is also a digital sensor. For
interfacing ARDUINO with raspberry pi we need to
convert level through Voltage divider rule to level the
rquired voltage.
Circuit diagram
Flowchart
Block diagram sensor module
Block diagram receiver module
Components list and specification

 Raspberry pi 3
 ARDUINO UNO
 MQ-2 smoke sensor
 DS18B20 digital temperature sensor
 BMP 180 barometric pressure sensor
Raspberry pi 3

 Raspberry pi is a low cost , portable computer based on


the Broadcom BCM2835 system on a chip SoC which
include ARM 1.2 GHz processor
 The Broadcom used in Raspberry pi is equivalent to a
chip used in old smartphone
 In our project we have used Raspberry pi 3 with 1Gb
Ram
 The advantage of using raspberry pi 3 over pi 2 is
wireless accessibility like WiFi, Bluetooth .
 Raspberry pi provides a real world performance
equivalent to 0.041 GFLOPS
 Another advantage of raspberry pi is that it has its own
built-in GPU which is useful in making GUI web servers.
 Raspberry pi has a HDMI port which supports high
definition up to 4k resolution.
Arduino UNO
Arduino Uno is a microcontroller
board based on the
ATmega328p.It has 14 digital
input/output pins (of which 6 can
be used as PWM outputs), 6 analog
inputs, a 16 MHz quartz crystal, a
USB connection, a power jack, an
ICSP header and a reset button. 

MQ-2 Smoke/LPG/CO Gas Sensor Module

Overview

This sensor uses an MQ-2 as the sensitive component and has a protection resistor and
an adjustable resistor on board. The MQ-2 gas sensor is sensitive to LPG, i-butane,
propane, methane, alcohol, Hydrogen and smoke. It could be used in gas leakage
detecting equipments in family and industry
DS18B20 temperature sensor

DS18B20 is a 1 wire digital thermometer temperature sensor The


DS18B20 can be powered by between 3.0V and 5.5V so it can
simply be connect its GND pin to 0V and the VDD pin to +5V
from the Arduino. 
BMP180 pressure sensor
 This is a digital barometric pressure sensor
 Operating voltage 5
Circuit diagram

Conclusion

• Implementation of web server using


Raspberry pi for intelligent
monitoring is a new method to
monitor an environment For
industrial implementation.
• The whole system has low cost and
portability
 It is possible to interface different
kind of sensors and make various
application. So it can monitor
embedded system operation Through
internet, achieving network
monitoring purposes

You might also like