mirror of https://github.com/OpenIPC/wiki.git
Merge pull request #328 from arvet333/patch-2
Update A-step-by-step-guide-for-an-FPV-setup.mdpull/330/head
commit
4fe3652e46
|
@ -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