Files
Meshtastic-Android/docs/es-rES/user/settings-module-admin.md
T

28 KiB
Raw Blame History

title, parent, nav_order, last_updated, description, aliases
title parent nav_order last_updated description aliases
Settings — Modules & Admin User Guide 8 2026-08-29 Configure optional feature modules (MQTT, telemetry, canned messages, TAK, and more) and perform device administration.
modules
module-config
administration

Settings — Modules & Admin

Configure optional feature modules and perform device administration. Modules extend Meshtastic with specialized capabilities — each can be independently enabled or disabled.

💡 Tip: You only need to enable the modules you actually use. Disabling unused modules reduces airtime, saves battery, and simplifies your configuration.

Module settings use a card-based layout with toggle switches, dropdowns, text fields, and sliders:

Toggle switch

Dropdown selector

Text field

Settings card layout

Module Configuration

MQTT Module

Bridges mesh messages to and from an MQTT broker for internet connectivity. This is how you extend your mesh beyond radio range or integrate with home automation systems.

Setting Descripción
Habilitado Toggle MQTT bridge
Servidor MQTT broker address
Usuario Authentication username
Contraseña Authentication password
Cifrado Encrypt MQTT payloads
JSON Output Publish and consume MQTT messages as JSON. Marked deprecated in the protobuf schema, but it is still the only toggle for this behavior and the firmware still honors it
TLS Use secure connection
Root Topic Base MQTT topic path
Compartir Internet a la Radio Let a connected phone carry the node's MQTT traffic, instead of the node reaching the broker itself
MQTT proxy on this phone The phone-side half of Proxy to client enabled: whether this phone acts as that relay. See MQTT
Map Report Publish position to the public map — see below

Map Report expands into its own group:

Setting Descripción
Habilitado Publish to the public map at all
Share location Explicit consent to include your position. Map reporting does not save without it
Position precision How coarsely your position is published
Publish interval How often to report. Must be at least 3600 s (1 hour) — the app blocks saving below that

See MQTT for a detailed usage guide including encryption, privacy, and broker setup.

Serial Module

Enables serial port communication for external device integrations (GPS modules, sensors, or custom hardware). When enabled, the node's serial port can send and receive protobuf or text data, allowing external microcontrollers or computers to interact with the mesh.

Setting Descripción
Comunicación serial activada Activate serial communication
Eco activado Echo received serial data back
Modo serial Which protocol the port speaks — Default, Simple, Proto, Text message, NMEA, CalTopo, WS85 weather station, VE.Direct, MeshSolar config, Log, or Log (text only)
RX / TX GPIO pins for the serial connection
Tasa de baudios por segundo Port speed
Tiempo agotado How long to wait before considering an incoming message complete
Sobreescribir el puerto serie de la consola Take over the port the debug console normally uses

External Notification Module

Controls buzzer, LED, or vibration alerts on your radio hardware. Useful for devices that need to physically signal when a message arrives — particularly helpful for unattended or outdoor installations.

There are two independent triggers — an incoming message, and a received bell character — and each can drive the LED, the buzzer and the vibration motor separately, giving six toggles.

Setting Descripción
Notificaciones externas activadas Master toggle for the module
Alert message LED / buzzer / vibra Which outputs fire on an incoming message
Alert bell LED / buzzer / vibra Which outputs fire on a received bell character
Salida LED (pin GPIO) Pin the LED is wired to
LED de salida activo en alto Whether the LED pin is active high or low
Salida buzzer (pin GPIO) Pin the buzzer is wired to
Salida vibratoria (pin GPIO) Pin the vibration motor is wired to
Utilizar buzzer PWM Drive the buzzer with PWM, which allows tones rather than a single pitch
Utilizar el Buzzer como uno I2S Send the alert through an I2S audio output instead
Duración en las salidas (milisegundos) How long a single alert lasts
Keep repeating the alert for this long until it is acknowledged. 0 disables nagging
Tono de notificación The tone played on a PWM buzzer, in RTTTL. Can be imported from a file

Store & Forward Module

Buffers messages for nodes that were temporarily offline, then replays them when those nodes reconnect. Essential for meshes where nodes go in and out of range regularly — ensures messages aren't lost during brief disconnections.

Setting Descripción
Habilitado Activate store and forward
Pulso de vida Periodically announce this node's store-and-forward capability
Registros Maximum stored messages
History Return (max) Max messages to replay
History Return (window) Time window for replay
Servidor Act as a store-and-forward server for the mesh (requires ample memory, e.g. ESP32 with PSRAM)

💡 Tip: Store and Forward works best on nodes with ample memory (ESP32 with PSRAM). Router nodes are ideal candidates since they're typically always-on.

Range Test Module

⚠️ Warning: Range Test only works on a secured primary channel. As long as your primary channel still uses the default channel key, the Enabled, Interval and Save-CSV controls stay disabled, and saving force-disables the module if the channel has reverted to public.

Automated range testing tool for evaluating link quality between nodes. When enabled, the node periodically transmits test messages with incrementing counters. A receiver node logs these messages, allowing you to walk or drive away and later analyze at what distance messages stopped arriving.

Setting Descripción
Habilitado Activate range testing
Sender Interval (s) Time between test transmissions
Save CSV Log received test data to SD card

Telemetry Module

Controls what telemetry data your node shares with the mesh. Telemetry includes device health (battery, uptime) and environmental sensor data (temperature, humidity, pressure).

Each of the four metric groups has its own enable toggle and its own interval, so you can report battery health often and sensors rarely.

Setting Descripción
Enviar telemetría del dispositivo Master toggle for device metrics. Only shown on firmware 2.7.12 and newer
Intervalo actualización de métricas del dispositivo How often to report battery, uptime and channel utilisation
Módulo para las medidas del entorno activado Report the attached environment sensors
Intervalo actualización de métricas del entorno How often to report them
Mostrar las medidas del entorno en la Also show these readings on the device's own display
Grados Fahrenheit para la temperatura ambiente Use °F on the device's display. This is the radio's screen only — the app follows your phone's locale, see Units & Locale
Módulo para la medición de la calidad del aire activado Report particulate and CO₂ sensor data
Intervalo actualización de métricas calidad del aire How often to report them
Módulo de medidas eléctricas activado Report the per-channel voltage and current readings
Intervalo de actualización de métricas de energía How often to report them
Medidas eléctricas en pantalla Also show power readings on the device's display

See Telemetry & Sensors for supported sensors and configuration recommendations.

Canned Message Module

Pre-configured messages accessible from the radio's physical buttons (for radios with rotary encoders, keypads, or similar input hardware). Define a list of quick-send messages that can be transmitted without a phone connected — ideal for field use.

Setting Descripción
Canned message enabled ⚠️ Deprecated in the protobuf schema
Mensajes Newline-separated list of messages
Mandar campana 🔔 Send a bell character alongside the message, so a receiving node's External Notification module can sound
Rotary encoder enabled Use a rotary encoder as the input device
GPIO pin for rotary encoder A / B / press The three pins the encoder is wired to
Generate input event on press / CW / CCW Which key event each encoder action produces
Arriba/Abajo/Seleccionar Activado A separate, simpler input scheme using up/down/select buttons rather than an encoder
Allow input source ⚠️ Deprecated in the protobuf schema

Audio Module

Codec2 audio support for low-bandwidth voice communication over the mesh. This is an experimental feature that encodes voice into very small data packets using the Codec2 codec.

Setting Descripción
Habilitado Activate audio module
Codec2 Rate Audio quality/bandwidth tradeoff
PTT Pin GPIO pin for the push-to-talk button
I2S Word Select GPIO pin for I2S WS
I2S Data In GPIO pin for I2S DIN
I2S Data Out GPIO pin for I2S DOUT
I2S Clock (SCK) GPIO pin for the I2S bit clock

Note: Audio requires specific hardware (I2S microphone and speaker). Voice quality is very low-bandwidth — think "understandable radio voice," not phone-call quality.

Remote Hardware Module

GPIO control over the mesh network. Allows a remote node to read or write GPIO pins on another node — useful for activating relays, reading switches, or controlling external hardware from a distance.

⚠️ Warning: Enabling Allow Undefined Pins gives remote nodes access to all GPIO pins, which could interfere with the radio's own hardware. Only enable on dedicated GPIO nodes.

Setting Descripción
Habilitado Activate remote GPIO access
Allow Undefined Pins Allow access to any GPIO pin (security risk)
Available Pins Up to 4 GPIO pins this node exposes for remote read/write

Neighbor Info Module

Broadcasts information about directly heard neighbors, enabling mesh topology mapping. Each enabled node periodically shares a list of the other nodes it can hear and their signal quality.

Setting Descripción
Habilitado Activate neighbor broadcasting
Update Interval (s) How often to broadcast neighbor list
Transmit Over LoRa Also broadcast neighbor info over LoRa, not just MQTT/phone. Unavailable on a channel using the default key and name

See Local Mesh Discovery for how to use neighbor data for mesh topology exploration.

Ambient Lighting Module

Controls onboard NeoPixel or other addressable RGB LEDs on supported hardware. Can be used for visual status indicators, notification lights, or decorative effects.

Setting Descripción
LED State Turn the LED on or off
Intensidad LED current limit (031)
Red / Green / Blue Individual color channel values (0255)

Detection Sensor Module

Turns your node into a motion or door sensor alert system. When a GPIO pin detects a state change (motion detected, door opened), the node broadcasts an alert message over the mesh.

Setting Descripción
Habilitado Activate detection sensor
Monitor Pin GPIO pin connected to sensor
Detection Trigger Type How the pin's state maps to a detection event (e.g. active high/low, edge-triggered)
Use Input Pullup Mode Enable the pin's internal pull-up resistor
Minimum Broadcast (s) Minimum time between alert broadcasts
State Broadcast (s) Periodic state broadcast interval
Send Bell Include bell character in alerts
Friendly Name Custom name for this sensor

Paxcounter Module

People counter using Wi-Fi and BLE probe requests. Counts nearby devices by passively listening for probe requests that phones and laptops emit when scanning for networks. Available only on ESP32 devices.

Setting Descripción
Habilitado Activate people counting
Update Interval (s) How often to report counts
Wi-Fi RSSI threshold Ignore Wi-Fi probes weaker than this, so distant devices are not counted (defaults to 80 dBm)
BLE RSSI threshold The same cut-off for BLE advertisements (defaults to 80 dBm)

💡 Tip: Paxcounter is useful for estimating foot traffic at trailheads, event venues, or other locations. Counts are approximate — one person may carry multiple devices.

Status Message Module

The status message has no module screen. It is edited with the rest of the node's identity, on Settings — Radio & User.

Mesh Beacon Module

Broadcasts an invitation to your mesh, and receives invitations from others. See Local Mesh Discovery for the full walkthrough.

TAK Module

Team Awareness Kit integration for interoperability with ATAK and WinTAK. This module only appears in the list once the node's Device Role (Device Config) is set to TAK or TAK Tracker — change the role first, otherwise the entry does not appear. See TAK Integration for detailed setup and usage.

Administración

Administración remota

Remotely configure nodes that share your admin key:

  1. Select the target node in the node list.
  2. Navigate to Settings for that node.
  3. Modify configuration.
  4. Tap Save — changes are sent over the mesh.

⚠️ Important: Requires an admin key configured on both your node and the target node.

Limpiar nodos de la base de datos

Prunes your local node database. Two independent controls:

  • An age slider — remove nodes not heard from within that window.
  • Clean unknown nodes only — restrict the purge to nodes that never sent their user info, leaving named nodes alone regardless of age.

Factory Reset

⚠️ Warning: Factory reset erases all settings, channels, and keys. This cannot be undone.

Resets all settings to factory defaults.

Reiniciar

Remotely reboot a connected or administered node.

Panel de depuración

Opens the Packets and App logs tabs for viewing, filtering, and exporting diagnostic output. See Debug Logs for the full walkthrough.

Acerca de

Settings → About carries the app's own identity rather than the radio's:

Three sections:

  • What is Meshtastic? — a short description of the project.
  • Apps — opens with Need Hardware?, a rotating carousel of popular devices that links out to where to buy one. It also lists the GitHub repository, the running app version, and Acknowledgements (see the next section).
  • Project information — links to the website and to this documentation.

Agradecimientos

Reached from About, this lists every open-source library the app ships, with its license, generated at build time by AboutLibraries. It was previously called the license screen.

Troubleshooting Remote Admin

  • "No response from target node" — the target may be out of range, offline, or have a mismatched admin key. Verify the admin key matches on both nodes.
  • Changes not applying — some settings require a reboot to take effect. Try the Reboot action after saving.
  • Can't see remote settings — ensure your node has the admin key for the target node. The admin channel is configured automatically when an admin key is set.