INTRODUCTION

This project is designed to provide a way of communication during any disaster .

WORKING

  • Client

    The ESP8266 module is tuned to be in soft-AP mode (wifi-hotspot) & a local webserver which hosts a offline webpage with a user input form . When user is connected via a device the captive portal opens and the value entered in form is transmitted via lora to the RPi server

  • Server

    The data send from client is recieved to raspberry via lora (p2p) . Now the data is sorted and uploaded to firebase (via a network connection)

  • Webpage & Cloud

    The sorted data is uploaded by RPi to google FIREBASE . the webpage then sortes and display the contents as a table

  • PROJECT FILES Files(Github)

Anyone who is intrested are welcome to modify & contribute to this project.