Advanced Search
Search Results
727 total results found
Meshtastic Node IDs, Addresses, and Naming
Understanding how Meshtastic nodes are identified helps you interpret the node list, configure direct messaging, and troubleshoot network issues. Node ID Format Every Meshtastic node has a 32-bit node ID derived by default from its hardware MAC address. It is...
Initial Node Configuration Checklist
When you get a new Meshtastic node, running through a standard configuration checklist ensures it's properly set up for your network before deployment. This guide covers every setting that matters for a production deployment. Step 1: Flash Latest Stable Firmw...
Advanced Configuration for Infrastructure Nodes
Infrastructure nodes (routers, backbone repeaters) require additional configuration beyond the defaults to operate efficiently and reliably in a production network. Power Management The ROUTER role automatically uses power-saving sleep on ESP32 boards (the Lo...
Complete Meshtastic CLI Command Reference
The Meshtastic Python CLI provides the most comprehensive access to node configuration and data. This reference covers all major command categories. Installation pip3 install --upgrade "meshtastic[cli]" # or for the latest pre-release version: pip3 install --...
Power Configuration Settings Reference
Meshtastic's power management settings control how your node balances battery life against responsiveness. Understanding these settings is essential for field deployments and battery-powered infrastructure. Key Power Settings SettingDefaultDescription power...
Home Assistant Integration via MQTT
Overview Integrating Meshtastic into Home Assistant unlocks powerful home automation possibilities: track family members on a mesh map, get alerts when a node goes offline, and trigger smart-home actions based on mesh events. The integration uses MQTT as the t...
DIY Antenna Construction
Building a 915 MHz Yagi Antenna
A yagi antenna provides significant directional gain for point-to-point links - ideal for connecting two backbone nodes across a valley, mountain, or city. Building your own 915 MHz yagi is a rewarding project that costs $10-20 in materials vs. $50-150 for a c...
Building a Collinear Vertical Antenna
This page covers two simple, easy-to-build omnidirectional verticals for 915 MHz - a J-pole and a 5/8-wave vertical - both a significant improvement over the stock rubber duck antennas included with most LoRa boards. (A true multi-element collinear, which stac...
Vehicle and Mobile Builds
Vehicle-Mounted Meshtastic Node Build
A vehicle-mounted mesh node extends your coverage as you drive and creates a mobile relay point that dramatically improves network coverage in areas you travel through regularly. Vehicle Safety Warnings (Read First) Never mount a node, antenna, or route cab...
Portable Go-Kit: Field-Deployable Mesh Node
A go-kit is a self-contained, rapidly deployable mesh node in a single weather-resistant case. It powers up in under 2 minutes. Runtime depends entirely on the battery, the node role, and display use: with the 12V 20Ah LiFePO4 pack specified below, a low-power...
Node-RED Flows for Mesh Automation
Overview Node-RED is a visual flow-based programming tool that acts as powerful middleware between your Meshtastic MQTT feed and virtually any other service. It runs on Linux (including Raspberry Pi), inside Home Assistant, or on any Node.js-capable machine. A...
Traceroute and Path Diagnostics
What Is Meshtastic Traceroute? Traceroute is a diagnostic feature built into Meshtastic firmware that lets you discover the path a packet takes through the mesh to reach a destination node. Unlike a simple ping, traceroute collects the ID of each intermediate ...
Neighbor Info and Signal Mapping
What Is the Neighbor Info Module? The Neighbor Info module is a built-in Meshtastic feature that periodically broadcasts a summary of every node your device can hear directly, along with the signal-to-noise ratio (SNR) of each link. This data lets you build an...
Spectrum Analysis and RF Tools
Using an SDR for 915 MHz Band Analysis
A Software Defined Radio (SDR) is one of the most useful tools for mesh network operators: it lets you visualize the actual RF environment your nodes operate in, identify interference sources, and verify that your nodes are transmitting on the correct frequenc...
NanoVNA Guide for Mesh Antenna Work
The NanoVNA is an affordable vector network analyzer that every serious mesh network operator should own. It measures antenna SWR, impedance, and resonant frequency directly - letting you verify antennas before installation and diagnose field problems. What a...