Giter Site home page Giter Site logo

rad-hi / fuzzy_fire_detection Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 3.0 1.1 MB

Remote areas monitoring IoT node: ULP (Energy-harvesting powered) fire detection & alarming system using Fuzzy logic with an edge computing approach for daily temperature logging.

License: MIT License

C++ 98.21% C 1.79%
fuzzy-logic esp8266 state-machine arduino fire-detection iot-node temperature-logger ulp edge-computing mqtt

fuzzy_fire_detection's Introduction

Fuzzy_Fire_Detection

Preview

This is an ULP (Ultra Low Power) IoT node created mainly for remote areas monitoring (hence the need for ULP capabilities, especially that an energy harvesting powering system is being concieved for it).

The initial goal was to focus on the end-node and create a strong yet ULP fire detection IoT node, then build our way up and configure it in a mesh network (not researched yet) or a star network where there's a master node that's always awake and all the rest slave nodes would be reporting to it.

We wanted to create a real-time fire propagation tracking system that would help firefighters and land owners to be safe, be effecient in fighting the fire, and be fast to act.

Now as we finished the end node, we noticed that it could be a standalone fire detection IoT node that, with minimal configurations, could be employed anywhere.

The implemented fuzzy system is studied and designed in this paper: https://doi.org/10.1016/j.adhoc.2011.06.008, we just understood the system and implemented it! We claim no ownership over the actual design of the system, neither do we guarantee the effictiveness of our implemented solution.

We added a temperature logging functionality that provides a daily temperatue report based on an edge computing technique in order to save energy furthermore. The temperature data that's gathered during the day is parsed and turned into a per-hour based report where each day the max, min, and mean temperatures of each hour are computed and sent in the format:

{H0:[mx=MAX_VALUE,mi=MIN_VALUE,mn=MEAN_VALUE],H1, .. ,H23:[mx=MAX_VALUE,mi=MIN_VALUE,mn=MEAN_VALUE]}

Initial code structure

Changes are to be expected in the code (maybe additional functionalities, the already implemented ones are good to go), as well as some power testing, documentation, and demos/examples.

fuzzy_fire_detection's People

Contributors

rad-hi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.