-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adsb support pingRX / Aerobit TT-SC1 #9355
Conversation
Can you run src/utils/update_cli_docs.py to update Settings.md based on the yaml file? |
Done. Thank you very much, BTW: I did not change font, I just used character from MCM file which did not have constant in code, MCM files are unchanged. |
Thanks! Let's try to schedule this to INAV 7.1 |
test flight on atom RC dolphin https://www.youtube.com/watch?v=xqU5KwK9kds |
Add some icons for ESP32Radar instead of have ?. Update displayport_msp_bf_compat.c fix some ;
…symbols add some icons for O3 with integra for ESP32 Radar instead of ?
WP mission mode RTH and Manual mode lockout improvements 7.1.0
tail sitter vtol support
Are there any other cheaper alternative modules? |
There will be a test of the ADSBee receiver |
How to configure the ADS-B module? Set MSP on the port there the receiver is connected and it is already working? There are no instructions as far as I can see |
Look in the first post here. You have to connect it to a UART and set it to MAVLINK. Be sure to also set the baud rate correctly. |
Please let us know if you see anything unclear in the docs: Writing clear documentation is hard because the person writing it already knows the information - so it's hard for them to put themselves in the position of someone who doesn't already know. So feedback on documentation is always welcome. |
Does it disabile the RX telemetry (Crossfire) OR they work independendly? |
Anyway, i will test VS26-T11 abs-b receiver that works with mavlink protocol |
ADSB support for uAvionix pingRX (not tested) and Aerobit TT-SC1 (tested), data are sent over mavlink ADS_VEHICLE frame.
OSD displays the nearest ADSB equipped aircraft.
OSD adsb data flashes as warning if within set distance for proximity warning of other aircraft
Can be set:
example is here https://youtu.be/Xk7tzsXhkZA?si=uvn9MfoWO949a6Xd&t=30 test plane is approx 3.8km far away from start point and 1000m height ASL.
this PR is based on #6924 from@ShikOfTheRa
PR for configurator: iNavFlight/inav-configurator#184