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

group documentation

SMART DUSTBIN USING IOT DOCUMENTATION

Uploaded by

nanirajkumar173
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

group documentation

SMART DUSTBIN USING IOT DOCUMENTATION

Uploaded by

nanirajkumar173
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

CHAPTER 1

INTRODUCTION

1. Introduction

This documentation provides an overview of a fire-fighting robot designed to detect


and extinguish fires autonomously. The robot uses an L298N motor driver, IR flame
sensors, a servo motor, and a water pump, controlled by an Arduino Uno.

Fire fighter robot can be used to control the fire. this robot can detect the fire by itself
and control the fire by throwing water. there are some sensors we are using that can
detect fire and robots can move there to fire extinguish.The fire fighting robot has the
same structure as Bluetooth control RC car. the robot has 3 sensors 1 sensor at the front
side which see if there is anything in front of the robot.

the other two at the both front corner which also searches for fire. if any sensor detects
fire at any site the robot will sensor and move towards it. the fire fighting robot has 4
wheels, 3 sensors, one water tank, one nozzle, and a computer which help him to take
decision according to the Arduino code.

The robot is a small version till the date post published and there is only some basic
feature when you will start the robot it will move forward first until it gets fired
anywhere. if any sensor of the robot will find the flame anywhere it will start moving
toward the flame and with the help of the water nozzle of the fire fighting robot using
Arduino will start watering the particular area. Fire fighter robot and line follower
robot have the same sensor but the working in both conditions are different.

1.1 Objectives

The primary objectives of the fire-fighting robot are:

• Safety Enhancement: Reduce the risk to human firefighters by operating in


hazardous environments.

• Efficient Fire Suppression: Quickly locate and extinguish fires using onboard
suppression mechanisms.

• Search and Rescue: Navigate through obstacles to find and assist individuals.

1
• Surveillance and Monitoring: Provide real-time data about the fire’s progress
and environment.

• Autonomous Operation: Navigate and operate independently using AI and


sensor data.

• Fire Prevention: Detect potential fire hazards and take preventive actions.

1.2 Problem Specification

The problem specification for a fire-fighting robot involves creating an autonomous or


semi-autonomous system capable of detecting, approaching, and extinguishing fires in
various environments. The primary goal is to enhance safety, efficiency, and
effectiveness in fire suppression operations.

1. Fire Detection:

o The robot must be equipped with sensors (e.g., IR flame sensors, smoke
detectors) that can accurately detect the presence and location of a fire.

o The detection system must have a wide field of view and be sensitive
enough to detect small fires.

2. Mobility and Navigation:

o The robot must have a reliable and efficient locomotion system (e.g.,
wheels, tracks) to navigate different terrains.

o It should be able to autonomously navigate around obstacles using


sensors like ultrasonic, infrared, or LIDAR.

o The robot should have a robust control system to manage movement and
ensure stability.

3. Fire Suppression:

o The robot must be equipped with an effective fire suppression


mechanism (e.g., water pump, CO2 extinguisher).

o The suppression system should be capable of targeting and


extinguishing the fire from a safe distance.

4. Safety and Reliability:

2
o The robot must be able to operate in harsh conditions, such as high
temperatures and smoky environments.

o The robot must be designed to avoid causing additional hazards, such as


electrical short circuits or fuel leaks.

5. Communication and Control:

o The robot should have a communication system to relay information


back to a control center or human operator.

o It should support remote control and manual override options for human
intervention if necessary.

6. Autonomous Capabilities:

o The robot should have algorithms for autonomous decision-making,


allowing it to prioritize tasks and react to dynamic fire scenarios.

1.3 Methodologies for Developing

Creating a fire-fighting robot involves several methodologies to ensure it meets the


requirements for detecting and extinguishing fires effectively. Here’s a structured
approach:

1. Requirements Analysis

• Identify Objectives: Define the primary objectives, such as fire detection,


suppression, and safety enhancement.

• Define Specifications: Establish detailed specifications, including sensor types,


fire suppression methods, and mobility requirements.

• Research: Review existing technologies and similar robotic systems for


insights and innovations.

2. Component Selection

• Sensors: Select appropriate sensors for fire detection (e.g., IR flame sensors,
smoke detectors).

• Actuators: Choose actuators for movement and fire suppression (e.g., DC


motors, servos, water pumps).

3
• Microcontroller: Decide on a suitable microcontroller (e.g., Arduino,
Raspberry Pi, motor driver) for controlling the robot.

3. System Design

• Hardware Design: Create schematics for connecting sensors, actuators, and the
microcontroller. Ensure the layout allows for effective heat dissipation and ease
of maintenance.

• Software Design: Develop software architecture for sensor integration, motor


control, and fire suppression logic. Use modular programming to simplify
debugging and updates.

4. Integration and Prototyping

• Assemble Components: Integrate all hardware components following the


designed schematics.

• Initial Programming: Write basic code to test individual components, such as


sensor readings and motor movements.

• Prototyping: Build a prototype to test the integrated system in a controlled


environment.

5. Testing and Calibration

• Functional Testing: Verify that all components and systems work as intended.
Test sensor accuracy, motor control, and fire suppression mechanisms.

• Calibration: Adjust sensor sensitivity, motor speed, and other parameters to


optimize performance.

• Iterative Testing: Conduct multiple tests under different conditions to ensure


reliability and robustness.

6. Algorithm Development

• Navigation Algorithm: Develop algorithms for obstacle avoidance and path


planning using sensor data.

• Fire Detection Algorithm: Create algorithms to process sensor data and


accurately detect fires.

4
• Control Algorithms: Implement control algorithms for autonomously moving
towards the fire and activating suppression mechanisms.

7. Autonomous Operation

• AI Integration: Utilize machine learning algorithms for improved decision-


making and adaptive behavior in dynamic environments.

• Autonomous Navigation: Implement SLAM (Simultaneous Localization and


Mapping) for better navigation in unfamiliar areas.

• Real-Time Processing: Ensure real-time processing of sensor data for


immediate response to fire incidents.

8. Safety Measures

• Fail-Safes: Design redundant systems and fail-safe mechanisms to ensure


safety during operation.

• Environmental Protection: Ensure the robot can operate under high


temperatures and smoky conditions.

• Emergency Protocols: Develop protocols for the robot to follow in case of


system failures or extreme conditions.

9. Deployment and Field Testing

• Field Testing: Conduct tests in real-world scenarios to evaluate performance


and identify any potential issues.

• User Feedback: Collect feedback from users (e.g., firefighters) to make


necessary improvements.

• Final Adjustments: Make final adjustments based on testing results and


feedback.

1.4 Contributions

The fire-fighting robot project offers several significant contributions to the field of
robotics, fire safety, and automation. Here’s a breakdown of its key contributions:

5
1. Enhanced Safety for Human Firefighters

• Reduction of Risk: By autonomously detecting and extinguishing fires, the


robot minimizes the exposure of human firefighters to dangerous environments.

• Support in Hazardous Conditions: The robot can operate in conditions that


are too dangerous for humans, such as high temperatures, heavy smoke, and
unstable structures.

2. Efficiency in Fire Suppression

• Quick Response: The robot can quickly locate and approach fire sources,
leading to faster suppression and minimizing damage.

• Precision Targeting: Equipped with sensors and actuators, the robot can
precisely target fire hotspots, making fire suppression more effective.

3. Advancement in Autonomous Systems

• Autonomous Navigation: The development of advanced navigation algorithms


allows the robot to moving through complex environments without human
intervention.

• Machine Learning Integration: Incorporating AI and machine learning


enables the robot to adapt to new environments and improve performance over
time.

4. Data Collection and Analysis

• Real-Time Monitoring: The robot provides real-time data on fire conditions,


which can be used to make informed decisions and strategies.

• Post-Incident Analysis: Data collected by the robot can be analyzed post-


incident to improve future fire-fighting techniques and strategies.

5. Innovation in Robotic Design

• Component Integration: The project demonstrates effective integration of


various components such as sensors, motors, and controllers to create a
functional system.

6
• Design Optimization: Continuous testing and iteration lead to optimized
designs that can be scaled and adapted for different applications.

6. Educational Value

• Learning Platform: The project serves as an educational tool for students and
researchers in robotics, providing a practical example of applying theoretical
concepts.

• Open-Source Contribution: Sharing the design and code with the community
can foster innovation and collaboration, advancing the field of robotics.

7. Potential for Commercial Application

• Market Development: The project highlights the potential for developing


commercial fire-fighting robots, opening new market opportunities.

• Versatility: The robot's design can be adapted for various other applications,
such as disaster response, industrial safety, and hazardous materials handling.

1.5 Layout of the Project

1. Introduction

• Overview: Introduction to the project, explaining the purpose and objectives of


developing a fire-fighting robot.

• Problem Specification: Detailed description of the problem the robot aims to


solve, including the challenges of fire detection and suppression in hazardous
environments.

• Objectives: Listing the primary goals of the robot, such as enhancing safety,
improving fire suppression efficiency, and providing real-time data.

2. Literature Review

• Existing Solutions: Examination of current fire-fighting robots and


technologies used in fire safety.

• Innovations and Limitations: Analysis of the innovations in existing systems


and their limitations, highlighting areas for improvement.

3. Design and Development

7
• Component Selection: Detailed list of all hardware components used, such as
sensors, actuators, microcontrollers, and their specifications.

• System Integration: Explanation of how these components are integrated into


a cohesive system, including schematics and wiring diagrams.

• Software Design: Description of the software architecture, including


algorithms for sensor integration, motor control, and fire suppression logic.

• Prototyping: Steps taken to build and test a prototype, including initial tests for
sensor readings and motor movements.

4. Testing and Calibration

• Functional Testing: Procedures for verifying the functionality of each


component and the system as a whole.

• Calibration: Methods used to adjust sensor sensitivity, motor speed, and other
parameters for optimal performance.

• Iterative Testing: Process of conducting multiple tests under various conditions


to ensure reliability and robustness.

5. Results and Discussion

• Performance Metrics: Analysis of the robot’s performance based on detection


accuracy, response time, extinguishing efficiency, mobility, and operational
duration.

• Data Analysis: Examination of data collected during tests, including sensor


readings and robot actions.

• Challenges and Solutions: Discussion of the challenges faced during


development and the solutions implemented to overcome them.

6. Conclusion and Future Work

• Summary of Findings: Recap of the project's objectives, methodologies, and


key findings.

• Contributions: Explanation of the project’s contributions to the field of


robotics and fire safety.

8
CHAPTER 2

LITERATURE SURVEY

EXISTING METHODS

Tawfiqur Rakib, M. A. Rashid Sarkar proposed a fire fighting robot model which
consists of a base platform made up of ‘Kerosene wood’, LM35 sensor for temperature
detection, flame sensors to detect the fire and a water container of 1 litre capacity which
is made up of a strong cardboard that makes it water resistant. The robot has two wheels
for its movement.

Saravanan P. ,Soni Ishawarya proposed a model which uses Atmega2560 micro-


controller and in which the robot is divided into three basic units according to their
functions which are as locomotive unit, fire detecting unit and extinguishing unit.Each
unit performs their task in order to achieve the desired output of extinguishing fire.The
locomotive unit is used for the movement of the robot and to avoid the obstacles with
the help of four IR and four ultrasonic sensors.The fire detecting unit is used to detect
fire using LDR and temperature sensor. The extinguishing unit is used to extinguish the
fire using water container and BLDC motor.The robot also have a bluetooth module
that is connected with the smartphones in order to navigate it in the proper direction.

S. Jakthi Priyanka,R. Sangeetha proposed an android controlled fire fighting robot


which uses Arduino UNO R3. The robot consists of gas sensor for fire detection, gear
motor and motor drive for the movement of robot, a bluetooth module to connect the
robot with the android device and to control the robot with the smartphone as well.
Water pump and sprinkler is also used in this. To instruct the Arduino UNO an open
source software which is Arduino IDE is required to code and to implement that code
in Arduino UNO.

Nagesh MS, Deepika T V , Stafford Michahial, Dr M Shivakumar proposed a fire


extinguishing robot which employs DTMF (Dual Tone Multi Frequency Tones)
technology for the navigation of the robot and uses a flame sensor for fire detection that
is capable of sensing flame of the wavelength range 760 to 1100 nm and sensitivity
varies from 10cm to 1.5feet.

9
Sushrut Khajuria, Rakesh Johar, Varenyam Sharma, Abhideep Bhatti proposed an
arduino based fire fighter robot which consists of RF based remote operation to operate
the robot and water pump.The robot is controlled by the user within a range of 7
metres.It also consists of a wireless camera which helps user to move the robot in the
required direction.

Khaled Sailan, Prof. Dr.-Ing. Klaus-Dieter Kuhnert, Simon Hardt proposed an obstacle
avoidance robot named as Amphibious Autonomous Vehicle. In this robot, a fuzzy
controller is used to avoid static obstacle in real time.It aims to guide the robot or
vehicle along its path avoiding all the obstacle that comes along the path.

J Jalani1 , D Misman1 , A S Sadun1 and L C Hong1 proposed a automatic fire fighting


robot with notification.This robot consists of three flame sensors for fire detection in
left,right and centre direction.It also consists of three ultrasonic sensors for obstacle
detection and avoidance.When the robot detects fire it also sends a warning notification
to the user using bluetooth module.

PROPOSED METHOD

The theme of this paper is to automatically sense the environmental fire and extinguish
it without human intervention. The methodology is divided into three parts. The first
part is on the design structure, followed by hardware description and the finally on the
programming design. All these three parts were assembled together and experiments
were then performed to build a system that can extinguish the fire that was carried out

Design Structure

In this section, the prototype of robotic system is presented, in which it consists of IR


flame sensors, servo motors, submersible water pump, motor driver, mini breadboard,
BO motors, rubber wheels, processor, and communication module for exchanging data
between the fire-fighting robot and Arduino software. Fig 2 shows the basic prototype
of our firefighting robot. The robot carries four main functions: First, it initializes itself
i.e. its sensors gets initializes as the power is supplied. Second, robot sense the
surrounding environment (for instance for the level of temperature) and identify the
fireplace. Third, robot sends the navigating information and starts to navigate itself
towards the fireplace. Fourth, finally the robot starts to extinguish the fire with the help
of servo motors and submersible water pump.

10
The hardware part is one of the crucial parts in the development of firefighting robot.
It includes Arduino UNO, IR flame sensors, servo motors, submersible water pump,
motor driver, mini breadboard, BO motors, and rubber wheels. Fig 3 shows the block
diagram of firefighting robot which consists of three IR flame sensors as the input of
the system. Arduino UNO is used as a micro-controller that connects other components.
L298D Motor driver is used to drive motors and is capable of running two DC motors
(Left DC motor and Right DC motor) at the same time.

11
CHAPTER 3

PROBLEM IDENTIFICATION

Functional Requirements

• Fire Detection:

o Use IR flame sensors and smoke detectors to identify the presence and
location of a fire.

o Provide real-time feedback on fire intensity and spread.

• Mobility and Navigation:

o Autonomous navigation using sensors (e.g., ultrasonic, infrared,


LIDAR) to avoid obstacles and reach the fire source.

o Capable of maneuvering in different terrains, including indoor and


outdoor environments.

• Fire Suppression:

o Equip with a reliable fire suppression mechanism such as a water pump


or CO2 extinguisher.

o Direct the suppression mechanism accurately at the fire source to


extinguish it effectively.

• Communication:

o Transmit real-time data and video feed to a control center for monitoring
and decision-making.

o Support remote control and manual override options for human


intervention when necessary.

• Safety and Reliability:

o Durable enough to operate under high temperatures, smoke, and


unstable conditions.

12
o Include fail-safe mechanisms and redundant systems to ensure
consistent operation.

Non-Functional Requirements

• Battery Life:

o The robot must have a sufficient power supply to operate for extended
periods without requiring frequent recharging.

• Size and Weight:

o Compact and lightweight design to navigate through tight spaces and


avoid adding structural load.

• Cost-Effectiveness:

o Ensure the robot is cost-effective in terms of both initial investment and


ongoing maintenance.

• User-Friendliness:

o Simple and intuitive interface for operation and control by firefighters


with minimal training.

Constraints

• Environmental Conditions:

o Must function in environments with high temperatures, heavy smoke,


and debris.

• Sensor Accuracy:

o The sensors must be precise and reliable to ensure accurate detection


and navigation.

• Processing Speed:

o Real-time data processing is necessary to make immediate decisions


during fire-fighting operations.

• Material Durability:

13
o Use materials that can withstand harsh conditions without degrading
quickly.

Performance Metrics

• Detection Accuracy:

o Ability to accurately detect and locate fire sources within a specified


range.

• Response Time:

o Time taken to detect a fire, navigate to the source, and begin


suppression.

• Extinguishing Efficiency:

o Effectiveness of the fire suppression mechanism in extinguishing the fire


completely.

• Mobility and Navigation:

o Ability to navigate through obstacles and reach the fire source without
human intervention.

• Operational Duration:

o Duration for which the robot can operate continuously before needing a
recharge.

• Robustness:

o Consistency in performance under various environmental conditions


and scenarios.

14
CHAPTER 4
SYSTEM DESIGN

Fire Power
Sensor supply

Left

DC Motor
Fire
1
sensor L298N

Motor
Ardunio Driver
Right
Uno
Fire DC Motor

sensor 2

Water

pump
Power

supply

Fig 4.1: Block diagram of fire fighting robot

INPUTS
• Fire sensors
• Power supply

OUTPUTS
• L298N Motor driver
• Water pump

15
Fig 4.2: Circuit Diagram

Operational Flow

1. Fire Detection: The fire sensors (left, right, and center) continuously monitor
their respective areas for any signs of fire.

2. Signal Processing: When a fire is detected, the sensors send signals to the
Arduino Uno.

3. Decision Making: The Arduino Uno processes the sensor inputs to determine
the location of the fire.

4. Motor Control: Based on the sensor data, the Arduino Uno sends control
signals to the L293D motor driver IC to navigate the robot towards the fire.

5. Fire Suppression: Once the robot reaches the fire source, the Arduino Uno
activates the motor pump to spray water and extinguish the fire.

16
CHAPTER 5

IMPLEMENTATION & HARDWARE DESCRIPTION

1 ARDUNIO UNO

ARDUNIO

Fig 5.1: ARDUNIO UNO

Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). 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. It contains everything needed to support the microcontroller; simply connect it
to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get
started. You can tinker with your UNO without worrying too much about doing

17
something wrong. The worst case scenario is that you would have to replace the chip
and start again :)

Arduino Uno Specification

• Microcontroller: ATmega328P

• Operating Voltage: 5V

• Input Voltage (recommended): 7-12V

• Inout Voltage (limit): 6-20V

• Digital I/O Pins: 14 (of which 6 provide PWM output)

• PWM Digital I/O Pins: 6

• Analog Input Pins: 6

• DC Current per I/O Pin: 20 mA

• DC current for 3.3V Pin: 50 mA

• Flash Memory: 32 KB (ATmega328P) of which 0.5 KB used by bootloader

• SRAM: 2 KB (ATmega328P)

• EEPROM: 1 KB (ATmega328P)

• Clock Speed: 16 MHz

• LED_BUILTIN: 13

• Length: 68.6 mm

• Width: 58.4 mm

• Weight: 25 g

Powering up the Arduino Uno

The Arduino Uno board can be powered via a USB connection or with an external
power supply. The power source is selected automatically. External (non-USB) power
can come either from an AC-to-DC adapter (wall-wart) or battery. The adapter can be
connected by plugging a 2.1mm center-positive plug into the board's power jack. Leads
from a battery can be inserted in the GND and Vin pin headers of the POWER

18
connector. The board can operate on an external supply from 6 to 20 volts. If supplied
with less than 7V, however, the 5V pin may supply less than five volts and the board
may become unstable. If using more than 12V, the voltage regulator may overheat and
damage the board. The recommended range is 7 to 12 volts.

The power pins are as follows:

• Vin. The input voltage to the Arduino/Genuino board when it's using an external
power source (as opposed to 5 volts from the USB connection or other regulated
power sources). You can supply voltage through this pin, or, if supplying voltage
via the power jack, access it through this pin.

• 5V.This pin outputs a regulated 5V from the regulator on the board. The board
can be supplied with power either from the DC power jack (7 - 12V), the USB
connector (5V), or the VIN pin of the board (7-12V). Supplying voltage via the
5V or 3.3V pins bypasses the regulator, and can damage your board. We don't
advise it.

• 3V3. A 3.3 volt supply generated by the on-board regulator. The maximum
current draw is 50 mA.

• GND. Ground pins.

• IOREF. This pin on the Arduino/Genuino board provides the voltage reference
with which the microcontroller operates. A properly configured shield can read
the IOREF pin voltage and select the appropriate power source or enable voltage
translators on the outputs to work with the 5V or 3.3V.

IR FLAME SENSOR

Fig 5.2: IR Flame Sensor

19
A Flame Sensor is a device that can be used to detect presence of a fire source or any
other bright light sources. There are several ways to implement a Flame Sensor but the
module used in this project is an Infrared Radiation Sensitive Sensor.

Detection angle of this module is about 60 degrees, the flame spectrum is very sensitive.
You can also purchase this flame sensor through our offline counter at Tomson
Electronics, Kochi, Kerala. India.

These types of sensors are used for short range fire detection and can be used to design
DIY monitoring projects using an Arduino or Raspberry Pi. It can also be used as a
safety precaution to cut devices Off / On. The device functions most accurately up to
about 3 feet. This flame sensor module is very sensitive to IR wavelength at 760 nm ~
1100 nm light.

L298N Motor Driver Module

This L298N Motor Driver Module is a high power motor driver module for driving DC
and Stepper Motors. This module consists of an L298 motor driver IC and a 78M05 5V
regulator. L298N Module can control up to 4 DC motors, or 2 DC motors with
directional and speed control.

Fig 5.3:L298N Motor Driver

Features & Specifications

• Driver Model: L298N 2A

• Driver Chip: Double H Bridge L298N

• Motor Supply Voltage (Maximum): 46V

20
• Motor Supply Current (Maximum): 2A

• Logic Voltage: 5V

• Driver Voltage: 5-35V

• Driver Current:2A

• Logical Current:0-36mA

• Maximum Power (W): 25W

• Current Sense for each motor

• Heatsink for better performance

• Power-On LED indicator

Alternate Driver Modules: TMC2209, DRV8825, A4988, L9110S, DRV8711

Related Components: LM298 Motor Driver IC, 78M05 Voltage


Regulator, Capacitors, Resistors, Heat Sink

Brief about L298N Module

The L298N Motor Driver module consists of an L298 Motor Driver IC, 78M05 Voltage
Regulator, resistors, capacitor, Power LED, 5V jumper in an integrated circuit.

78M05 Voltage regulator will be enabled only when the jumper is placed. When the
power supply is less than or equal to 12V, then the internal circuitry will be powered by
the voltage regulator and the 5V pin can be used as an output pin to power the
microcontroller. The jumper should not be placed when the power supply is greater than
12V and separate 5V should be given through 5V terminal to power the internal
circuitry.

ENA & ENB pins are speed control pins for Motor A and Motor B while IN1& IN2 and
IN3 & IN4 are direction control pins for Motor A and Motor B.

21
SERVO MOTOR

Fig 5.4: Servo Motor

A servo motor is an electric motor that allows for precise control of angular position. It
incorporates a position feedback mechanism to accurately control its motion. The term
'servo' is derived from 'servomechanism', which is a system that uses feedback to
automatically provide a controlled power level or force to move and hold an object at a
certain position.

The rotor inertia of the motors is low and has a high speed of response. The rotor of the
motor has a long length and smaller diameter. They operate at very low speeds and
sometimes even at zero speed. Servo motors find their use in applications that require
controlled rotation of a shaft, such as robotic arms, automated machines, radio-
controlled vehicles, antenna positioning, etc. They differ from conventional motors by
having an internal feedback system that monitors the shaft position and ensures it
reaches and maintains the desired position accurately.

Working Principle of Servo Motor

The working principle of a servo motor involves the use of negative feedback. It
consists of a motor, position sensors, a controller, and an amplifier.

Servo motors operate on the principle of closed-loop control systems. Here's a


breakdown of their working mechanism:

o Reference Input: The desired position or velocity is set by the user through an
input signal.

o Error Signal Generation: The controller compares the reference input with the
actual position feedback from the sensor, generating an error signal.

22
o Amplification and Correction: The error signal is amplified and used to
correct the motor's position or velocity.

o Motor Movement: Based on the corrected signal, the controller drives the
motor to move in the desired direction until the error signal becomes negligible.

o The controller provides commands regarding the desired rotational position.

o The motor rotates the shaft under the power provided by the amplifier.

o Position sensors such as potentiometers or encoders constantly monitor the


actual shaft position.

o The actual position signal is compared with the reference command in the
controller.

o Any position error or deviation is used to generate a correcting command signal


by the controller.

o The amplifier boosts this command and provides the required power to the
motor coil to eliminate error.

o This negative feedback loop continues till the actual position matches the set
position command.

o The motor shaft is then held at that position against any external disturbances.

So in summary, servo motors provide precise control over rotational motion using
position feedback for error correction in a closed-loop system.

DC Water Pump

Mini DC 3-6V Micro Submersible Pump Mini water pump For Fountain Garden Mini
water circulation System DIY project. This is a low cost, small size Submersible Pump
Motor which can be operated from a 3 ~ 6V power supply. It can take up to 120 liters
per hour with very low current consumption of 220mA. Just connect tube pipe to the
motor outlet, submerge it in water and power it. Make sure that the water level is always
higher than the motor. Dry run may damage the motor due to heating and it will also
produce noise.

23
Fig 5.5: Mini Water Pump Submersible Pump DC 3-6 V

Mini Water Pump Specifications:-

• Operating Voltage : 3 ~ 6V

• Operating Current : 130 ~ 220mA

• Flow Rate : 80 ~ 120 L/H

• Maximum Lift : 40 ~ 110 mm

• Continuous Working Life : 500 hours

• Driving Mode : DC, Magnetic Driving

• Material : Engineering Plastic

• Outlet Outside Diameter : 7.5 mm

• Outlet Inside Diameter : 5 mm

BO MOTORS

Fig 5.6: BO Motor

24
The BO motor is versatile and reliable for DIY projects, offering precision and
efficiency. Whether you’re a hobbyist or a professional, this motor is perfect for various
applications, from robotics to automation.

This 12V DC motor features a dual shaft design and operates at 100 RPM, providing
ideal speed and torque balance. It ensures smooth operation in various project
applications and offers reliability and performance. Additionally, built with high-
quality components, the BO motor is durable and reliable, ensuring longevity even with
continuous use.

This motor is compatible with various accessories, including the Ultrasonic


Sensor and HC-05 Bluetooth Module. It allows for seamless integration of sensors
and modules for enhanced functionality.

Pair it with our gear motor and a wheel for added mobility and functionality in your
projects. Whether you’re building a robot or a remote-controlled vehicle, this
combination delivers superior performance.

The BO motor is compatible with popular development boards such as Arduino Uno
R3. Additionally, it works with motor drivers like the L298N, enabling a wide range of
experimentation and innovation opportunities.

For added convenience, consider our BO motor wheel, which provides smooth
movement and precise control, even in challenging environments.

Pair it with the L298N motor driver for efficient power management and control. With
its advanced features and intuitive interface, customization is easy and precise.

Our 12V DC BO motor offers great value at an unbeatable price. Whether a beginner
or an experienced maker, this motor is perfect for various projects. Its versatile design
and reliable performance make it popular among hobbyists and professionals. Its 12V
power supply provides the right balance of speed and torque for your applications.
Moreover, its durable construction ensures long-lasting use, making it a cost-effective
solution.

Specifications:

• Motor Type: DC

• Operating Voltage: 3 ~ 12 VDC

25
• No Load Current: 40-180mA

• Shaft Type: Dual Shaft

• Shaft Length: 8.5 mm

• Shaft Diameter: 5.5 mm

• Speed: 100 RPM

• Rated Torque: 1Kg-Cm

• Application: Robotics, Automation

• Dimensions (LxWxH): 64 x 22 x 18 mm

• Weight: 30 g

TYRES

This is 65mm Robot Wheel for BO Motors (Yellow).

The wheel is made up of high-quality rubber which gives maximum traction while
operating. The wheel is strong and sturdy as it features a nylon reinforced plastic rim.

Fig 5.8: BO Motor Tyres

1. Tire with sponge liner for more strength

2. With upgraded tire tread for greater friction

3. Diameter: 65 mm

4. Width : 28 mm

5. The material of Wheel: High-strength plastic

26
6. The material of Tyre: Rubber

7. Color: Yellow

SOFTWARE DESCRIPTION

Arduino IDE

Arduino IDE where IDE stands for Integrated Development Environment – An official
software introduced by Arduino. cc, which is mainly used for writing, compiling, and
uploading the code in the Arduino Device. Almost all Arduino modules are compatible
with this software which is open source and is readily available to install and start
compiling the code on the go. Introduction to Arduino IDE

• Arduino IDE is an open-source software that is mainly used for writing and compiling
code into the Arduino Module.

• It is an official Arduino software, making code compilation too easy that even a
common person with no prior technical knowledge can get their feet wet with the
learning process.

• It is easily available for operating systems like MAC, Windows, and Linux and runs
on the Java Platform that comes with inbuilt functions and commands that play a vital
role for debugging, editing, and compiling the code in the environment.

• A range of Arduino modules available including Arduino Uno, Arduino Mega,


Arduino Leonardo, Arduino Micro, and many more.

• Each of them contains a microcontroller on the board that is actually programmed


and accepts the information in the form of code.

• The main code, also known as a sketch, created on the IDE platform will ultimately
generate a Hex File which is then transferred and uploaded to the controller on the
board.

• The IDE environment mainly contains two basic parts: Editor and Compiler where
the former is used for writing the required code and later is used for compiling and
uploading the code into the given Arduino Module.

27
• This environment supports both C and C++ languages.

USED CODE
#define enA 10//Enable1 L298 Pin enA
#define in1 7 //Motor1 L298 Pin in1
#define in2 6 //Motor1 L298 Pin in2
#define in3 9 //Motor2 L298 Pin in3
#define in4 8 //Motor2 L298 Pin in4
#define enB 5 //Enable2 L298 Pin enB
#define ir_R A0
#define ir_F A1
#define ir_L A2
#define servo A4
#define pump A5
int Speed = 250; // Write The Duty Cycle 0 to 255 Enable for Motor Speed
int s1, s2, s3;
void setup(){ // put your setup code here, to run once
Serial.begin(9600); // start serial communication at 9600bps
pinMode(ir_R, INPUT);// declare fire sensor pin as input
pinMode(ir_F, INPUT);// declare fire sensor pin as input
pinMode(ir_L, INPUT);// declare fire sensor pin as input
pinMode(enA, OUTPUT); // declare as output for L298 Pin enA

28
pinMode(in1, OUTPUT); // declare as output for L298 Pin in1
pinMode(in2, OUTPUT); // declare as output for L298 Pin in2
pinMode(in3, OUTPUT); // declare as output for L298 Pin in3
pinMode(in4, OUTPUT); // declare as output for L298 Pin in4
pinMode(enB, OUTPUT); // declare as output for L298 Pin enB
pinMode(servo, OUTPUT);
pinMode(pump, OUTPUT);
for (int angle = 90; angle <= 140; angle += 5) {
servoPulse(servo, angle); }
for (int angle = 140; angle >=40; angle -= 5) {
servoPulse(servo, angle); }
for (int angle = 40; angle <= 95; angle += 5) {
servoPulse(servo, angle); }
analogWrite(enA, Speed); // Write The Duty Cycle 0 to 255 Enable Pin A for Motor1
Speed
analogWrite(enB, Speed); // Write The Duty Cycle 0 to 255 Enable Pin B for Motor2
Speed
delay(500);
}
void loop(){
s1 = analogRead(ir_R);
s2 = analogRead(ir_F);
s3 = analogRead(ir_L);
//============================================================
// Auto Control

//============================================================
Serial.print(s1);
Serial.print("\t");
Serial.print(s2);
Serial.print("\t");

29
Serial.println(s3);
delay(50);
if(s1<250){
Stop();
digitalWrite(pump, 1);
for(int angle = 90; angle >= 40; angle -= 3){
servoPulse(servo, angle);
}
for(int angle = 40; angle <= 90; angle += 3){
servoPulse(servo, angle);
}
}
else if(s2<350){
Stop();
digitalWrite(pump, 1);
for(int angle = 90; angle <= 140; angle += 3){
servoPulse(servo, angle);
}
for(int angle = 140; angle >= 40; angle -= 3){
servoPulse(servo, angle);
}
for(int angle = 40; angle <= 90; angle += 3){
servoPulse(servo, angle);
}
}
else if(s3<250){
Stop();
digitalWrite(pump, 1);
for(int angle = 90; angle <= 140; angle += 3){
servoPulse(servo, angle);

30
}
for(int angle = 140; angle >= 90; angle -= 3){
servoPulse(servo, angle);
}
}
else if(s1>=251 && s1<=700){
digitalWrite(pump, 0);
backword();
delay(100);
turnRight();
delay(200);
}
else if(s2>=251 && s2<=800){
digitalWrite(pump, 0);
forword();
}
else if(s3>=251 && s3<=700){
digitalWrite(pump, 0);
backword();
delay(100);
turnLeft();
delay(200);
}else{
digitalWrite(pump, 0);
Stop();
}
delay(10);
}
void servoPulse (int pin, int angle){
int pwm = (angle*11) + 500;

31
digitalWrite(pin, HIGH);
delayMicroseconds(pwm); // Convert angle to microseconds
digitalWrite(pin, LOW);
delay(50); // Refresh cycle of servo

}
void forword(){ //forword
digitalWrite(in1, HIGH); //Right Motor forword Pin
digitalWrite(in2, LOW); //Right Motor backword Pin
digitalWrite(in3, LOW); //Left Motor backword Pin
digitalWrite(in4, HIGH); //Left Motor forword Pin
}
void backword(){ //backword
digitalWrite(in1, LOW); //Right Motor forword Pin
digitalWrite(in2, HIGH); //Right Motor backword Pin
digitalWrite(in3, HIGH); //Left Motor backword Pin
digitalWrite(in4, LOW); //Left Motor forword Pin
}
void turnRight(){ //turnRight
digitalWrite(in1, LOW); //Right Motor forword Pin
digitalWrite(in2, HIGH); //Right Motor backword Pin
digitalWrite(in3, LOW); //Left Motor backword Pin
digitalWrite(in4, HIGH); //Left Motor forword Pin
}
void turnLeft(){ //turnLeft
digitalWrite(in1, HIGH); //Right Motor forword Pin
digitalWrite(in2, LOW); //Right Motor backword Pin
digitalWrite(in3, HIGH); //Left Motor backword Pin
digitalWrite(in4, LOW); //Left Motor forword Pin
}

32
void Stop(){ //stop
digitalWrite(in1, LOW); //Right Motor forword Pin
digitalWrite(in2, LOW); //Right Motor backword Pin
digitalWrite(in3, LOW); //Left Motor backword Pin
digitalWrite(in4, LOW); //Left Motor forword Pin
}

33
CHAPTER 6
RESULT ANALYSIS

Fire Fighting Robot has developed to reduce human life lost and to develop such a
device that automatically sense fire and extinguish it without human intervention. In
this the fireplace is detected using the IR Flame sensors and are connected to Arduino
UNO, which control the movement of Motor drive that helps the robot to reach the
fireplace and extinguishes it with the pumping mechanisms. In the industry if any fire
accident occurs, there is a need of person to monitor continuously and rectify it. In this
process if any time delay takes place irreparable loss occurs in industry. The firefighting
robot continuously monitors the surrounding and helps in extinguishing the fire.

PROTOTYPE AND RESULT

Fig 6.1:Prototype Output

34
CHAPTER 7
CONCLUSION & FUTURE ENHANCEMENTS

CONCLUSION
This model of Fire Extinguishing Robot aids to share out the burden of fire fighters in
firefighting task. Our project aims to build a real time firefighting robot which moves
in a constant speed, identify the fire and then extinguish it with the help of pumping
mechanism. The detection and extinguishing was done with the help basic hardware
components attached with the robot. Firstly, IR Flame sensors are used for the detection
of fire. Secondly, BO Motors and Rubber wheels are used to navigate the robot to reach
the fireplace. Finally, the robot extinguishes the fire with the help of submersible water
pump and servo motors.

Future Works

While the current version of the fire-fighting robot shows promising results, there are
several areas where further development and enhancement can be pursued:

1. Advanced Sensor Integration

• Thermal Cameras: Integrate thermal imaging cameras for more accurate


detection of fires and hotspots, which can complement existing IR sensors.

• Gas Sensors: Incorporate gas sensors to detect harmful gases and smoke,
providing more comprehensive data on fire conditions.

2. Improved Navigation Algorithms

• SLAM (Simultaneous Localization and Mapping): Implement SLAM


algorithms for better autonomous navigation and mapping of complex
environments.

• Machine Learning: Utilize machine learning techniques to improve obstacle


avoidance and path planning in dynamic and unfamiliar settings.

3. Enhanced Fire Suppression Systems

• Multi-Agent Systems: Equip the robot with multiple suppression agents, such
as water, foam, and CO2, to tackle different types of fires.

35
• Adaptive Suppression: Develop adaptive suppression mechanisms that can
adjust the type and amount of agent based on the fire’s characteristics.

4. Power and Energy Efficiency

• Advanced Batteries: Explore the use of advanced battery technologies to


extend operational time and reduce the need for frequent recharging.

• Energy Harvesting: Investigate energy harvesting methods to supplement the


robot’s power supply during operation.

5. Communication and Data Management

• Enhanced Connectivity: Improve the robot’s communication systems for


better data transmission and control, especially in challenging environments.

• Cloud Integration: Integrate cloud-based systems for real-time data analysis,


storage, and remote monitoring.

6. Environmental Resilience

• Robust Design: Enhance the robot’s design to withstand more extreme


conditions, such as higher temperatures, intense smoke, and prolonged exposure
to harsh environments.

• Self-Maintenance: Develop self-diagnosis and maintenance capabilities to


ensure the robot’s reliability and reduce downtime.

7. Collaboration and Swarm Robotics

• Multi-Robot Coordination: Implement coordination algorithms for teams of


robots to work together, improving coverage and efficiency in large-scale fire-
fighting operations.

• Swarm Intelligence: Utilize swarm intelligence to enable groups of robots to


collaboratively detect, navigate, and suppress fires.

36
REFERENCES
[1]. Che-Bin Liu and Narendra Ahuja, “Vision Based Fire Detection” International
Conference on Pattern Recognition, pp.134 – 137, 2004.

[2]. I.Doshay, "Robotic fire protection system," U.S. PatentNo.6,364,026,April 2002.

[3]. J. H. Hwang, S. Jun, S. H. Kim, D. Cha, K. Jeon and J. Lee, "Novel fire detection
device for robotic fire-fighting "ICCAS 2010, Gyeonggido,2010, pp. 96-100.

[4]. K. L. Su, "Automatic Fire Detection System Using Adaptive Fusion Algorithm
for Fire Fighting Robot," 2006 IEEE International Conference on Systems, Man and
Cybernetics, Taipei, 2006, pp. 966-971.

[5]. M. Hefeeda, and M. Bagheri, "Wireless sensor networks for early detection of
forest fires." Mobile Adhoc and Sensor Systems, 2007.MASS 2007. IEEE

International Conference on, pp. 1-6, October 2007.M. Young, The Technical
Writer’s Handbook. Mill Valley, CA: University Science, 1989.

[6]. P.H. Chang, K.B. Park, G.R. Cho, J.K. Kim, W.J.Lee, "A Vision Enhancement
Technique for Remote Control of Fire Fighting Robots", Korean Institute of

Fire Science & Engineering, 2007.

[7]. S. L. Rose-Pehrsson, S. J. Hart, T. T. Street, F. W. Williams, M.


H.Hammond,D. T. Gottuk, M. T. Wright and J. T. Wong, ”Early warningfire detection
system using a probabilistic neural network ”,Fire technology, vol. 39, pp. 147-171,
April 2003.

[8]. T. Rakib and M. A. R. Sarkar, "Design and fabrication of an autonomous


firefighting robot with multi sensor fire detection using PID controller," 2016 5th

International Conference on Informatics Electronics and Vision (ICIEV), Dhaka,


Bangladesh, 2016, pp. 909-914.

[9]. 2015 International Conference on Humanoids, Nanotechnology, Information


Technology, Communication and Control, Climate and Management[1] Fire
Locator, Detector and Extinguisher Robot with SMS Capability (HNICEM)

37

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy