Fire Geeks | And YOU can Help Fight Fires!

Jeddah

Team Updates

LORA.. our new technology that can cover signals in range around 100km
LORA.. our new technology that can cover signals in range around 100km
abdulrahmansulimanAbdulrahman suliman
this kind of sensors is using to study the animal life and our sensors is look nearly the same so we can use it to find the fire in the forests
this kind of sensors is using to study the animal life and our sensors is look nearly the same so we can use it to find the fire in the forests
abdulrahmansulimanAbdulrahman suliman
Team Stream Item
f.salemFahad Salem Al-Qurashi
amz1415Abdullah Mohammed ali alzhrani
amz1415Abdullah Mohammed ali alzhrani

Fires and Thermal Anomalies ( Day and Night ):

https://worldview.earthdata.nasa.gov/?p=geographic...

bedozinger_2000Abdelrahman Osama
f.salemFahad Salem Al-Qurashi
amz1415Abdullah Mohammed ali alzhrani
amz1415Abdullah Mohammed ali alzhrani

1-Using animals as Alive Forest Sensors Enables a more dynamic and wider detection as compared to fixed sensors .

2- The fewer Sensors Needed means a significant reduction in cost compared to fixed sensors.

3-Since animals can go where human can not , previously unreachable areas can now be controlled.

4-Classification of animals individual and group behavior can be used for other purposes , in particular , the system may be use to detect poaching and monitor comprehensive animal deaths .


mido.amrMohamed Amr Ibrahim
After Search and query we found thats LORA is The least use of energy and the lowest cost of tracking and Sensoring Devices
After Search and query we found thats LORA is The least use of energy and the lowest cost of tracking and Sensoring Devices
mido.amrMohamed Amr Ibrahim
 Project Statistics
Project Statistics
mido.amrMohamed Amr Ibrahim
The Alert showing thats the sensor Exposed to smoke
The Alert showing thats the sensor Exposed to smoke
mido.amrMohamed Amr Ibrahim
Testing the Sensors
Testing the Sensors
mido.amrMohamed Amr Ibrahim
The Prototype ...
The Prototype ...
mido.amrMohamed Amr Ibrahim
int smokeA0 = A5;
// Your threshold value
int sensorThres = 100;
void setup() {
pinMode(smokeA0, INPUT);
pinMode(8, OUTPUT);
Serial.begin(9600);
}
void loop() {
Serial.print("");
int analogSensor = analogRead(smokeA0);
// Checks if it has reached the threshold value
if (analogSensor > sensorThres)
{
Serial.print("");
Serial.print("there is fire");
Serial.print("");
delay(1000);
Serial.print(" ");
}
}
view raw Smoke Sensor hosted with ❤ by GitHub
mido.amrMohamed Amr Ibrahim
Fire Geeks
Fire Geeks
mido.amrMohamed Amr Ibrahim
Testing the fire alert
Testing the fire alert
mido.amrMohamed Amr Ibrahim
The Team (Fire Geeks)
The Team (Fire Geeks)
mido.amrMohamed Amr Ibrahim
Prototype in progress ...
Prototype in progress ...
mido.amrMohamed Amr Ibrahim
NASA Logo

SpaceApps is a NASA incubator innovation program.