mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
Formatting consistency
This commit is contained in:
parent
7702fe513a
commit
e222c0165f
|
@ -179,7 +179,7 @@ Default is to use RX GPIO 16 and TX GPIO 17.
|
||||||
7. Send a packet up to 237 bytes in length. This will get relayed over the mesh network.
|
7. Send a packet up to 237 bytes in length. This will get relayed over the mesh network.
|
||||||
8. (Optional) Set `serial.echo` to `1` and any message you send out will be echoed back to your device.
|
8. (Optional) Set `serial.echo` to `1` and any message you send out will be echoed back to your device.
|
||||||
|
|
||||||
### T-Beam – Interfacing PIR Sensor With External Microcontroller:
|
### Interfacing PIR Sensor With External Microcontroller
|
||||||
The following is an example of using a Raspberry Pi Pico connected to a PIR sensor to detect motion. When motion is detected, a message is sent via. serial to the T-Beam. The T-Beam transmits the message as text over the default channel by utilizing the serial module in TXTMSG mode.
|
The following is an example of using a Raspberry Pi Pico connected to a PIR sensor to detect motion. When motion is detected, a message is sent via. serial to the T-Beam. The T-Beam transmits the message as text over the default channel by utilizing the serial module in TXTMSG mode.
|
||||||
|
|
||||||
#### BOM
|
#### BOM
|
||||||
|
|
Loading…
Reference in a new issue