-
Hello! This is my first time using INAV Radar and getting ESP32 boards. I successfully flashed both boards, they are running LilyGo16_433Mhz according to https://www.dropbox.com/scl/fo/18lnbuealvjxe7wvdvdub/AJXdaTW92tht7MZ0f5LCMaE?e=1&file_subpath=%2FESP32+Radar&preview=ESP32+Radar.302.zip&rlkey=0t7xi9e34itnmjvthnik4224k Now I'm confused about wiring. The old modules have Pin 17/23 for TX/RX My boards are missing those pins and in RCGroups it says Pin 1 and 3 for Board v1.6 (https://www.rcgroups.com/forums/showthread.php?3304673-ESP32-Radar-for-INAV-(position-sharing-between-aircrafts)) but also those are missing. Any idea where to go from here? Could these modules I bought even work? (Left: Modules I bought, Right: Old Modules with Pin 17/23) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you may want to switch to: https://github.com/FormationFlight/FormationFlight |
Beta Was this translation helpful? Give feedback.
Turns out it was all easier than anticipated (shocker) :D
Just wire the T3_v1.6.1 TXD and RXD to a free UART (TX to RX and RX to TX), and enable MSP with Baud 115200 on that UART.
Then, do
get hud
in cli and configure the HUD OSD in INAV. Apart from enabling crosshairs there is No need to turn on radar or anything else in OSD, just HUD related parameters.For me I also needed a MAG as heading sensor for the Radar characters to appear in the OSD. Not sure why since 7.1 should support magless dead reckoning. Either way, It works very good with crazy range.
I even added a small hack such that I can communicate between 2 vehicles over the Lora Modules. As soon as the GCS NAV Mode is active on…