meshtastic/docs/1.2-End-of-life/settings/index.mdx

25 lines
1.4 KiB
Plaintext
Raw Normal View History

---
id: 1.2_EOL
title: 1.2 Module Config
sidebar_label: 1.2 Module Config
sidebar_position: 2
---
2022-06-25 07:35:06 -07:00
Modules are included in the firmware and allow users to extend the functionality of their mesh or device.
Plugins are included in the firmware and allow users to extend the functionality of their mesh or device.
2022-06-25 07:35:06 -07:00
The list of current modules is as follows:
| Name | Description |
|:----:|:-----------:|
| Canned Message Plugin | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. |
| External Notification Plugin | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) |
2022-06-25 07:38:23 -07:00
| Rotary Encoder Plugin | Attach and define input devices such as external keyboards and rotary encoders. |
2022-06-25 07:35:06 -07:00
| Range Test Plugin | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. |
| Serial Plugin | Send messages across the mesh by sending strings over a serial port. |
| Store and Forward Plugin | Set a designated node to store messages and resend them to nodes with intermittent connection to a mesh. |
| Telemetry Plugin | Attach sensors to the device and transmit readings on a regular interval to the mesh. |
:::tip
Once Plugin settings are changed, a **reset** is required for them to take effect.
:::