LoRaWAN/Mesh: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(Created page with "Some research on LoRa (not LoRaWAN) mesh networking projects. == Projects == === Meshtastic === === disaster.radio === === Ripple === [https://github.com/spleenware/ripple Gi...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
== Projects ==
== Projects ==
=== Meshtastic ===
=== Meshtastic ===
"An opensource hiking, pilot, skiing, Signal-App-extending GPS mesh communicator"
* [https://www.meshtastic.org/ Website]
* [https://github.com/meshtastic GitHub Org]
=== disaster.radio ===
=== disaster.radio ===
A "disaster-resilient communications network powered by the sun", "off-grid, solar-powered, long-range mesh network built on free, open source software and affordable, open hardware."
* [https://disaster.radio/ Website]
* [https://github.com/sudomesh/disaster-radio GitHub Repo]
=== Ripple ===
=== Ripple ===
[https://github.com/spleenware/ripple GitHub Repo], [https://www.instructables.com/id/LoRa-Mesh-Radio/ Instructable]
[https://github.com/spleenware/ripple GitHub Repo], [https://www.instructables.com/id/LoRa-Mesh-Radio/ Instructable]
Line 9: Line 16:


== Comparison ==
== Comparison ==
TBD
{| class=wikitable
!  !! Meshtastic !! disaster.radio !! Ripple
|-
| Supported Devices || TTGO T-Beam<br>TTGO LORA32<br>Heltec LoRa 32 || TTGOv2<br>TTGO T_Beam<br>Lopy<br>[https://github.com/sudomesh/disaster-radio/wiki/Devices--&-Hardware more information] || ?
|-
| Apps || Android only || Android App<br>Webbased GUI, hosted on devices ||
|-
| GPS || recommended || not used || ?
|}
 
== Notes & other research ==
* [https://github.com/CongducPham/LowCostLoRaGw#pcbs RPi PCB for RFM95]
 
=== Standalone Messengers ===
* Armachat
** Hackaday [https://hackaday.com/2020/04/25/a-lora-im-me-for-the-end-of-the-world/]
** Hackaday.io [https://hackaday.io/project/171790-armawatch-armachat-long-range-radio-messengers] [https://hackaday.io/project/170878-armachat-doomsday-wireless-qwerty-communicator]
** Tindie [https://www.tindie.com/products/bobricius/armachat-lora-messenger-prototype-sale/?pt=ac_prod_search]

Latest revision as of 01:40, 12 August 2020

Some research on LoRa (not LoRaWAN) mesh networking projects.

Projects

Meshtastic

"An opensource hiking, pilot, skiing, Signal-App-extending GPS mesh communicator"

disaster.radio

A "disaster-resilient communications network powered by the sun", "off-grid, solar-powered, long-range mesh network built on free, open source software and affordable, open hardware."

Ripple

GitHub Repo, Instructable

  • Dedicated messenger (no phone) project [1]

Comparison

Meshtastic disaster.radio Ripple
Supported Devices TTGO T-Beam
TTGO LORA32
Heltec LoRa 32
TTGOv2
TTGO T_Beam
Lopy
more information
?
Apps Android only Android App
Webbased GUI, hosted on devices
GPS recommended not used ?

Notes & other research

Standalone Messengers