You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To notify the public of nearby incoming floods within their vicinity.
To reduce the number of human flood-watchers in favor of omnipresent, disposable devices.
To provide additional situational awareness of the state of various bodies of water to mitigate further property damage.
How Does it Work, in a Hardware Perspective?
The HCSR04 Ultrasonic Distance Sensor receives analog data and sends it to the Arduino Board.
The data is converted into the human-readable distance (in inches).
If the distance is above 12 inches, the Liquid Crystal Display (LCD) displays a “Safe” status, including the distance itself.
If the distance is 12 inches or less, the Liquid Crystal Display (LCD) displays a “Warning” status, including the distance itself.
If the “Warning” status has been displayed for 5 seconds continuously, the Liquid Crystal Display (LCD) will now display a “Danger” status; the Arduino Board will also emit both the Red Light-Emitting Diode (LED) and - Buzzer, indicating a detected flood.
If the current status resets to “Safe” the Red Light-Emitting Diode (LED) and Buzzer will stop emitting their respective outputs.
Flood Types
These include every documented flood types used to classify different distance ranges.
Image
Name
Distance (In Inches)
Description
Safe
distance > 12in
No flood detected
Warning
distance <= 12in
A possible flood detected
Danger
distance <= 12in
Flood detected
What is the Documented Workflow During the Development of this Project?
These include a chronological order of every documented actions of every phase during the development of the project, from start to finish.
(4 Weeks before deployment) - The entire team brainstormed for a project idea and committed to the project design based on that idea.
(4 Weeks before deployment) - Due to a lack of practical experience during the project development, it had been decided to learn all the necessary skills on the job.
(3 Weeks before deployment) - The Arduino hardware system was developed, tested, emulated, and finalized.
(3 Weeks before deployment) - The Arduino software was developed, tested, and finalized.
(2 Weeks before deployment) - The 3d physical model of the project was developed and finalized.
(1 Week before deployment) - The needed materials to develop the physical model of the project were purchased and gathered. At least 1,000 Philippine Pesos were spent (excluding Arduino parts provided by the project instructor, Sir Michael Anthony Jay B. Regis).
(1 Week before deployment) - The 3d physical model was implemented, tested, and finalized its hardware systems.
(1 Week before deployment) - The infographic illustration of the project had been designed and finalized.
(During deployment) - The project was complete, displayed in the Visayas State University Robotics Booth, and pitched to the public.
What Possible Design Improvements are in-Store in the Future?
Name
Description
An Official, Adaptable, Waterproof Design
To increase the life span of Overseer devices by possible years and help them better survive various environments.
Mobile App Integration
To extend the range of notifications outside the limitations of a single town but through any subscribed listening electronic devices across the globe.
Solar Energy Systems
To provide each Overseer device with its power source and to reduce energy costs to manage each device.
Trigger-Middleman-Client System
To prevent false alarms from occurring through a human mediator before declaring a flood alarm towards listening subscribers.
Project Design Image Examples
Image
Name
A real-world, flood detection system device.
A 2d concept design of the project, including its hardware systems.
A deprecated 3d model of the project.
Project Deployment Image Examples
Image
Name
An overhead photo of the project including all intact Arduino parts.
A top-front photo of the project.
A front-facing photo of the project, exposing its Liquid Crystal Display (LCD), Red Light-Emitting Diode (LED) and Buzzer.
An under photo of the project, exposing its HCSR04 Ultrasonic Distance Sensor.
Arduino Parts Used
These include every documented Arduino part used to build the physical design of the project.
Image
Quantity
Name
Description
1x
Arduino UNO Board
Manages the processes of the Arduino project and its various connected Arduino parts.
1x
Arduino USB Cable
Connects a power source to the Arduino UNO Board and sends Arduino programs from a computer to the Arduino Board.
1x
Arduino Buzzer
Generates a sound whenever the flood status is set to "Danger".
1x
Arduino HCSR04 Ultrasonic Distance Sensor
Receives analog data between the sensor itself from a solid or liquid surface.
1x
Arduino Red Light-Emitting Diode (LED)
Generates red lighting whenever the flood status is set to "Danger".
1x
Arduino 16x1 Liquid Crystal Display (LCD)
Displays the distance (in inches) and the current flood status.
Miscellaneous Materials Used
These include every documented miscellaneous materials used to build the physical design of the project.
Quantity
Name
1x
Black, Non-permanent Marker
1x
Electric Tape
1x
Electric Drill
1x
Glue Gun
1x
Glue Stick
1x
Laptop
1x
Plastic Cutter
1x
16x8x8 inch Plastic Box
1x
Rapoo S2002 20,000 mAh Power Bank
1x
12-inch Ruler
Software Tools Used
These include every documented software tools used to build each respective field of the project.