Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshkapadia2/iot_firefighting_robot
This IoT project is about an automated Firefighting Robot, which senses a fire, moves towards it and douses it by pumping out water on it. The idea is to safeguard the lives of firefighters by making their work easier. An Arduino UNO is used along with a flame sensor, four motors, a motor driver module, a pump and a container to store water.
https://github.com/harshkapadia2/iot_firefighting_robot
arduino-uno fire-sensor firefighting-robot iot
Last synced: about 1 month ago
JSON representation
This IoT project is about an automated Firefighting Robot, which senses a fire, moves towards it and douses it by pumping out water on it. The idea is to safeguard the lives of firefighters by making their work easier. An Arduino UNO is used along with a flame sensor, four motors, a motor driver module, a pump and a container to store water.
- Host: GitHub
- URL: https://github.com/harshkapadia2/iot_firefighting_robot
- Owner: HarshKapadia2
- License: mit
- Created: 2019-10-02T05:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T06:55:16.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T11:26:44.795Z (3 months ago)
- Topics: arduino-uno, fire-sensor, firefighting-robot, iot
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoT_Firefighting_Robot
### Keywords
IoT, Arduino UNO, Firefighting, Robot, Automated
### Instructions
We used the Arduino IDE and the code can be found in this repository.
Do check out the links in the 'Arduino links.txt' file.
## Abstract
According to National Crime Records Bureau (NCRB), it is estimated that more than 1.2 lakh deaths have been caused in India from 2010 to 2014 due to fire accidents. Although there are a lot of precautions taken against fire accidents, such natural/man-made disasters do occur now and then. Also, in this age of technology, the world is slowly turning towards automated systems.
Combining the two, we have come up with an idea to safeguard the lives of our firefighters:
This project is about a ‘Firefighting Robot’, which will automatically sense a fire, move towards it and douse it by pumping out water on it.The main brain of this project is an Arduino UNO. In order to sense fire, we are using a fire sensor module (flame/fire sensor). We move the robot near the fire using DC motors, driven through a L298 motor driver module. Once it is near the fire, we put it out using water, which is carried in a container on top of the robot. The container also contains a pump to push out the water on the fire, through a tube.