Please i need help to connect receiver xsr and gps
I have a F4 V6 card, the gps is on uart 6 and Sbus seems to be on uart 6 too
How can I configure the 2 evec inav 2.0 with the cli
thank a lot
hi I had the same problem, check here:
Mr Alex cam you explaιne something else to me please. According to the connection diagram here, https://blog.dronetrest.com/omnibus-f4-v6-flight-controller-guide/ the sbus cable from my receiver goes to sbus pad which is UART6, If I want to connect my gps module on 6 pin JST-SH 1.0 connector, as I can see, goes on RX6 and TX6 which is UART6 too. Does this mean I will have a conflict as I have to enable two fuctions on the same UART? Do I miss something here?
and here:
Hi kapapios
I see the problem you have. I can explain in a later post. I have built new firmware for you, see enclosed. Please test it as I do not have a board available for testing, and let me know how it goes. If it works for you I will post a pull request to the inav project with the full board. Use your first configuration, set GPS on uart3 (TX3, RX3). Enable sbus on uart6 serial.
regards, Andrew
inav_2.0.0_OMNIBUSF4V6.hex.zip (284.2 KB)
maybe you find the solution
Can you move GPS to UART3? Or one of the other UARTS. I am not 100% familiar with inav anymore so do not know or if this FC is officially supported.
The issue is that the guide I wrote was for the betaflight target
Yes I moved GPS to UART 3.the above solution works for me…
fat
12 November 2018 23:37
#5
The link refers to a private topic between kapapios and myself (feel free to post contents if you like).
Use the firmware in this link with gps on uart3.
inav 2.0 will then work.
Hi, thanks for providing the correct mapping. I have created INAV2.0 firmware for the V6 version, see enclosed. That is, if somebody wants to run the board with INAV before an official board is made. This will correct the i2c issue (note that dynamic mapping is not implemented in INAV, so remapping will not work here). I have not tested the board properly yet (it extends from the fireworksv2 board), but the imu including baro/gps will now work.
inav_2.0.0_OMNIBUSF4V6.hex.zip (284.2 KB)
(gps on…
Note: You cannot use the JST pin for GPS if you are running sbus on uart6. Using Fireworks v2 hex will not work either (I have posted a PR for this board).
That was a private topic, but I made it public now as it has some useful information