Update headtracker_msp.c
[inav.git] / docs / ADSB.md
blob933cb264cda479f574da7be3f8a913c011993f69
1 # ADS-B
3 [Automatic Dependent Surveillance Broadcast](https://en.wikipedia.org/wiki/Automatic_Dependent_Surveillance%E2%80%93Broadcast)
4 is an air traffic surveillance technology that enables aircraft to be accurately tracked by air traffic controllers and other pilots without the need for conventional radar.
6 ## Current state
8 OSD can be configured to shows the closest aircraft.
10 ## Hardware
12 All ADSB receivers which can send Mavlink [ADSB_VEHICLE](https://mavlink.io/en/messages/common.html#ADSB_VEHICLE) message are supported 
14 * [PINGRX](https://uavionix.com/product/pingrx-pro/) (not tested)
15 * [TT-SC1](https://www.aerobits.pl/product/aero/) (tested)
17 ## TT-SC1 settings
18 * download software for ADSB TT-SC1 from https://www.aerobits.pl/product/aero/ , file Micro_ADSB_App-vX.XX.X_win_setup.zip and install it
19 * connect your ADSB to FC, connect both RX and TX pins
20 * in INAV configurator ports TAB set telemetry MAVLINK, and baudrate 115200
21 * go to CLI in inav configurator and set serialpassthrough for port you connected ADSB ```serialpassthrough [PORT_YOU_SELECTED - 1] 115200 rxtx``` and close configurator
22 * open ADSB program you installed, got to settings and set "telemetry" = MAVLINK,
24 PCB board for TT-SC1-B module https://oshwlab.com/error414/adsb-power-board
25 ![TT-SC1 settings](Screenshots/ADSB_TTSC01_settings.png)