Advanced Search
Search Results
525 total results found
Mast and Pole Mounting
Safety first Erecting and climbing masts is hazardous. Before any mast work: Overhead power lines: Keep the mast's full fall radius clear of power lines - allow a clearance of at least the mast length plus 10 ft in every direction. A falling or tipping mast ...
SWR and Antenna Analyzers
SWR (Standing Wave Ratio) measures how well your antenna is matched to the 50-ohm feedline impedance. A well-matched antenna transfers all power to the air; a mismatched antenna reflects some power back.SWR valuesSWRReflected PowerAssessment1.0:10%Perfect (the...
Feedline Loss Reference
At 915 MHz, cable loss is significant. A long run of cheap coax can negate the benefit of a quality antenna upgrade. This is the canonical loss table for the book; all values are at 915 MHz, sourced from manufacturer datasheets (Times Microwave for LMR types) ...
Ground Planes for Monopole Antennas
A monopole antenna (vertical rod) radiates efficiently only when paired with a ground plane - a conducting surface that acts as the electrical other half of the antenna.What counts as a ground planeVehicle roof: Excellent. A metal roof is an ideal ground plane...
My node cannot connect to others
Work through these checks in order.Verify antenna is connected. Most common cause. Never transmit without an antenna attached - it can permanently damage the radio's power amplifier (the PA, the transmit chip).Verify modem preset matches. Two nodes on differen...
My messages are not getting through
First: identify the failure modeNode visible in list but messages do not arrive: routing or range issueNode does not appear in list at all: preset, channel, or range issue (see previous page)Hop limit too lowIf your hop limit is set to 1, you can only reach no...
My battery drains too fast
Step 1: Measure actual power drawUse a USB inline power meter to measure real current draw. This immediately shows whether you have a software config problem or a hardware issue.Expected draw by hardwareThe figures below are approximate field measurements and ...
My solar node keeps going offline
Systematic diagnosis in order of likelihood:Undersized battery or panel. Goes offline at night or on cloudy days? Review the Solar System Sizing Guide and resize.Panel obstruction. Bird droppings, snow, or vegetation growth. Verify the panel is clean with clea...
Do I need an amateur radio license?
Short answer: No Meshtastic and MeshCore operate in the 902–928 MHz ISM band under FCC Part 15 rules (47 CFR § 15.247 and related provisions). No amateur radio license is required for standard operation in the United States — meaning the device as configured b...
How far can my node reach?
Range varies enormously by terrain, antenna height, modem preset, and local conditions.Realistic rangesThe figures below are approximate field estimates gathered from community experience, not hardware specifications or guaranteed numbers. Actual range depends...
MeshCore or Meshtastic - which should I choose?
Both are excellent. Choose based primarily on what your local community already uses. Don't pick a protocol solely on technical merits (routing efficiency, encryption) if it means being alone on the mesh - community presence matters more.Choose Meshtastic if:Y...
Understanding Channels and PSKs
Overview Meshtastic supports up to 8 simultaneous channels (index 0 - 7). Channel 0 is the primary channel; channels 1 - 7 are secondary channels used for specific groups or purposes. Channel Anatomy Every channel has three defining properties: Name - a hum...
Sharing Channels via QR Code
How Channel Sharing Works Meshtastic encodes channel configuration as a URL containing a Base64-encoded protobuf payload (a ChannelSet). This URL can be displayed as a QR code or shared as a plain link. At minimum the payload encodes the channel definition(s) ...
Channel Strategy for Community Networks
Public Infrastructure Nodes Nodes acting as public infrastructure (repeaters, routers) are commonly configured with the default public PSK on channel 0, which lets them participate in and originate traffic on the public channel. But relaying does not require s...
Budget Solar Repeater Build (~$80)
This guide walks through assembling a low-cost, outdoor solar-powered LoRa repeater using the RAK4631 WisBlock platform. The build is weatherproof, low-power, and deployable on a single weekend afternoon. (Component prices below are approximate and volatile — ...
High-Power Mountain Repeater Build (~$200)
⚠ FCC COMPLIANCE WARNING — READ BEFORE BUILDING: Under FCC Part 15 (47 CFR §15.247) the 902–928 MHz band has a hard conducted-output ceiling of 1 W (30 dBm) at the coax, referenced to an antenna of up to 6 dBi. This conducted limit applies before antenna gain ...
Rooftop Gateway Build (Pi + LoRa)
A rooftop gateway bridges your local LoRa mesh to the internet, enabling remote monitoring via meshmap.net, MQTT integration with Home Assistant, and APRS forwarding. This build uses a Raspberry Pi Zero 2W paired with a USB-connected LoRa node as the simplest,...
MQTT to InfluxDB and Grafana
Architecture Overview The full telemetry pipeline runs: Meshtastic node → MQTT broker → Telegraf (or Python subscriber) → InfluxDB 2.x → Grafana dashboard. Each component is independently replaceable, so you can swap Telegraf for a custom Python script wi...