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.
- Fire detection using sensors
- Autonomous navigation with ultrasonic sensors
- Water pump activation for fire suppression
- Motorized movement with obstacle avoidance
git clone https://github.com/yourusername/your-repo.git
cd your-repo
make
# Upload the compiled code to Arduino
make flash
βββ 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
- Mohammad Naim D. Mariga
- Edgar Jr B. Villas
This project is open-source. Feel free to modify and improve!
For issues or suggestions, open an issue or reach out to edgarjr.villas@g.msuiit.edu.ph.