Skip to main content

Meshtastic Node Settings

Source note

Migrated from the legacy SA:MUG Wiki.js Meshtastic page. Meshtastic is included for historical/community completeness; SA Mesh's current primary documentation path remains MeshCore. Validate firmware/app behaviour against current Meshtastic docs before treating settings as universal defaults.

This page summarises configurable Meshtastic node settings from the legacy SA:MUG wiki. App names and firmware behaviour can change, so treat this as a map of settings to review rather than a current upstream command reference.

LoRa configuration

SettingDescription
RegionUse Australia / New Zealand, AU915, when operating locally in Australia
Modem presetLegacy SA:MUG page used ShortFast
Frequency slotLegacy SA:MUG page used Slot 16 / 918.875 MHz
Max hopsMaximum packet rebroadcast count
Transmit powerRF output power; legal EIRP also depends on antenna/feedline
Bandwidth / SF / CRAdvanced radio tuning derived from preset unless manually changed
Transmit enabledEnables or disables packet transmission
Ignore incomingNode IDs to ignore
OK to MQTTAllows selected traffic to be forwarded toward MQTT brokers

Position configuration

SettingDescription
GPS modeEnabled, disabled or not present depending on hardware
GPS update intervalHow often the device checks position
Fixed positionStatic position for non-GPS devices
Smart broadcastReduces updates when not moving
Broadcast intervalPeriodic location report interval
Packet flagsOptional altitude, heading, speed, battery and related fields

Device configuration

SettingDescription
RoleClient, router, repeater, tracker, sensor and other firmware-supported roles
Rebroadcast modeControls packet handling/rebroadcast behaviour
User button GPIOPhysical button mapping
PWM buzzer GPIOSound output mapping
Node info intervalHow often node information is broadcast
TimezoneLocal time display/features
LED heartbeatStatus LED behaviour

Security configuration

SettingDescription
Public/private keysAutomatically managed encryption identity
Admin keyKeys allowed to issue admin commands
Managed modeLocks configuration to authorised keys
Serial consoleEnables USB serial access
Debug loggingVerbose logs for troubleshooting only
Admin channelLegacy admin-control channel feature
Privacy and safety

Do not post private keys, admin keys, passwords, full Wi-Fi credentials or precise private-location details in public support channels.

Network configuration

SettingDescription
Wi-Fi enabledESP32 network support where available
SSID / PSKLocal Wi-Fi credentials
Ethernet enabledLAN support on compatible hardware
NTP serverTime sync source
Static IP settingsIP, gateway, subnet and DNS when not using DHCP
Rsyslog serverRemote log target

Modules

MQTT module

SettingDescription
EnabledEnables MQTT support
Broker addressMQTT or TLS MQTT host/port
Username / passwordBroker authentication if required
TLS enabledSecure broker connection
JSON enabledJSON message format
Root topicMQTT topic prefix
Client proxyUse phone internet for MQTT
Map reporting enabledInclude node in a public map feed
Map reporting precisionLocation precision for reports
Map report intervalTime between reports

Telemetry module

SettingDescription
Environmental telemetryTemperature, humidity and pressure where hardware supports it
Power metricsBattery, solar and voltage reporting
Air qualityPM2.5 / PM10 reporting where hardware supports it
Update intervalReporting frequency

Serial module

SettingDescription
ModeText, simple, protobuf and other supported modes
Baud rateSerial communication speed
RX/TX GPIOSerial pin mapping
Override consoleUses this serial port instead of USB serial where supported
EchoRepeats serial input

Good habits

  • Backup configuration before changing multiple settings.
  • Test coverage with low-risk portable nodes before installing fixed infrastructure.
  • Secure admin access for gateways or shared nodes.
  • Change one setting at a time when troubleshooting.