项目作者: lyusupov

项目描述 :
UAT (ADS-B 978) test signal generator
高级语言: C
项目地址: git://github.com/lyusupov/UAT-test-signal.git
创建时间: 2018-12-21T16:06:31Z
项目社区:https://github.com/lyusupov/UAT-test-signal

开源协议:

下载


UAT (ADS-B 978) test signal generator

Disclaimer

This low power UAT test source is designed for a lab or an aircraft hangar use only.

Legitimate use

Radio being used in the project is rated for 14 dBm (25 mW) of maximum transmit power.

FCC compliant built-in RF filter reduces the power even more, down to approximately 1 mW on the reference frequency.

This power is sufficient to cover an area of just only few meters around the transmitter.

Hardware

Variant 1. Basic.

TI SimpleLink CC1310 LaunchPad kit (915 MHz)



Variant 2. Advanced.







Schematics of the adapter and Gerber files of the PCB will be published soon after I’ll receive the PCB samples

and will make sure that the design has no any critical issues.

Bill of materials

Number Part Qty Picture Source
1 PCB 1 TBD
2 Ebyte E70-915T14S
RF module
1 AliExpress
3 Female SMA-KHD 1 AliExpress
4 2x7 female header 2.54mm 1 Local
5 1x40 male header 2.54mm 2 AliExpress
6 XDS110 cJTAG debug tool (clone) 1 AliExpress
7 40 pcs. female DuPont jumper wires 1 AliExpress

Firmware

Build instructions

1) either:

  • download this CCS project from GitHub, then upload it into your TI CCS Cloud IDE, or ;
  • if you have a GitHub account: “fork” this project into your GitHub space, then import directly into TI CCS Cloud IDE.
    2) build, then run the firmware on your CC1310 hardware with assistance of TI Cloud Agent and TI Cloud Agent Bridge plug-in for Google Chrome browser.

Validation

Raw data

  1. pi@raspberrypi:/run/tmp/dump978-master $ rtl_sdr -f 915000000 -s 2083334 -g 8 - | ./dump978
  2. Found 1 device(s):
  3. 0: Generic, RTL2832U, SN: 77771111153705700
  4. Using device 0: Generic RTL2832U
  5. Found Rafael Micro R820T tuner
  6. Exact sample rate is: 2083334.141630 Hz
  7. [R82XX] PLL not locked!
  8. Sampling at 2083334 S/s.
  9. Tuned to 915000000 Hz.
  10. Tuner gain set to 7.70 dB.
  11. Reading samples in async mode...
  12. -0d1abba154d8ec198ba602f0800000000074c28d855bfd0b4aa5c2a0000000000000;
  13. ...

Text

  1. pi@raspberrypi:/run/tmp/dump978-master $ rtl_sdr -f 915000000 -s 2083334 -g 8 - | ./dump978 | ./uat2text
  2. Found 1 device(s):
  3. 0: Generic, RTL2832U, SN: 77771111153705700
  4. Using device 0: Generic RTL2832U
  5. Found Rafael Micro R820T tuner
  6. Exact sample rate is: 2083334.141630 Hz
  7. [R82XX] PLL not locked!
  8. Sampling at 2083334 S/s.
  9. Tuned to 915000000 Hz.
  10. Tuner gain set to 7.70 dB.
  11. Reading samples in async mode...
  12. HDR:
  13. MDB Type: 1
  14. Address: 1ABBA1 (Fixed ADS-B Beacon Address)
  15. SV:
  16. NIC: 0
  17. Latitude: +59.6583
  18. Longitude: +17.9617
  19. Altitude: 150 ft (barometric)
  20. Dimensions: 15.0m L x 11.5m W
  21. UTC coupling: no
  22. TIS-B site ID: 0
  23. MS:
  24. Emitter category: Service vehicle
  25. Callsign: RAMPTEST
  26. Emergency status: No emergency
  27. UAT version: 2
  28. SIL: 3
  29. Transmit MSO: 18
  30. NACp: 10
  31. NACv: 2
  32. NICbaro: 1
  33. Capabilities: CDTI ACAS
  34. Active modes:
  35. Target track type: true heading
  36. AUXSV:
  37. Sec. altitude: unavailable
  38. ...

Map

  1. pi@raspberrypi:/run/tmp $ rtl_sdr -f 915000000 -s 2083334 -g 8 - | ./dump978-master/dump978 | ./dump978-master/uat2json /run/tmp/dump1090-master/public_html/data/
  2. Found 1 device(s):
  3. 0: Generic, RTL2832U, SN: 77771111153705700
  4. Using device 0: Generic RTL2832U
  5. Found Rafael Micro R820T tuner
  6. Exact sample rate is: 2083334.141630 Hz
  7. [R82XX] PLL not locked!
  8. Sampling at 2083334 S/s.
  9. Tuned to 915000000 Hz.
  10. Tuner gain set to 7.70 dB.
  11. Reading samples in async mode...
  12. ...



ADS-B receiver



Signal

IQ file (WAV).

Taken at base frequency: 977 MHz . Sampling rate: 8.333 MSps.

Data customization

  1. Execute UATEncoder.py script with <CallSign> <ICAO> <Latitude> <Longitude> <Altitude> arguments:
    ```
    $ python UATEncoder.py RAMPTEST 0x1ABBA1 59.6583 17.9617 137.8

define UAT_DATA “0d1abba154d8ec198ba602f0800000000074c28d855bfd0b4aa5c2a0000000000000”

  1. 2. Edit *UAT_data.h* file:

ifndef UAT_DATA

define UAT_DATA “0d1abba154d8ec198ba602f0800000000074c28d855bfd0b4aa5c2a0000000000000”

endif

```

  1. Build your custom firmware and download it into your signal generator hardware.