Arduino Project
Arduino Automatic Fire Extinguisher with Flame Sensor and Servo
Kit purchase
Looking for parts? Check out our all-in-one kits below — packed with components, beginner-friendly guides, and tons of fun.

Course Introduction
In this lesson, you’ll use two servo motors, a Flame Sensor Module, a water pump driven by an L9110 motor driver, and Arduino to create a tracking fire extinguisher system.
The servos continuously scan the area with the flame sensor and water pump. When a flame is detected, the pump automatically activates to spray water toward the detected direction, creating a simple fire tracking and extinguishing effect.
Note
If this is your first time working with an Arduino project, we recommend downloading and reviewing the basic materials first.
1.1 Install Arduino IDE(Important)
1.2 Introduction of Arduino IDE
Required Components
In this project, we need the following components:
Wiring

Common Connections:
Digital Servo Motor (flame)
Connect to breadboard’s positive power bus.
Connect to breadboard’s negative power bus.
Connect to 9 on the Arduino.
Digital Servo Motor (pump)
Connect to breadboard’s positive power bus.
Connect to breadboard’s negative power bus.
Connect to 10 on the Arduino.
L9110 Motor Driver Module
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
A-1A: Connect to 5 on the Arduino.
A-1B: Connect to 6 on the Arduino.
Centrifugal Pump
Connect to L9110 Motor Driver Module MOTOR A.
Connect to L9110 Motor Driver Module MOTOR A.
Flame Sensor Module
D0: Connect to 2 on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
Writing the Code
Note
You can copy this code into Arduino IDE.
Don’t forget to select the board(Arduino UNO R4 Minima/WIFI) and the correct port before clicking the Upload button.
