M.F.S.R Multi-Functional Fire Suppressant Robot: Presentation On
M.F.S.R Multi-Functional Fire Suppressant Robot: Presentation On
M.F.S.R Multi-Functional Fire Suppressant Robot: Presentation On
Presentation on…
M.F.S.R
Multi-Functional Fire Suppressant
Robot
Akash Kant
21BCE11188
Table of contents
Rising of Existing
01 Introduction 02 03 approaches and
Robots
limitations
07
Hardware 08
Software 09
Mathematical
Implementation Implementation Implementation
Advantages
10 Components 11 12 Future Scope
and Novelty
01 Introduction
Preface-
Fire incident is a disaster that can
potentially cause the loss of life ,property
damage.
Fire fighters are often exposed to higher
risks when extinguishing fire; Ex: in hazardous
environments like nuclear power plant,
petroleum refineries ,gas tanks.
Difficulty also arises when fire occurs in
narrow and restricted places with less movement
available.
02 The Rising of Robots ⟶ Benefits
With the advancement in the field of mechanical
technology, human interruption has become less and
robots are being utilized for various works and for
welfare of beings.
An automated fire extinguishing robot which can
detect flame and extinguish the flame is built.
When fire occurs in the house, the fire extinguishing robot will be able to
sense the flame and move to the fire location. After fire location is locked
and flame distance is measured, extinguishing material is being pumped out
from the tank and fire is extinguished completely.
Since such robots, fire identification and rescue activities can be done
with better accuracy without placing fire fighters at high risk and
dangerous conditions.
A compact size and automatic control also allows the robot to be used when
fire occurs in small and narrow spaces with hazardous environments such as
tunnels or nuclear power plants
03 Existing Approaches and Limitations
The basic platform frame comprises of an aluminum profile which is lighter for its size,
durable. The most fundamental feature of this system is the transformable crawler. The
flexibility of the chain allows to change the shape of the track using a spring and
tension control module .Springs are used to control the shaft distances between the two
sockets which can change depending on the compression of the spring.
In the transformable crawler system, the compression in the spring is stronger when the
track position is in its triangular shape than when in its straight position.
Alternative Materials & Coating
Instead of using standard materials like
Aluminum, Silver which have limited temperature
range and certain limitations depending on the
environment.
The thermal insulation and the overall
robustness of the robot body is drastically
increased when we use 3d printed materials to
make the body and the insulation system ;using
the resins to make the protective covering .
Materials like Carbon fiber, Wood filament
metal filament (Titanium, Stainless steel,
Nickel alloys) have a high melting and boiling
points
Resins under category of High impact strength
(Tough 2000),
Heat deflection graded (High temp resins),high
tensile strength (Rigid resins)
Name Boiling Point Melting Point
Polyacetic acid (PLA) 220 to 250 °C 130-180 °C
Acrylonitrile butadiene styrene (ABS) 105 to 115 °C 200°C
Polyvinyl Alcohol Plastic (PVA) 228 °C 200 °C
Polycarbonate (PC) 338 to 343 °C 265°C
PETG (polyethylene terephthalate glycol) 350 °C 265°C
Nylon 452.1 °C 268.8 °C
TPU (thermoplastic polyurethane) 66°C 163 °C
HIPS (high impact polystyrene) 285 to 290 °C 240 to 270 °C
High-density polyethylene 260 to 270 °C 120 to 130 °C
Polyethylene terephthalate 330 to 335 °C 260 to 280 °C
Wood Filament 3500 °C
Sandstone Filament 240° C
Metal Filament 660 °C
Magnetic Iron Filament 2750 °C 1535 °C
Conductive Filament 1084 °C
Carbon Fiber Filament 4800 °C 3500 °C
Glow in the Dark Filament
Amphora Filament
08 Software Implementation
The Arduino UNO is programmed using the Arduino IDE. Once
the robot is powered ON, the Arduino will initialize a
digital I/O pin as an output in order to send control
signals to the ultrasonic distance sensor. The ultrasonic
sensor returns a pulse whose duration is equal to the time
taken for the ultrasonic pulse to travel from the sensor to
the object and back. This pulse is sent back to the I/O pin
of the sensor.
The Arduino digital I/O pin reads this Pulse input. The
‘pulseIn()’ function of the Arduino library provides us the
pulse duration on the digital pin. We know that the pulse
duration received is for the wave to propagate from the
sensor to the object and back again
Pulse duration is the time taken for the wave to propagate
from the sensor to the object and back. Hence, we divide
the pulse duration by 2.
09 Mathematical Implementation
From the pulse duration and the time taken for the wave to travel 1cm, we can
compute the distance of the obstacle from the ultrasonic sensor using equation.
⇒
09 Mathematical Implementation