Skip to content

Resources

The links, tools, and documentation we actually use when building, deploying, and troubleshooting LoRa mesh nodes in North Dakota. Curated, not just collected.

Official Documentation

Start here for the canonical reference material on each protocol. MeshCore and Meshtastic run on the same LoRa hardware but speak different protocols, so you'll likely be reading both at different times. The LoRa Alliance pages are the underlying physical-layer spec, worth knowing if you start wondering why your spreading factor matters at long range.

Useful Tools

Maps and flashers are the everyday-driver tools. The MeshCore Map and MeshMap.net both show live nodes worldwide. They're useful for spotting coverage holes, finding nearby operators, and confirming your own node is reaching the wider network. The two RF-path tools (Line of Sight and Radio Mobile) are for planning before you mount anything. Running a path profile between your proposed repeater site and the next node over will save you a winter trip up a tower to fix a problem the math could have told you about.

Frequently Asked Questions

What's the difference between MeshCore and Meshtastic?

Both are mesh networking protocols that run on the same LoRa hardware, but they use different communication protocols and cannot talk to each other. Meshtastic has a larger global community and wider device support, while MeshCore offers improved routing efficiency. NodakMesh supports both protocols equally.

Do I need a ham radio license?

No license is required for the standard ISM band frequencies (915 MHz in the US). However, if you want to use higher power levels or certain frequencies, a ham license may be required. Check FCC Part 97 regulations for details.

What range can I expect?

Range varies greatly based on terrain, antenna, and height. In flat North Dakota terrain, expect 2-10 miles with stock antennas and line-of-sight. With elevated antennas and good equipment, 20+ miles is achievable. The mesh network extends range by hopping through intermediate nodes.

How much does it cost to get started?

A basic device like the Heltec V3 costs around $20-30. Better devices with GPS range from $35-100. You may also want a better antenna ($10-25) and battery. Total startup cost is typically $30-100 depending on your needs.

Can I use this for emergency communications?

Yes! Mesh networks are excellent for emergency communications because they don't rely on cell towers or internet. They work during power outages, storms, and other emergencies. However, they should supplement (not replace) official emergency communication systems.

Is my communication private?

Messages are encrypted with AES-256 when using a PSK (Pre-Shared Key). However, the default public channels use a well-known key, so anyone can read them. For private communication, generate a unique PSK for your group using MeshCore's configuration tools.

Learning Resources

Most newcomers learn fastest by watching someone else build a node end-to-end, then mirroring it. The YouTube tutorials handle that. r/meshtastic is where new firmware releases get dissected and edge-case bugs get reported before they hit the official changelogs. The GitHub repositories are where you go when the docs aren't enough and you need to see what the code actually does. None of these are substitutes for our Discord, where you'll get a same-day answer from someone running the same hardware.