Wildfire Monitor System: a project proposal
Every year we watched from the news about wildfire in western part of the US. It costed lots of money and human resource to fight those vicious natural disaster. After watching the news that 19 firefighters had died during a recent wildfire in Arizona, I started to think about how we could approach this problem from a technology angle.
Following graph shows the implementation of my solution to wildfire prevention and monitoring:
Design Overview
My design includes two major modules: the ground computer hub and the
UAV monitor unit.
The UAV unit equips with:
- heat sensor
- GPS chip
- microprocessor
- RF transmitter
- High resolution camera
Computer hub features:
- RF receiver
- Human monitoring in front of computer
- Google Map API to help map out the ground of wildfire
Implementation of the project
The project would be implemented to each local forestry administration.
Each location would have one ground unit, and one UAV in charge of
sweeping a certain area.
At the beginning stage, UAV would proceed a preliminary sweep to map-out
heat-spots from human habitation, and non-threaten source, the data from
the first sweep would be processed with Google Map API to make a
reference map.
Future routinely sweep data would be compared to this reference map on
the fly. If a new heat-spot occurs, the UAV would take a picture of the
scene and send the picture together with the GPS coordinates back the
base station.
In base station, human worker would investigate the picture, assess the
situation and make further decision on either to send out
firefighter-jets to put out the fire.
Some interesting challenges may occur
- how to make more fuel-efficiency UAVs (solar panel, battery)
- design low energy consume GPS circuit & microprocessor
- most market existed GPS module output standard NMEA string, convert(A/D) and decipher this information into GPS coordinates
- design reliable RF communication between UAV and base
- implement Google Map API
Comments
comments powered by Disqus