Difference between revisions of "DisasterRadio"
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. | ||
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. | |||
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. |
Revision as of 14:38, 14 August 2017
Introduction
DisasterRadio is an off grid (solar powered) low bandwidth long range mesh network.
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.
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 tidepools).
Code is here: https://github.com/sudomesh/disaster-radio-nodemcu
juul gave a talk about this at the 2017 BATTLEMESH in Vienna.
Status as of June 10th 2017: Basic chat between two nodes working.
A more fleshed-out website should appear here soon.