tips

Roles

It is strongly recommended to keep your ROLE set to CLIENT, CLIENT_MUTE, or CLIENT_BASE. Only use other roles if you have a specific, well-understood reason to do so. Read our blog post about choosing the best role.

Client Node Example One example of a 'Client' node. Photo credit: Cully@KBOXLABS

Avoid ROUTERand REPEATER

Using ROUTER or REPEATER roles unnecessarily can cause serious network issues:

These roles are for very specific applications. Before changing from CLIENT, carefully review the documentation to understand the implications. Additionally, coordinating this with your local community to ensure its impact is a positive one rather than a negative one.

Remember: A network of CLIENT nodes with a small number of well-placed ROUTERS is usually the most efficient and stable configuration.

Router Node Example One example of a 'Router' node. Photo credit: Cully@KBOXLABS

(Not) Sharing Your Location

Telemetry is shared over your PRIMARY channel. This means that if your node has acquired GPS coordinates from an integrated GPS chip, or from your mobile device, your coordinates will be sent to the mesh over this channel, using its defined encryption (if any).

By default the PRIMARY channel's name is LongFast with the encryption key "AQ==" (Base64 equivalent of Hex 0x01). If this is left unchanged, your location will be shared with all nodes in range that are also using the default channel.

Using Position Precision

Meshtastic now supports the ability to control the precision of location data sent over a particular channel.

The position_precision setting allows control of the level of precision for location data that is sent over a particular channel. This can be useful for privacy reasons, where obfuscating the exact location may be desired when sending position data over certain channels.

For detailed information on position precision settings and how to configure them, please refer to the Position Precision documentation.

Sharing Location on a Private Secondary Channel

This is a newer feature that only works for firmware 2.7.1+

To share your location on a private secondary channel while keeping the default primary channel unencrypted, follow these steps:

  1. Disable location sharing on the primary channel (Channel 0) to prevent broadcasting your position to all users.
  2. Select a secondary channel where you want to share your location. Enable position sharing and choose your desired precision level.
  3. Understand automatic location updates:
  4. Only one channel receives your automatic, live location updates.
  5. This is the lowest-indexed secondary channel (excluding Channel 0) with location sharing enabled.
  6. If multiple secondary channels have location sharing enabled, only the one with the lowest index will receive automatic position broadcasts.
  7. Channels with location sharing enabled but not receiving automatic broadcasts can still be used for manual position requests.

Example Scenario

Imagine you’re in the following channels:

How It Works

Rebroadcast "Public" Traffic

Meshtastic nodes will rebroadcast all packets if they share LoRa modem settings, regardless of encryption (unless Rebroadcast mode is set to LOCAL_ONLY).

:::info If you would like your nodes to include/expand the "public" mesh, you must use the default modem preset LONG_FAST. If you change your PRIMARY channel name, you must manually set the LoRa channel to the default for your region (see above). :::

Hop Count

It is strongly recommended to leave your MAX HOPS set to 3 unless you're sure you need more (or less) to reach your destination node. Unnecessarily high hop counts often lead to network issues. If you need to increase the hop count, apply changes only to nodes at the network’s edges, not those near the middle.

Hop Count Image

Chat Channels and LoRa Frequency Slots

Previously, Meshtastic used the word "channels" to define two different configuration properties: Messaging Channels & LoRa Channel Numbers. However, this could lead to confusion since "channels" was being used to refer to two distinct concepts. To clarify the distinction, the decision was made to change "LoRa Channel Number" to "LoRa Frequency Slot".

Radio Config: Channels

These configure "message groups" and include your PRIMARY and SECONDARY channels. All SECONDARY channels use the same LoRa modem config as your PRIMARY channel (including LoRa frequency slot).

There are 8 total messaging channels. Channel 0 is your PRIMARY channel, with channels 1-7 available for private group messaging and/or special channels such as admin.

Radio Config: LoRa Frequency Slot

This property, formerly known as "LoRa Channel Number", configures the frequency the radio is set to. Check out the frequency calculator to view the relationship between "frequency slot" and radio frequency.

Best Practices