Minor Project
Minor Project
PROJECT
Fire Fighting Car Robot with Bluetooth
05 06 07
Water Bluetooth Miscellaneous
Pump Module Wires,
Batteries,
Relay Module
and Chasis
Basic Circuit
Diagram
Operation Flow
Detects the Presence of Takes Flame Sensor's With the help of Bluetooth The 5V pump is activated
fire around the robot. input and guides the robot Module the Arduino sends via the arduino and once
towards that direction an Alert to the Mobile flame sensor doesn't
using motors. Phone connected to it. detect fire anymore it
stops.
Arduino
The Arduino Uno is a popular
microcontroller board that serves as a Arduino can be paired with sensors
versatile platform for electronics and modules by connecting them to
prototyping and projects. its digital or analog input pins.
Developed by the Arduino company, it This enables the Arduino to gather
is based on the ATmega328P data from sensors like temperature,
microcontroller, featuring digital and light, motion, or gas.
analog input/output pins, memory for By processing this data through
program storage, and a USB interface programmed logic, it can control
for easy programming and output modules like LEDs, motors, and
communication with computers. displays, facilitating the creation of
interactive and responsive projects.
Flame Sensors
A flame sensor is a specialized
component that identifies flames by The Arduino processes these signals
detecting specific light wavelengths in using its programming logic.
the UV and IR spectrum. Upon recognizing flames, the Arduino
When integrated with an Arduino in a triggers predefined actions, such as
fire-fighting car robot, the flame activating firefighting mechanisms or
sensor is connected to the Arduino's altering the robot's course, making it a
analog or digital input pins. critical component for rapid fire
The sensor detects the UV and IR light hazard response in the robot's
emitted by flames, generating operation.
corresponding electrical signals.
Bluetooth Module HC05
The HC-05 module is a versatile The Bluetooth HC-05 module serves
Bluetooth device used for wireless as a wireless link for the fire-fighting
communication between electronic car robot to communicate with a
devices. mobile phone.
It's commonly integrated into projects When integrated into the robot's
to establish short-range connections system, the HC-05 module connects
between microcontrollers, like to the robot's microcontroller, typically
Arduino, and external devices like an Arduino.
smartphones or tablets. In the event of detecting flames
The module facilitates data through its sensors, the robot's
transmission, enabling remote control, microcontroller uses the HC-05
data exchange, and real-time module to send an alert signal
monitoring. wirelessly to a paired mobile phone.
This allows users to receive
immediate notifications about fire
hazards, enabling swift responses and
ensuring efficient firefighting actions.