Skip to content

An Autonomous Firefighting Robot based on the LAFVIN Smart Robot Car 2WD Chassis Kit Upgraded V2.0 and powered by Arduino Uno R3. It detects and extinguishes fires using sensors, motorized navigation, and a water pump system. πŸš’πŸ”₯

Notifications You must be signed in to change notification settings

wiwiwinter/AUTONOMOUS-FIREFIGHTING-ROBOT-USING-ARDUINO-UNO-R3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Autonomous Firefighting Robot Using Arduino Uno R3

Overview

This project is based on the LAFVIN Smart Robot Car 2WD Chassis Kit Upgraded V2.0 for Arduino. Modifications have been made to enhance its capabilities for autonomous firefighting applications. This project is an Autonomous Firefighting Robot built using an Arduino Uno R3. The robot is designed to detect and extinguish fires using an ultrasonic sensor, motor control, and a water pump system.

Features

  • Fire detection using sensors
  • Autonomous navigation with ultrasonic sensors
  • Water pump activation for fire suppression
  • Motorized movement with obstacle avoidance

Installation

git clone https://github.com/yourusername/your-repo.git
cd your-repo
make

Usage

# Upload the compiled code to Arduino
make flash

Project Structure

β”œβ”€β”€ main.c          # Main program logic
β”œβ”€β”€ motor.c         # Motor control functions
β”œβ”€β”€ motor.h         # Motor header file
β”œβ”€β”€ pump.c          # Water pump control
β”œβ”€β”€ pump.h          # Pump header file
β”œβ”€β”€ ultrasonic.c    # Ultrasonic sensor functions
β”œβ”€β”€ ultrasonic.h    # Ultrasonic header file
β”œβ”€β”€ Makefile        # Build and upload automation

Contributors

  • Mohammad Naim D. Mariga
  • Edgar Jr B. Villas

License

This project is open-source. Feel free to modify and improve!

Contact

For issues or suggestions, open an issue or reach out to edgarjr.villas@g.msuiit.edu.ph.

About

An Autonomous Firefighting Robot based on the LAFVIN Smart Robot Car 2WD Chassis Kit Upgraded V2.0 and powered by Arduino Uno R3. It detects and extinguishes fires using sensors, motorized navigation, and a water pump system. πŸš’πŸ”₯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published