Clickbait title. Just say it's meshtastic.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
I mean it's an article for people like me who have never heard of that
Sure, but they could at least put that in the title as well so people who are familiar w/ it don't need to click through.
Ok.......what's meshtastic? I still haven't clicked the article, and know nothing of which you speak.
I'd say this title is for people like me. I think it sounds cool.
It is cool! The barrier to entry is relatively low. The only thing to really worry about is:
- What band/frequency is appropriate for you country.
- Are there others around to which you can connect?
If there's not a lot of people around it's not the end of the world. Nodes can connect over the Internet via MQTT servers. Yes, this defeats the purpose of having an offline/decentralized communication platform, but it is a good stop gap until more nodes are put up.
Here's a sample of what I can see in a somewhat large-ish Midwest City in the US (there's about 63 nodes I can reach by hopping through relays).
Where'd you get that map from?
The official meshtastic app has a map view that shows all known nodes.
I got mine recently in a dxent aized city and while there are plenty of nodes popping up on the map, the local channel is pretty quiet. Is that normal?
Yep, that can be normal. For my city, the local group has a private (but free to join) channel that's a bit more active.
Do a web search for meshtastic and your city and see if one pops up.
It allows us to make a mesh network (interconnected nodes where you can contact a node even if it's not in range for you, by using other nodes) with Lora radio devices. Lora is slow but has long range. I think it works better when you have line of sight, like if someone can put a node on a mountain, it would help everyone.
I think people might have sent audio with it but it's mostly useful for text messages. It could be useful if the Internet is down, maybe, but it's more like a toy.
It could be useful if the Internet is down, maybe, but it’s more like a toy.
Since LoRa devices use very little power this can be useful when there is no electricity.
Definitely clickbait. The phrase "send texts" as it's been used for the past quarter century means "sms texts" or maybe "text messages to other people on mobile phone networks", which is not at all what this is.
Exactly. I was hyped because I'd like to send and receive SMS w/o a mobile phone. I was hoping someone implemented the protocol so I could integrate it into my desktop, the "no wi-fi or cell service" was merely a bonus.
But no, this is just a way to communicate over a different radio protocol than mobile phone standards.
Nice article on Meshtastic. The problem is that, like anything, the actual distance is a lot more dependent on line of sight and the actual mesh existing. Which means we’d need a LOT more people to adopt these and put up repeaters for them to be useful. Which is doable, but not cheap.
Have a look at meshmap.net. That shows people who have voluntarily put themselves on a map.
Although it can be a serious underestimation, for example in my area, I'm the only one who lists myself on the map, but there are about 10 other nodes that don't
Edit: Also, the number of nodes on MeshMap has pretty much doubled in six months since I started playing with it.
Nice, 0 within 25 kilometers of me lol.
I always thought these were more like walkie talkies for messaging than telephones that you can call anyone.
Like it would be good if cell serivce goes down.
That's pretty much exactly what they are. Text message in walkie-talkies. With the added benefit that if your friend can't hear you, but another friend is in between, your message automatically gets relayed through their walkie-talkie.
If I wanted to transmit, for example, temperature and humidity from a sensor once every 5 minutes, would the network be willing to carry my signals?
https://meshtastic.org/docs/configuration/radio/device/
SENSOR is one of the defined device roles. And whether for personal automation or public information, it is a reasonable use case for the network.
I maintain three of these devices, if anyone has any questions.
What kind of data rate can they provide? Can it support audio? Low bit-rate video?
I've seen LoRa when Pine64 announced some related products some years back, but I haven't really gotten into it. If the community is big enough and the bitrate reasonable enough, I might get one to connect my home to my parents home (about 10 miles away, so at the edge of the range) for fun. It would be cool to set up some smart home stuff at both ends that I could host on my own so I can keep an "eye" on my parents stuff when the travel (mostly just door and occupancy sensors, no video).
In theory the protocol can support those formats. With meshtastic it's only designed for text. You can get some really basic emojis though since they are Unicode.
If its simple enough, I could probably abuse it to send binary data by encoding everything in base64 or something, and writing a simple translator for whatever my app is.
But what does the usable bandwidth look like, and what about latency? If I'm going just out of range from direct communication, I assume I'd be going through other peoples' nodes, but is that intelligent enough to route messages through efficiently? Or could I see crazy latency spikes?
You are at the edge of what I know :) If you find out, let the rest of us know. I only have vague and hand wavy knowledge at this point of lora slow means lots of latency. GL!
How does this differ from IP over ham radio? It seems like in general, it would just be lower distance and greater reliance on nodes near you, with the trade off being smaller equipment.
https://themodernham.com/ip-over-ham-radio-via-new-packet-radio/
Its biggest + in my book is that you don't have to be a ham to make it work. There are better systems if you want more reliable communications. But its a fun side hobby and, in the event of a power outage, a decent little communicator. Although from personal experience, most of the devices piggy back of your existing cell phones and bluetooth. So ironically as long as the cell towers aren't blown to hell, your still fine either way.
You don't need cell towers. Your phone is just used as an input device for the radio.
There may be some miscommunication. I ment that in order to use a majority of the meshtastic devices, they require the android or ios app + bluetooth. Not all, but a vast majority. And most of those will have access to a cell phone tower that will likely not go down, even in the event your neighborhood power goes off. At least where I am at. The devices have often been alluded to a disaster proof communications device. And an alternative to instant messaging. Its not as reliable as some other tech that is out there, but its a fun hobby!
Hope that makes more sense.