Bernd Herzog
7b3ab64930
fixed data packing
2023-03-21 21:27:32 +01:00
Bernd Herzog
b856b047cc
added compression of baseband images
2023-03-21 19:18:38 +01:00
Bernd Herzog
b83f43793c
improved runtime error handling
2023-03-18 23:19:23 +01:00
Bernd Herzog
b6011a777b
added runtime error details to guru meditation
2023-03-13 15:04:00 +01: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
phil-stumpy
66ba6442b1
Adding support for HackRF One R9, as per https://github.com/sharebrained/portapack-hackrf/pull/187
2023-02-16 12:10:26 +00:00
lujji
362c208078
fix ook app and 1527 encoder; add scan encoding
2023-02-02 17:54:36 +02:00
gullradriel
efbcd2aa9b
Merge pull request #752 from lujji/fix-ook-bug
...
Fix OOK repeat bug
2022-12-17 12:44:19 +01:00
lujji
0631f5d5ab
implement ook scan
2022-12-05 16:51:23 +02:00
lujji
8986b65f94
fix ook repeat bug
2022-11-30 10:59:24 +02:00
Brumi-2021
6b75249b0a
Finalised all Mic Boost(WM) and Mic ALC(AK)
2022-10-02 00:51:12 +02:00
Brumi-2021
745574d3c4
Ak4951-ALC_base adding WM8731-boost OFF options
2022-09-28 22:42:33 +02:00
Brumi-2021
1027e80d53
Recovered lost ctcss/roger beep/correct mic gain in mic app from 1.5.1 without ALC (Auto mic Limit Control-AK) ( #633 )
...
* Update spectrum_collector.cpp
lower case correction
* Update spectrum_collector.cpp
Description changed , better explanation.
* Revert "Update spectrum_collector.cpp"
This reverts commit 4a6fc35384
.
* Revert "Update spectrum_collector.cpp"
This reverts commit 35cece1cb0
.
* Revert "Solving Compile error on gcc10 . Keeping same safety protection about the size of the array ,but with slightly different sintax."
This reverts commit f4db4e2b53
.
* Recovered CTCSS-Roger_beep-MIC-GAIN from 1.5.1
* Temporary removing ALC-( for AK4951 platorm)
2022-05-07 11:43:14 +12:00
Erwin Ried
a91bbe6a2e
Merge pull request #596 from GullCode/proc-adsbrx-warning-fix
...
Fix for warning: comparison of integer expressions of different signedness
2022-04-22 10:00:05 +02:00
Erwin Ried
a5a9bc85f8
Merge pull request #597 from GullCode/proc-aprsrx-warning-fix
...
Fix for proc_aprsrx and aprs_packet warnings, they are related
2022-04-22 09:59:31 +02:00
Erwin Ried
6467e5e7e6
Merge pull request #599 from GullCode/proc_mictx-warning-fix
...
Fix for warning: 'MicTXProcessor::modulator' should be initialized
2022-04-22 09:59:08 +02:00
GullCode
3fa190324b
Fix warning for proc_pocsag
2022-04-21 23:25:58 +02:00
GullCode
f13d1f8b9c
Fix for warning: 'MicTXProcessor::modulator' should be initialized
2022-04-21 21:46:55 +02:00
GullCode
2108ea53fa
Fix for proc_aprsrx and aprs_packet warnings, they are related
2022-04-21 17:38:49 +02:00
GullCode
90d38af705
Fix for warning: comparison of integer expressions of different signedness
2022-04-21 17:29:42 +02:00
GullCode
048b254354
Fixed uninitialized class members
2022-04-18 22:45:16 +02:00
Brumi-2021
f4403121a1
Minor improvementes to the previous PR #329 AM-SSB-DSB Mic Functionality App
2022-01-01 12:26:35 +01:00
Erwin Ried
0d1d703ba9
Merge pull request #426 from heurist1/update_pocsag_decoder
...
Update pocsag decoder
2021-11-24 12:32:33 +01:00
Erwin Ried
dc06950a94
Merge pull request #419 from Brumi-2021/Final_correction_GCC_10_Compile_error_#199_with_sharebrained_feedback
...
Final correction gcc 10 compile error #199 with sharebrained feedback
2021-11-24 12:31:29 +01:00
heurist1
40654aba55
moved extract frame back into proc_pocsag
2021-11-07 09:00:00 +00: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
Brumi-2021
ab8f93805d
Small correction,of previous PR , about New_Feature_GCC_10_Compile_errors_#199 (based on sharebrained indications)
2021-10-25 18:11:31 +02:00
Brumi-2021
f4db4e2b53
Solving Compile error on gcc10 . Keeping same safety protection about the size of the array ,but with slightly different sintax.
2021-10-23 22:17:18 +02:00
heurist1
318720f364
Removed all traces of the parameters on the POGSAG config message
...
Left in the message for the moment, because there are likely to be parameters needed at some point.
2021-10-22 18:11:50 +01:00
heurist1
be01ca6da1
Significantly improved adsb demod
...
Change preamble detection, reduce cpu load
2021-10-15 14:26:33 +01:00
heurist1
ab364ca497
POCSAG before reformat
...
This is the POCSAG code before reformat to put smooth and extract packets in the correct place
2021-10-10 09:15:42 +01:00
teixeluis
8aff0bb4d8
Improved tone generator for proper frequency control. Also
...
features a square wave mode.
Added proportional beep duration based on the RSSI as well.
Now reading the current radiosonde frequency from the
battery backed RAM instead starting with the same frequency
all the time.
2021-06-16 23:23:47 +01:00
teixeluis
a80d91fb1e
More improvements to the rssi tone. Added saving of the tuned frequency
...
to the radio model persistent store.
2021-06-13 23:35:33 +01:00
teixeluis
c2dc7d1cf5
Slight improvement of the tone generator.
2021-06-11 00:13:56 +01:00
teixeluis
edcd780402
Improved the pitch RSSI. Still looking for better approach.
2021-06-10 12:10:24 +01:00
teixeluis
c85e6a4d52
Now getting rssi events.Pitch changes still to be improved.
2021-06-09 09:10:01 +01:00
teixeluis
9040e780bc
Added beep on radiosonde packet decoding, and volume widget to control its level.
2021-06-08 23:07:37 +01:00
Arjan Onwezen
c307e9d5ae
proc_aprsrx.cpp compile warning fix
2021-05-12 08:09:04 +02:00
Arjan Onwezen
a2e4a15229
dsp.modulelate.cpp compiler warning fix
2021-05-10 19:31:48 +02:00
eried
57ed3ebb43
Merge branch 'pr/325' into next
2021-04-14 09:30:53 +02:00
DESKTOP-R56EVJP\Alex
f65852ff05
Rebased code from new eried repo commits. Changed to to reflect strijar implementation. Fixed previous issue with old ssb-am-tx ui_mictx code.
2021-03-21 20:21:50 -05:00
Erwin Ried
9d437aee6a
Merge pull request #278 from GullCode/tv_collector_warning_fix
...
removed unused variables
2021-03-15 11:45:50 +01:00
East2West
f15cf78101
Add APRS Receiving App
2021-03-11 22:27:19 -06:00
Erwin Ried
aea807e1f4
Merge pull request #280 from GullCode/proc_am_audio_warning_fix
...
Quoted out unused variable
2021-02-16 09:11:20 +01:00