๐ฅ FIRE BOT – Bluetooth Controlled Fire Extinguisher Robot
Welcome to the FIRE BOT project! This robot is designed to detect and extinguish small fires using a flame sensor and a water pump. It is fully controllable via Bluetooth, making it ideal for educational or experimental firefighting applications.
๐ง Features
๐ฅ Flame detection
๐ง Water pump activation
๐ฎ Bluetooth remote control (with mobile app)
๐ Motor movement: Forward, Reverse, Left, Right
๐ Servo motor to aim the water spray
๐งช Manual + Automatic mode supported
๐ฆ Hardware Used
Arduino Uno (or compatible board)
L298N Dual H-Bridge Motor Driver
2 DC Motors (for movement)
Bluetooth module (HC-05/HC-06)
Flame sensor
Water pump
Servo motor (SG90 recommended)
Power source (Li-ion battery pack or similar)
Jumper wires and chassis
๐ Arduino Code Breakdown
#include <Servo.h> #include <L298NX2.h>
#define LED_BUILTIN 2
Servo.h: Controls the servo motor.
L298NX2.h: Custom library to control two motors via L298N.