mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
removed plugin/module admonition
This commit is contained in:
parent
1798cbc7ee
commit
81920d1f56
|
@ -4,9 +4,6 @@ title: Canned messages
|
||||||
sidebar_label: Canned messages
|
sidebar_label: Canned messages
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
The Canned Message Module will allow you to send messages to the mesh network from the device without using the phone app. You can predefine text messages to choose from.
|
The Canned Message Module will allow you to send messages to the mesh network from the device without using the phone app. You can predefine text messages to choose from.
|
||||||
|
|
|
@ -4,9 +4,6 @@ title: External notifications
|
||||||
sidebar_label: External notifications
|
sidebar_label: External notifications
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
The ExternalNotification Module will allow you to connect a speaker, LED or other device to notify you when a message has been received from the mesh network.
|
The ExternalNotification Module will allow you to connect a speaker, LED or other device to notify you when a message has been received from the mesh network.
|
||||||
|
|
|
@ -4,9 +4,6 @@ title: Range Test Module
|
||||||
sidebar_label: Range Test
|
sidebar_label: Range Test
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This module allows you to test the range of your Meshtastic nodes. It uses two nodes, one to send a message every minute, and another to receive the messages. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into, for example, Google Earth, allowing you to see where you have coverage.
|
This module allows you to test the range of your Meshtastic nodes. It uses two nodes, one to send a message every minute, and another to receive the messages. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into, for example, Google Earth, allowing you to see where you have coverage.
|
||||||
|
|
|
@ -4,17 +4,11 @@ title: Serial communication module
|
||||||
sidebar_label: Serial communication
|
sidebar_label: Serial communication
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
|
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
|
||||||
|
|
||||||
Default is to use RX GPIO 16 and TX GPIO 17.
|
Default is to use RX GPIO 16 and TX GPIO 17.
|
||||||
|
|
||||||
<PluginModule name="serial_plugin" rename="serial_module" />
|
|
||||||
|
|
||||||
## Basic Usage:
|
## Basic Usage:
|
||||||
|
|
||||||
1. Enable the module by setting `serial_module_enabled` to `1`.
|
1. Enable the module by setting `serial_module_enabled` to `1`.
|
||||||
|
|
|
@ -4,9 +4,6 @@ title: Store and Forward Module
|
||||||
sidebar_label: Store and Forward
|
sidebar_label: Store and Forward
|
||||||
sidebar_position: 5
|
sidebar_position: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
|
@ -53,8 +50,6 @@ With an aftermarket coaxial antenna or moxon antenna, that will give you roughly
|
||||||
|
|
||||||
### Router setup
|
### Router setup
|
||||||
|
|
||||||
<PluginModule name="store_forward_module" rename="store_forward_plugin" />
|
|
||||||
|
|
||||||
- Configure your device as a [Meshtastic router](/docs/settings/router).
|
- Configure your device as a [Meshtastic router](/docs/settings/router).
|
||||||
- Configure the Store and Forward Module
|
- Configure the Store and Forward Module
|
||||||
- Required configuration
|
- Required configuration
|
||||||
|
|
|
@ -4,11 +4,6 @@ title: Telemetry
|
||||||
sidebar_label: Telemetry
|
sidebar_label: Telemetry
|
||||||
sidebar_position: 6
|
sidebar_position: 6
|
||||||
---
|
---
|
||||||
|
|
||||||
import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
|
|
||||||
|
|
||||||
<PluginModule name="telemetry_module_environment" rename="environmental_measurement_plugin" />
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
The Telemetry Module will allow nodes to send a specific message with information from connected sensors. Currently supported sensors are `BME280`, `BME680`, `DHT11`, `DHT12`, `DHT21`, `DHT22`, Dallas 1-wire `DS18B20`, and `MCP9808`.
|
The Telemetry Module will allow nodes to send a specific message with information from connected sensors. Currently supported sensors are `BME280`, `BME680`, `DHT11`, `DHT12`, `DHT21`, `DHT22`, Dallas 1-wire `DS18B20`, and `MCP9808`.
|
||||||
|
|
Loading…
Reference in a new issue