Difference between revisions of "DisasterRadio"

Jump to navigation Jump to search
730 bytes added ,  15:38, 14 August 2017
Line 3: Line 3:
DisasterRadio is an off grid (solar powered) low bandwidth long range mesh network.
DisasterRadio is an off grid (solar powered) low bandwidth long range mesh network.


Nodes currently use the LoRa PHY (CSS modulation) to communicate between each-other, and WiFi to communicate with client devices.
The nodes are small and entirely self-contained units that can be deployed simply by leaving them in a place with sun. They are intended for either manual or drone-deployment on rooftops or in windows. They use a high gain omni-directional antennas on 915 MHz using the LoRa PHY (Chirp Spread Spectrum) to talk to each-other and a downward-pointing/inward-pointing high gain wifi antenna to talk to user devices (phones/tables/laptops) inside the building on which they are placed. They use a low-power microcontroller running a web server that lets anyone use the network as long as they have a device with wifi and a web-browser.


Web apps like chat / microblogging are served up over the wifi connection, requiring only a client device with wifi and a web browser to use.
Bandwidth is < 2000 kbits/sec.
 
The in-development apps are secure chat and resource mapping (an offline map that the community can use to add resources, like [http://tidepools.co/ tidepools]).


Code is here: https://github.com/sudomesh/disaster-radio-nodemcu
Code is here: https://github.com/sudomesh/disaster-radio-nodemcu
[[User:juul|juul]] gave a [https://www.youtube.com/watch?v=tPJj3zCyRpI talk about this at the 2017 BATTLEMESH in Vienna].


Status as of June 10th 2017: Basic chat between two nodes working.
Status as of June 10th 2017: Basic chat between two nodes working.
A more fleshed-out website should appear here soon.

Navigation menu