262

Although everyone has their own reasons for exploring a new hobby, one of the driving factors behind the popularity of Meshtastic and MeshCore has been the incredible accessibility offered by off-grid LoRa mesh networks. You don’t need any expensive hardware or a license to get on the air — armed with a $20 microcontroller dev board and open source software, you could be on the mesh in minutes. Then came the really exciting part, seeing who else was out there. The low barrier of entry and ad-hoc nature of these projects meant there was a good chance you’d soon find yourself exchanging messages with other like-minded folks in the area.

Or at least, that’s how it used to be. With the recent revelation that their default radio configurations have potentially been in violation of the Federal Communications Commission’s (FCC) regulations governing amateur usage of the 900 MHz industrial, scientific and medical (ISM) band, the users and developers of both Meshtastic and MeshCore have been sent scrambling. Getting in compliance isn’t necessarily a technical challenge. In fact, Meshtastic has already introduced changes aimed to address the issue and anyone running the latest alpha release can be sure that their initial radio configuration will meet FCC standards.

But unfortunately, this introduces a new problem. While it’s easy enough to get new installations of Meshtastic and MeshCore operating in a mode that keeps the FCC happy, doing so breaks compatibility with everything that’s already been deployed. The community will be fractured into distinct strata depending on when they first configured their hardware, with an added dash of confusion from the more rebellious users who will undoubtedly refuse to migrate over to the new settings.

top 50 comments
sorted by: hot top new old
[-] LovableSidekick@lemmy.world 21 points 1 day ago* (last edited 1 day ago)

Since at least the early 90s we've seen a continuum of unlimited variations on themes, and we're still here. But somehow, having to adjust to one more new change is going to "shatter" everything. This is like seeing "Game Over!" in a youtube title.

[-] TrippinMallard@lemmy.ml 13 points 1 day ago* (last edited 1 day ago)

Switch to Reticulum. Meshtastic/Meshcore were never scalable traffic/node wise.

[-] WhyJiffie@sh.itjust.works 11 points 1 day ago

totally different things. reticulum is routing, meshtastic is the transport. you don't route anything without a transport

[-] girsaysdoom@sh.itjust.works 4 points 1 day ago

I think LoRA is what you meant and yes, both use it. Reticulum has its own routing protocol while Meshtastic broadcasts to all connected devices.

[-] WhyJiffie@sh.itjust.works 3 points 1 day ago* (last edited 1 day ago)

in that case, meshtastic does not do routing. like a network switch or a wifi AP is not a router (except combined consumer devices but that's an other thing)

though, doesn't meshtastic have some kind of relayed operation? that would count as routing, I think.

[-] girsaysdoom@sh.itjust.works 2 points 1 day ago

Right! I think Meshtastic is closer to how switches work with STP and network broadcasts. This allows for multiple devices to relay the same message but it's not the same as routing.

Reticulum goes a step further with directing messages to specific paths and destinations in the network like a router would as you said, rather than broadcasting the encrypted message to all it can reach.

[-] TrippinMallard@lemmy.ml 1 points 1 day ago* (last edited 1 day ago)

Reticulum can route directly over raw LoRa via RNode. Meshtastic is only one possible underlay, not a required transport.

[-] electric_nan@lemmy.ml 5 points 1 day ago

Wdym? Reticulum is super promising, but it needs a path, no? I could well be misunderstanding, but Meshtastic is more like "infrastructure". You can actually send Reticulum over Meshtastic/Meshcore (though you may choke the network :/). Seems to me that even if you're excited about Reticulum, you'd still want those Meshtastic networks built out.

[-] TrippinMallard@lemmy.ml 2 points 1 day ago* (last edited 1 day ago)

RNode is the better LoRa interface than putting Reticulum over Meshtastic

[-] electric_nan@lemmy.ml 1 points 1 day ago

OK cool. I'm just getting started with this stuff. Met with friends about Reticulum last night, and a different group about Meshtastic tomorrow.

[-] mattyroses@lemmy.today 5 points 1 day ago

Setting up some nodes in Barcelona this week!

[-] cobalt32@lemmy.blahaj.zone 3 points 1 day ago

Speaking of Reticulum, the Reticulum Community Wiki is an excellent learning resource for those curious.

Meshtastic ya but Meshcore is definitely way more scalable.

[-] MangoPenguin@lemmy.blahaj.zone 1 points 1 day ago

I found it really difficult to use/understand and the mobile app is so slow.

[-] Septimaeus@infosec.pub 9 points 2 days ago* (last edited 1 day ago)

I think this may overestimate how unwilling the average community member is to operate pirate radio

ETA: I do believe in sharing the airwaves responsibly, since bandwidth is limited, I might just feel a bit defiant towards the current FCC

[-] technomad@slrpnk.net 70 points 2 days ago

This seems like it might only cause a temporary fragmentation (hopefully) until everyone eventually switches over to the new version right?

[-] empireOfLove2@lemmy.dbzer0.com 35 points 2 days ago* (last edited 2 days ago)

Yes with the asterisk that a decent amount of the off-grid hardware hidden in trees around the country will probably never get a firmware update. Because people have either forgotten about them or can no longer reach them. It's already a big issue with orphaned nodes running outdated firmware clogging up the default LongFast channels in more densely populated areas.

[-] clif@lemmy.world 19 points 1 day ago

You're telling me I have to climb on top of that building at night, surreptitiously, AGAIN?

[-] empireOfLove2@lemmy.dbzer0.com 9 points 1 day ago

DO IT FOR THE ~~VINE~~ MESH!!

[-] non_burglar@lemmy.world 5 points 2 days ago

It's already happened at least twice with meshtastic, first with the mqtt to internet bridge topic causing flooding and the meshrouting protocol itself being capped too low and causing chaos at big events like defcon.

[-] ItsNotImportant24@lemmy.ml 27 points 2 days ago

I've heard of Meshtastic and Meshcore but haven't really looked into it. I'm very interested in getting started and what all I need to do it, if anyone has some good information or sources. With the state of the way the internet is becoming and I now self-host my own media server, I would like to make this one of my next setups.

[-] floquant@lemmy.dbzer0.com 12 points 2 days ago

Pretty much the only step is picking a device - do you just want a little stick for testing or making a repeating station, or would you rather have a more standalone device with a big (relatively) screen and maybe a keyboard? Do you want/need GPS? Consider how you're going to power it - pro tip, discarded "single use" vapes are a great source of small rechargeable LiPos.

Both Heltec and LilyGo are good choices with regards to reliability and compatibility. Go on their websites and get an idea of what's out there, then pick one and you'll be up and meshing the same day you receive it!

[-] clif@lemmy.world 2 points 1 day ago

Since you covered the important bits, I'd add :

ESP32 if you want WiFi but short battery life, nRF52 if you want long battery life but no WiFi.

[-] ItsNotImportant24@lemmy.ml 1 points 1 day ago

Will definitely probably want wifi, so ESP32 will probably be the route for that.

[-] partofthevoice@lemmy.zip 1 points 1 day ago

You can get a kit for $200 or so that comes with solar, battery, WiFi, Bluetooth, LoRa antenna, … it’s pretty much plug and play by that point.

[-] ItsNotImportant24@lemmy.ml 1 points 1 day ago

Any recommendations on a quality full kit?

[-] partofthevoice@lemmy.zip 1 points 1 day ago

I have this one for Meshtastic and it works great, but uses Bluetooth for configuration rather than WiFi: https://www.seeedstudio.com/SenseCAP-Solar-Node-P1-Pro-for-Meshtastic-LoRa-p-6412.html

Same product but with Meshcore instead: https://www.seeedstudio.com/SenseCAP-Solar-Node-P1-Pro-for-Meshcore-p-6741.html

I don’t have this one, but it has WiFi as well: https://www.newegg.com/p/0XP-06T7-000M3?item=9SIC4NEKST8969

Without wifi lowers the power requirements, probably better suited for a solar setup. Not sure how reliable that last one would be, but worth a shot I’m sure.

[-] ItsNotImportant24@lemmy.ml 1 points 23 hours ago

Thank you, I will check them out today.

[-] partofthevoice@lemmy.zip 2 points 1 day ago

I would add, be sure to turn off the setting that broadcasts your precise location. Unless you’re into that sort of thing, I guess.

[-] ItsNotImportant24@lemmy.ml 2 points 2 days ago

Thanks for the information. Honestly, with not knowing much about it, I'm not sure what I'd want in my setup yet, haven't had much time to look into it more yet. I will definitely check out their websites. Thanks again.

load more comments (1 replies)
[-] shortwavesurfer@lemmy.zip 28 points 2 days ago* (last edited 2 days ago)

Please do not use the filly mesh settings outside of filly because they interfere with the 33 centimeter amateur radio repeater inputs.

If you want to test, a safe place to test is...

MeshCore

  • Freq: 910.100
  • BW: 500
  • SF: 10

Meshtastic: LongTurbo

[-] fake@sh.itjust.works 1 points 1 day ago

What are filly mesh settings?

[-] shortwavesurfer@lemmy.zip 2 points 1 day ago

The mesh core settings for Philadelphia, Pennsylvania

[-] pastermil@sh.itjust.works 9 points 2 days ago

Also, isn't LoRa based on proprietary technology?

[-] cenzorrll@piefed.ca 5 points 2 days ago

The physical layer is proprietary, the signals it produces is not. So if you can develop a way to reproduce the signals without using or stealing their hardware you're good.

There are efforts to reverse engineer it.

[-] shortwavesurfer@lemmy.zip 12 points 2 days ago

Yes. The actual modulation itself is proprietary, but everything above that is open source.

[-] pastermil@sh.itjust.works 9 points 2 days ago

Regardless, if let's say the company producing the hardware decides to stop producing it, then there's nothing anyone else can do about producing new ones, right?

load more comments (2 replies)
[-] pageflight@piefed.social 13 points 2 days ago

dictates the minimum allowed bandwidth. Out of the box MeshCore operates at 62.5 kHz and Meshtastic uses 250 kHz, but the FCC says it needs to be 500 kHz or higher.

Why is more bandwidth better? Is it spreading out the same energy = less interference potential? Usually the goal is to use the least bandwidth (and power) possible, right?

[-] shortwavesurfer@lemmy.zip 11 points 2 days ago

That's correct. As the bandwidth increases, the radiated power from the transmitter is reduced.

[-] cenzorrll@piefed.ca 8 points 2 days ago

You're correct in your understanding, but one problem is that Lora isn't spread spectrum in the traditional sense(s). It's a narrow band signal that traverses over a wide band as it's method of modulation/encoding. The FCC has regulations for direct sequence spread spectrum (entire transmission is spread out) and frequency hopping spread spectrum (narrowband signal, randomly transmitted within a range). Lora is neither, using chirp spread spectrum (narrowband signal travels up and down within it's bandwidth).

The ideas as I understand them in the regulations is that a full spread transmission has lower amplitude and isn't strong enough at any frequency to interfere with other transmitters, and the pseudo random spread doesn't stay anywhere long enough to completely interfere on any one frequency. Lora isn't either, but it is low power and traverses it's bandwidth quickly, so it most closely follows the direct sequence spread spectrum method if you remove your glasses and squint.

This sharp transmission, but travelling over a wide range is what makes it able to transmit over such long distances. It has the signal to noise of Morse code, and interference tolerance of direct sequence spread spectrum.

[-] MrTolkinghoen@lemmy.zip 2 points 1 day ago

So this is trying to hamstring it, right? Pushing it higher reduces range?

[-] shortwavesurfer@lemmy.zip 1 points 17 hours ago

Yes, having higher bandwidth means that the range is reduced because the receiver has a wider bandwidth to listen to and there's more radio noise in wider bandwidth.

However, at least in the US, we are allowed to use up to 1 watt, whereas those poor Russians are only allowed to use 0.025 watts.

[-] anarchy79@lemmy.world 1 points 1 day ago

Very interesting article.

load more comments
view more: next ›
this post was submitted on 17 Sep 2026
262 points (98.5% liked)

Technology

88155 readers
5128 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS