Skip to content

Commit

Permalink
Correcting Serial 2 protocol selection for non-PWM receivers (#444)
Browse files Browse the repository at this point in the history
* Correcting Serial 2 protocol selection for non-PWM receivers

* fix link
  • Loading branch information
mha1 authored Jan 3, 2025
1 parent f2209aa commit 1870ab5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/software/serial-protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,24 +100,12 @@ Restart the receiver and connect your serial device to the configured PWM Output

### Configuring Serial2 on ESP32 non-PWM receivers

Some non-PWM receivers like the RadioMaster RP4TD have spare pins exposed. The pins are configured for Serial2 by default.
Some non-PWM receivers like the RadioMaster RP4TD have spare pins exposed. The pins are configured for Serial2 by default. For Serial2 protocol selection use the ELRS LUA script and follow the Protocol 2 section of [Other Devices](https://www.expresslrs.org/quick-start/transmitters/lua-howto/?h=2+protocol#other-devices).

<figure markdown>
![non-PWM receiver](../assets/images/Serial2-4.png)
</figure>

Serial2 protocol selection is best configured using the WebUI but can also be configured using the LUA script.

Open the WebUI as described in section "How to get to the Web UI". Scroll down to line Serial2 protocol and choose the desired.

<figure markdown>
![Serial2 Protocol](../assets/images/Serial2-3.png)
</figure>

Save the configuration using the SAVE button at the bottom of the page.

Restart the receiver and connect your serial device to the configured PWM Output.

## SUMD Notes

SUMD is the Graupner HoTT bus protocol used to transmit multiple channel data over a single serial line. It transports up to 16 full res channels at a rate of 100Hz and is mainly used to provide digital channel data to Flybarless Control Systems for helicopters and older Flight Controllers.
Expand Down

0 comments on commit 1870ab5

Please sign in to comment.