HELP BUILD AN OFF GRID COMMUNICATIONS / MESH NETWORK DEVICE
--

For a while I've been considering making a packet radio terminal, a self contained computer with screen, keyboard, and the ability to send data using a radio instead of wifi or cell networks.

After working on and developing it for a few months though, I realized that this is actually the wrong way to go about this type of device, and after looking more closely at the GoTenna Mesh, I think creating an open source alternative with more features would be more versatile, and an order of magnitude cheaper.

I haven't made this yet, and I wanted to ask whether some of you would like to work on this and develop a platform, I guess in a similar vein to the Piratebox project, but for long distance off-grid communications. It wouldn't replace the internet as a whole, but could cater for low data functions like text messaging. Let me explain.

- Youtube link
- Archive.org mirror
- Torrent

THE MAIN IDEA

The main idea is to create a little, inexpensive device that can easily fit in your pocket, or strap on your backpack.

It would hook up to your smartphone, tablet or computer over bluetooth, and would require a specially designed app to work.

This way of doing it is much better than having a standalone computer radio terminal since it saves more space, is way cheaper, and works with all your existing devices. The devices can also still use their wifi and cell service too since you're not taking up the network interface.

The app would work just like an ordinary messaging app, but when you press send, it transfers the message to the radio device, then broadcasts that over LoRa radio frequencies, potentially reaching many kilometers away.

The other recipient has a paired device that is turned on and listening for a specific message signature, and when the radio waves reach them, the device alerts the persons phone, and they receive the new message. Simple, private communications over long distance.

The devices could also potentially work as a mesh network too, by relaying and rebroadcasting messages between nodes, potentially allowing for much greater coverage.

Outside of the GoTenna's features, I think what would add more usefulness would be the option of solar charging, and the ability to work like a powerbank and charge other devices through USB. This would make sense if you already strap it to your backpack to increase range, and would make it truly off-grid.

This technology works best when sending small amounts of data, and when you combine that with potential internet bridges, meaning someone's phone could act like an exit node, you open up the possibility to other uses like broadcasting bitcoin transactions, or setting up a twitter-like social network. Depending on the amount of nodes, you could be potentially post data anonymously.

USE CASES

Much like the GoTenna, this would be useful for times when you can't get any cell or wifi service. Trekking in the wilderness, travelling abroad, being at festivals or other large gatherings etc.

Also, obviously this could be helpful during times when the power is out during disasters or other chaotic times, especially if you mix the messaging with gps tracking.

POSSIBLE HARDWARE

After a lot of research, I think the cheapest, and easiest hardware to achieve this is as follows:

- A Raspberry Pi Zero W. This would act as the brains of the device. The documentation and linux system should make this much easier to work with, and develop more features on. It's also got bluetooth built in for pairing with phones and computers.

- A LoRa radio chip with antenna. These are pretty cheap, and seem relatively simple to work with. The protocol was originally designed for Internet of Things applications, but it would be perfect for this. Some of these chips, coupled with a good antenna, boast maximum ranges of around 30km. There are some addons available specifically for Raspberry Pi's, but I think it may be worth designing one just for this device.

- You could add an optional GPS chip too, which could be helpful in certain situations. Obviously, it would have a physical switch, so you can turn it off completely when it's not needed.

- A lipo battery. For this size, I think we could get maybe 2-3000mAh, and many hours of use on one charge.

- Small solar panel for emergency charging. This could be handy if you're in the wilderness, or if the power goes out for whatever reason. If the design is somewhat similar to the GoTenna, you could attach it to your backpack, to both increase range, and charge at the same time.

- A charging board. These PCBs are amazing. Search for "DIY power bank pcb" on Ebay for ones as cheap as one dollar.

They allow you to:

+ Power the Raspberry Pi, GPS and radio chips.
+ Charge the internal lipo battery through micro USB
+ Also charge the battery through a solar panel
+ Read out battery level through built in LEDs
+ Use the battery as a powerbank to charge other devices over USB when needed.

Total cost of parts, plus a 3d printed case should be around $35

WHAT DO YOU THINK?

So what do you think? Let me know in the comments. I'm not sure how good it would work, but I want to try it and find out. I know a lot of you are very capable, and I think I would need some help on the software side of things, especially the phone and desktop apps that interface with this. What technologies do you think would be the best for the project? Also, what should it be called?

Obviously, everything that's developed would be open source, and available for everyone to make their own versions. I want to make it as easy as possible for someone to buy the parts and make their own if they wish. If we create a platform, then people can make all sorts of devices that could work with it.

Let's get something going. Thanks for watching, and I look forward to your feedback.

--
BY NODE