mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
swap list for table
This commit is contained in:
parent
0480b349e5
commit
87e7725ddc
|
@ -2,13 +2,15 @@ Modules are included in the firmware and allow users to extend the functionality
|
||||||
|
|
||||||
The list of current modules is as follows:
|
The list of current modules is as follows:
|
||||||
|
|
||||||
- Canned Message Module
|
| Name | Description |
|
||||||
- External Notification Module
|
|:----:|:-----------:|
|
||||||
- Input Broker Module
|
| Canned Message Module | Set a number of predefined messages to send out directly from the device with the use of an input device like a rotary encoder. |
|
||||||
- Range Test Module
|
| External Notification Module | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc) |
|
||||||
- Serial Module
|
| Input Broker Module | Attach and define input devices such as external keyboards and rotary encoders. |
|
||||||
- Store and Forward Module
|
| Range Test Module | 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 will log all incoming messages to a CSV. |
|
||||||
- Telemetry Module
|
| Serial Module | Send messages across the mesh by sending strings over a serial port. |
|
||||||
|
| Store and Forward Module | Set a designated node to store messages and resend them to nodes with intermittent connection to a mesh. |
|
||||||
|
| Telemetry Module | Attach sensors to the device and transmit readings on a regular interval to the mesh. |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Once module settings are changed, a **reset** is required for them to take effect.
|
Once module settings are changed, a **reset** is required for them to take effect.
|
||||||
|
|
Loading…
Reference in a new issue