Meshtastic DIY - How To Build Your Own Meshtastic Node ESP32 & Lora Radio

submitted a month ago by adrelien

adrelien.com/blog/meshtastic-diy-how-to-build-y…

cross-posted from: https://lemmy.radio/post/3984948

Make your own Meshtastic LoRa Node with our easy DIY guide. A complete step-by-step for building your customized mesh communication system

75

Log in to comment

34 Comments

Meshtastic is neat and I always contemplate building a node for fun. However, I've yet to see many practical uses for it beyond maybe texting while hiking.

TimeNaan a month ago, edited a month ago

It's best use is alternative communications in a disaster, where the mobile network is affected. Or if a dictator decides to shut it off during a protest.

Overall it could work well as a communications means for activists in street protests since these often overload networks by sheer volume of users concentrated in one spot.

helenslunch a month ago

If you're at a concert or ball game or something, the local cell network can become overloaded.

I went to a multi-day festival with no cell reception and handed some out to friends and they worked a treat.

Imgonnatrythis a month ago

Seems like this could be very useful if in a country with poor communication systems or a wartorn area. Also worth saving (print it out perhaps) if in the US and Trump becomes king.

adrelien [OP] a month ago

Well I had many blogs about how to add sensors etc. Mostly I personally use it as walkie talkie but also I have seen people use it as a tracker for pets, and motion sensors at home maybe. I use it for temp sensor in each room in a handheld and I will take out for hikes etc.

I don't think I understand its purpose. It's a shared wireless communication network for text messages only? So, like, sms-only that is completely independent of the main grid?

KairuByte a month ago

Pretty much, yes. It does have *some* tiny file share capability IIRC (don’t trust me on this) but it’s pretty much just an off grid text based communication platform you connect to with your phone and Bluetooth. Can be extremely long range depending on terrain (line of sight is important)

Can it be used to set up a grid with other people? Kind of like creating put own off-grid grid?

HarriPotero a month ago

Isn't that the definition of off-grid?

The routing is simple. Every node repeats everything it hears. A message goes out with a counter - defaults at 3, maximum 7. Every time it's repeated the counter is decremented. At 0 it won't be repeated any more.

You can DM nodes you've seen. You can create your own encrypted channels with a pre-shared key. You can link meshes over the internet through MQTT if you have an internet connected node on each mesh.

Isn’t that the definition of off-grid?

Yeah, but not only. For example, I can build a private wifi network, and have my friends join their phones to it. Some bloke across the yard can open his own network, but the two networks will not communicate with each other. The two networks are off-grid, but are independent of each other.

This meshtastic thing sounds awesome! Crowd sourced off-grid network.

mesamune a month ago

For a beginner: 1. Buy something like this all in one system: https://www.amazon.com/dp/B0BL7B47DR?psc=1&ref=ppx_yo2ov_dt_b_product_details 2. Flash meshtastic on it 3. Download the app (or connect it directly to the computer) and your done!

Its pretty easy to get into. Just letting you know, its mostly just a pager. A self hosted pager, but a pager none-the-less.

vext01 a month ago

How do you find people to talk to?

mesamune a month ago

Honestly a bit of war-driving, they pick up the others and auto-populate the info. You can also go here: https://meshmap.net/ and look for your area.

We also have a local meetup for meshtastic that meets periodically. Its been fun.

vext01 a month ago

So you just get a list of who's in range?

mesamune a month ago

A list and a map to those who enable gps.

ɐΙ₯O a month ago

Dont buy those kits. They are pretty overpriced and come with a shitty antenna and no battery

mesamune a month ago

In my local area, we were able to get a mile or so with line of sight. And the price (less than 50 for 2) without soldering is a pretty good deal for a beginner. It also comes with a case.

You can also get the https://www.amazon.com/dp/B0CTXL61LY?psc=1&ref=ppx_yo2ov_dt_b_product_details or add in a battery later on. Its meant to be a beginners kit because you an check to see if it works easily and its upgrade-able in almost all parts. We have close to 20 members in our local group (its a whole lot of fun) and almost everyone starts with one of these.

What do you recommend for beginners?

ɐΙ₯O a month ago

Oops, didnt realise that price is for 2. Pretty good deal in that case

mesamune a month ago

Its all good.

Its more for testing it out to make sure it works. But yeah I have an outdoor one and an indoor one. So I can message and receive pretty easy plus help the local network.

helenslunch a month ago

The LilyGo T-Echo is probably the only device you need.

  • small
  • far more power efficient processor, as compared to ESP32 devices.
  • battery included
  • e-paper display
  • injection molded case included and fully assembled
  • no flashing necessary
  • compact
  • inexpensive

It's pretty much the only one that comes ready to go out of the box.

adrelien [OP] a month ago

inexpensive? Really

helenslunch a month ago

...yes?

adrelien [OP] a month ago

idk about that, a heltec is 15-20$ while t-echo is 55-65$.

helenslunch a month ago

It also doesn't include any of the things you need to make it actually work...

adrelien [OP] a month ago

It does actually, You can see the parts list at the top of the blog.

Grimy a month ago

54$ while an esp32 is like 5 bucks

helenslunch a month ago

LOL you need more than an ESP32

Grimy a month ago, edited a month ago

The rest is less than 15$ but you do have to order it off AliExpress. It's more time as well so if you take it into account, I guess it comes out similar.

I would add that anybody with the know-how to build this probably already has an esp32 on hand so really only the cost of the other components should be calculated. But that cuts both ways since your example is a lot more beginner friendly and comes in a neat package with more features.

TimeSquirrel a month ago, edited a month ago

Is there a demand for a clean single PCB version of this instead of a bunch of hobby parts cobbled together? I can totally make that happen. Probably be 5 times smaller.