mirror of https://github.com/OpenIPC/wiki.git
Update A-step-by-step-guide-for-an-FPV-setup.md
Added information on how to enable 2nd UARTpull/328/head
parent
770a73cdbe
commit
fae9cee46f
|
@ -661,5 +661,21 @@ To power your camera by 5 volts power supply, you should solder wire as shown on
|
|||

|
||||
|
||||
|
||||
### Utilizing 2nd UART for telemetry
|
||||
|
||||
It is not so convenient to use those small pads for telemetry. Here is instruction how to enable 2nd UART port.
|
||||
|
||||
1. edit /etc/init.d/S95majestic, insert next strings like on screenshot
|
||||
|
||||
```
|
||||
devmem 0x1F207890 16 0x8
|
||||
stty -F /dev/ttyS2 115200 raw -echo -onlcr
|
||||
```
|
||||
|
||||

|
||||
|
||||
2. edit /etc/telemetry.conf Change ttyS0 to ttyS2 (see the screenshot)
|
||||
|
||||

|
||||
|
||||
Make sure you set mavlink telemetry with 115200 boudrate in your FC
|
||||
|
|
Loading…
Reference in New Issue