Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

IOT (Internet of things)

Assignment 1 and 2

By
Sarthak Jain (BFT/18/281)
Sai Sujay (BFT/18/1516)
BOILER
a closed vessel into which water is heated until the water is converted into steam at required pressure.
Application of boiler in garment industry
It is used for
◦ Fibre production
◦ Weaving
◦ Dyeing
◦ Drying
◦ Ironing
◦ Printing
◦ Heating the equipment
◦ Maintaining the temperature of system
Issues faced by boilers in garment
industry
• Boiler needs time to heat up before it starts producing steam, daily a lot of time is wasted in heating up of
boiler
• It is prone to corrosion on high temperature , we have to keep track of the temperature and if we fail to
do so the boiler is corroded.

Solution
◦ If we could heat up the boiler before hand we could save time and increase production
◦ If the boiler could get cut off automatically and could report any emergency situation on its own , the
worker can do another work too and we would increase equipment life.
Objective
• Able to monitor temperature to lessen the corrosion of the boiler.

• Able to turn it on before hand wirelessly

(Not possible on TinkerCAD AS There is no Bluetooth or WIFI component )


Components required

Arduino UNO Jumper Wires Temperature Buzzer


Sensor

Breadboard LCD panel 16*2 Resistor Cable A to B


Circuit diagram CLICK FOR SIMULATION
Link for simulation
Circuit diagram Explanation

• Here, we have used DC motor instead of boiler to provide simulation.

• The temperature sensor senses the temperature of water inside the boiler.

• At 100^C water boils and it needs further more heat to get converted into steam .

• At 120^C and above it starts becoming dangerous and gets more prone to corrosion.

• Hence, It is coded in such a way that DC motor will be active until the temperature is 119^C
as temperature goes 120^C and above DC motor stops , buzzer beeps , LED glows indicating
emergency sign.
Start

Set LCD
(16,2)
For display

Set pin A0 for


input
For temp sensor

Set pin 7 and 13 for


output
Circuit For buzzer and LED

Set DC motor for


diagram output

flowchart Calculate current


temperature

No If Yes
Turn Pin 7 buzzer off temp> Turn Pin 7 buzzer on
120

Turn Pin 13 LED off Turn Pin 13 LED on

Turn Pin motor on Turn Pin motor off

Display temp. and on Display temp. and off

Stop
By Implementing this..
◦ Decreasing SMV (Production time).
◦ Increase in production.
◦ Decrease in labor as in big industries one man is needed to take care of boiler.
◦ Decreased chances of hazards.
◦ Increased Equipment Life.
◦ Decreased electricity consumption.

Hence, these all factors lead to increased revenue


PROFITS

You might also like