horrordash
84cb32ee14
slightly improved ads-b receiver module ( #2649 )
...
* slightly improved ads-b receiver module:
* fix Heading, Speed and Vrate decoders
* decode more ModeS messages
* log all ModeS messages (except DF11)
* fix formatting (clang-style); advice on data alignment taken into account
* ADS-B module: convert Indicated AirSpeed to True AirSpeed if altitute is known
* ADS-B rx module: replacing floating point with integer arithmetic
2025-05-11 21:11:15 +02:00
Mark Thompson
b473930f94
Beep-on-packet support in ADSB RX app ( #2065 )
2024-03-29 16:34:18 -05:00
Kyle Reed
f7f784c0f4
Cleanup dead code in the ADSB RX proc ( #1572 )
...
* Cleanup dead code in the ADSB RX proc
* Fix comments
* Formatting
2023-11-10 11:38:06 -08:00
jLynx
033c4e9a5b
Formatted code ( #1007 )
...
* Updated style
* Updated files
* fixed new line
* Updated spacing
* File fix WIP
* Updated to clang 13
* updated comment style
* Removed old comment code
2023-05-19 08:16:05 +12:00
heurist1
778111d466
Updates to put the multiple aircraft on the map
...
Also manage the CPU in on the one second tick to keep GUI responsive
Some other small edits that fix minor problems from my previous checkins
2023-02-28 20:19:23 +00:00
GullCode
90d38af705
Fix for warning: comparison of integer expressions of different signedness
2022-04-21 17:29:42 +02:00
heurist1
a571e40c59
Changed amp to integer
2021-11-06 10:15:17 +00:00
heurist1
79b24ebe13
Improve output
2021-11-01 22:51:06 +00:00
heurist1
8a4564f6f5
Slow down redraw
...
Combine improvements and slow down refresh.
2021-11-01 20:37:27 +00:00
heurist1
1a21e06bbe
Improved overlap packet detection
...
Improved overlap detection and reduced the threshold
2021-11-01 19:28:56 +00:00
heurist1
0d51e3569f
Improved decode of type 17 at expense of others
...
Reject all non type 17 packets
2021-10-31 13:23:48 +00:00
heurist1
0d7bbac6a1
Added switching message length
...
Improves detections in test file from 77 to 80
2021-10-30 00:53:29 +01:00
heurist1
b499380448
Keep items with loc above those without
...
Removed fixsbt and added a new state of signal without position. Positions stay higher than non positions.
2021-10-29 16:59:52 +01:00
heurist1
be01ca6da1
Significantly improved adsb demod
...
Change preamble detection, reduce cpu load
2021-10-15 14:26:33 +01:00
furrtek
57c759627d
Fixed mic tx not working the first time it was entered
...
Fixed SD card FAT wipe (buffer size too big)
Cleared some warnings from ADSB rx
Updated binary
2018-02-01 11:17:51 +00:00
furrtek
5a67a7080a
ADS-B TX works well enough for dump1090 and gr-air-modes
...
Hooked ADS-B RX to baseband instead of debug IQ file, not tested
2017-07-23 12:20:32 +01:00