meshtastic-firmware/docs
geeksville af5e3a0e02 TODO updates - back to Android app for now 2020-02-24 08:47:02 -08:00
..
CNAME
README.md TODO updates - back to Android app for now 2020-02-24 08:47:02 -08:00
_config.yml
desk-video-screenshot.png
editing-this-site.md
privacy.md
radio-settings.md
sw-design.md prevent ble powerdown while phone is connected 2020-02-23 08:53:52 -08:00

README.md

What is Meshtastic?

Meshtastic is a project that lets you use inexpensive ($30 ish) GPS radios as an extensible, super long battery life mesh GPS communicator. These radios are great for hiking, skiing, paragliding - essentially any hobby where you don't have reliable internet access. Each member of your private mesh can always see the location and distance of all other members and any text messages sent to your group chat.

The radios automatically create a mesh to forward packets as needed, so everyone in the group can receive messages from even the furthest member. The radios will optionally work with your phone, but no phone is required.

Uses

  • Outdoor sports where cellular coverage is limited. (Hiking, Skiing, Boating, Paragliding, Gliders etc..)
  • Applications where closed source GPS communicators just won't cut it (it is easy to add features for glider pilots etc...)
  • Secure long-range communication within groups without depending on cellular providers
  • Finding your lost kids ;-)

Youtube video demo

Features

Not all of these features are fully implemented yet - see below. But they should be in by the time we decide to call this project beta (three months?)

  • Very long battery life (should be about eight days with the beta software)
  • Built in GPS and LoRa radio, but we manage the radio automatically for you
  • Long range - a few miles per node but each node will forward packets as needed
  • Shows direction and distance to all members of your channel
  • Directed or broadcast text messages for channel members
  • Open and extensible codebase supporting multiple hardware vendors - no lock in to one vendor
  • Communication API for bluetooth devices (such as our Android app) to use the mesh. So if you have some application that needs long range low power networking, this might work for you.
  • Eventually (within a couple of months) we should have a modified version of Signal that works with this project.
  • Very easy sharing of private secured channels. Just share a special link or QR code with other users and they can join your encrypted mesh

This project is currently in early alpha - if you have questions please join our chat Join the chat at https://gitter.im/Meshtastic/community.

This software is 100% open source and developed by a group of hobbyist experimenters. No warranty is provided, if you'd like to improve it - we'd love your help. Please post in the chat.

Updates

  • 02/23/2020 - 0.0.4 release. Still very bleeding edge but much closer to the final power management, a charged T-BEAM should run for many days with this load. If you'd like to try it, we'd love your feedback. Click here for instructions.
  • 02/20/2020 - Our first alpha release (0.0.3) of the radio software is ready for early users.

Meshtastic Android app

Soon our (optional) companion Android application will be released here:

Download at https://play.google.com/store/apps/details?id=com.geeksville.mesh

If you would like to join our super bleeding-edge alpha test group for this app, we'd love to have you. Three steps:

  1. Join this Google group with the account you use in Google Play.
  2. Go to this URL to opt-in to the alpha test.
  3. If you encounter any problems or have questions, post in our gitter chat and we'll help.

If you'd like to help with development, the source code is on github.

Supported hardware

We currently support two brands of radios. The TTGO T-Beam and the Heltec LoRa 32. Most users should buy the T-Beam and a 18650 battery (total cost less than $35). Make sure to buy the frequency range which is legal for your country. For the USA, you should buy the 915MHz version. Getting a version that include a screen is optional, but highly recommended.

Instructions for installing prebuilt firmware can be found here.

For a nice TTGO 3D printable case see this design by bsiege. For a nice Heltec 3D printable case see this design by ornotermes.

Disclaimers

This project is still pretty young but moving at a pretty good pace. Not all features are fully implemented in the current alpha builds. Most of these problems should be solved by the beta release:

  • We don't make these devices and they haven't been tested by UL or the FCC. If you use them you are experimenting and we can't promise they won't burn your house down ;-)
  • Encryption is turned off for now
  • A number of (straightforward) software work items have to be completed before battery life matches our measurements, currently battery life is about two days. Join us on chat if you want the spreadsheet of power measurements/calculations.
  • The current Android GUI is pretty ugly still
  • The Android API needs to be documented better
  • The Bluetooth API needs to be documented better
  • The mesh protocol is turned off for now, currently we only send packets one hop distant
  • No one has written an iOS app yet ;-)

For more details see the device software TODO or the Android app TODO.