Model Paper of Implementation of A Child Rescue System From Borewell
Model Paper of Implementation of A Child Rescue System From Borewell
Abstract:
In situations where children fall into borewells, rapid and efficient rescue operations are crucial. This
project aims to develop a child rescue system using an ESP8266 controller and a DC motor- based
carriage setup. The system incorporates temperature, pressure, and CO2 sensors to monitor
environmental conditions within the borewell during rescue operations. Additionally, an IR sensor is
employed to detect the presence of the child, halting the motor when activated. The gathered sensor
data is displayed locally on an LCD screen and transmitted to an IoT-based platform, such as the
Blynk app, for remote monitoring. This integrated approach enhances both local and remote
monitoring capabilities, aiding in timely and effective rescue efforts.
Keywords: ESP8266, Temperature, pressure, gas sensors, LCD, IoT Blynk, Arduino
Introduction:
For Mankind survival water is the most important thing. Generally water scarcity is a major problem
faced by Human society currently. So people are drilling bore wells in grounded area. After drying
bore wells people left open those bore wells. So these left opened bore wells are becoming more
dangerous for children and animals living in surroundings. We have seen many incidents like children
were falling into borewells and putting there lives in danger .
Recently a six-year-old boy, who fell into an open borewell in Madhya Pradesh's Rewa
district was pulled out dead on the other day, bringing a gloomy end to a multi-agency rescue
operation that lasted for over 40 hours. Falling into borewells poses a significant risk to children,
often resulting in tragic outcomes if rescue operations are not promptly initiated and efficiently
executed. Traditional rescue methods may suffer from delays and inefficiencies, necessitating the
development of innovative solutions that leverage technology to enhance rescue capabilities. This
project aims to address this challenge by designing a child rescue system equipped with sensors and
IoT connectivity for comprehensive monitoring and remote management.
Existing model:
In the existing model called as Parallel Pit method. Now a day’s robots are designed to help the human
operators in the rescue mission. Rescue team normally follows the parallel pit process to save the child.
The parallel pit method is done as, First the team will find the depth of the child in the bore well by
using a rope. Then earth moving vehicles are used to dig the parallel pit next to the bore hole. This
particular step may take time. During this process the child may suffer due to lack of oxygen and the
lack of visualization may turn the situation worst to the rescue team.
1. Develop a DC motor-based carriage system for descending into borewells and retrieving trapped
children.
2. Integrate temperature, pressure, and CO2 sensors to monitor environmental conditions within the
borewell.
3. Implement an IR sensor for detecting the presence of the child and halting the motor accordingly.
4. Display real-time sensor data on an LCD screen for local monitoring.
5. Transmit sensor data to an IoT platform, such as Blynk, for remote monitoring and management.
Block Diagram
Methodology:
1. Hardware Setup:
- ESP8266 controller for overall system control and IoT connectivity.
- DC motor-based carriage system for descending into the borewell.
- Temperature, pressure, and CO2 sensors for environmental monitoring.
- IR sensor for detecting the presence of the child.
- LCD screen for local display of sensor data.
2. Software Implementation:
- Programming ESP8266 for system control, sensor data acquisition, and communication.
- Configuring Blynk app for remote monitoring and management.
- Developing logic for IR sensor-based motor control.
1. Hardware:
- ESP8266 controller.
- DC motor-based carriage setup.
- Temperature, pressure, and CO2 sensors.
- IR sensor.
- LCD screen.
ESP8266 controller
The ESP8266 is a versatile and low cost Wi-Fi microcontroller with highly integrated chip
designed to provide full internet connectivity and microcontroller capability. It is integrated into
development boards like NodeMCU. It comes with the 32-bit microprocessor and operated at 3.3v.
We should write the required program in the Ardiuno software and we are dumping the code into this
controller module.
SENSORS
In this project we have used various sensors for monitoring the temperature, pressure,
gases.
Gas Sensors: Gas sensors are essential for detecting dangerous gases such as carbon dioxide
(CO2) and methane (CH4) that may accumulate in the borewell. These gases can cause serious health risks to
both the trapped child and leads to unconsciousness of child . By using this we can continuously monitor gas
levels, the rescue team can take appropriate measures to ventilate the borewell or provide respiratory protection
as needed for the safety of the child.
Temperature Sensors: Temperature sensors are used to monitor the ambient temperature
inside the borewell. In rescue operations, extreme temperatures can affect the well-being of the trapped child.
For example, if the borewell is exposed to direct sunlight, temperatures can rise quickly, leading to heat stress
or dehydration. Conversely, in colder environments, hypothermia becomes a concern. By monitoring
temperature levels, rescue teams can take steps to regulate the environment within the borewell or provide
necessary interventions to maintain the child's body temperature within safe limits.
Pressure Sensors: Pressure sensors are employed to monitor changes in pressure within the
borewell, which can indicate various conditions such as water level fluctuations or structural instability. In the
context of a rescue operation, pressure sensors can help assess the integrity of the borewell and identify any
risks of collapse or flooding. Additionally, pressure sensors can aid in determining the depth at which the child
is trapped and guide the rescue team in planning the extraction process.
IR Sensors: IR sensors can be used for various purposes in a rescue system. By using this
sensor we can detect the presence of the trapped child within the borewell by sensing body heat or
movement. This IR sensor produce Infrared ways to detect object and gives feedback to the module.
LCD DISPLAYS
Data from various sensors, including gas, temperature, pressure, and IR sensors, can be
visualized on the LCD screen in the form of graphs, charts, or numerical values. This allows
rescue personnel to monitor environmental conditions and make informed decisions based on
real time data
2. Software: -
Result:
In our proposed model we can monitor the borewell conditions like gases (methane, carbon
dioxide) present in the borewell, we can measure the temperature conditions and pressure inside the
borewell. We have used the ESP2866 WIFI module so we can connect to internet, in this IOT model
we are using the Blynk application software for operating the sensors. We can see the measured
results of the sensors in the LCD display connected to the Arduino. With results of this measured
values we can detect the harmful gases present in the borewell which can cause unconsciousness to
the child. The crucial purpose of this Blynk software that we can easily operate the entire sensor
values. The IR sensor is used for tracking the path that the DC drive motor is used as pulling system
for the child as long as the IR sensor can not detect any object through the path the DC motor will
works so we can reach the child.
Conclusion:
The proposed child rescue system offers a technologically advanced solution for addressing the
challenges associated with borewell incidents involving children. By integrating sensors, IoT
connectivity, and real-time monitoring capabilities, the system enhances the efficiency and
effectiveness of rescue operations, ultimately contributing to improved outcomes and increased safety
for children in vulnerable situations. Continued refinement and deployment of such systems hold the
potential to significantly reduce the risks posed by borewell accidents and save precious lives.