- Aug 15, 2020
-
-
Erwin Ried authored
V1.2
-
-
Erwin Ried authored
-
Erwin Ried authored
Debug temperature
-
Erwin Ried authored
New scanner ui
-
Erwin Ried authored
Audio spectrum
-
Erwin Ried authored
MIC TX Now includes RX with Volume and Squelch
-
Erwin Ried authored
Update ui_view_wav.cpp
-
Erwin Ried authored
Add heading to geomap
-
Erwin Ried authored
-
Erwin Ried authored
Radiosonde-app-Vaisala-rs41-decoding
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
-
- Aug 14, 2020
-
-
euquiq authored
Now the Sonde App icon is in green: All sondes in the original proposal are working!
-
Joel Wetzell authored
-
euquiq authored
Added the Vaisala RS41 data packet decoding. Changed the default freq from 402.0 to 402.7 Mhz, since it is more popular freq. Lowered the frequency stepping, so it is easier to fine-tune the exact freq center, if needed. Sonde's Serial ID is passed into the VIEW MAP, so now the sonde is labelled on the map.
-
- Aug 13, 2020
-
-
Erwin Ried authored
-
Erwin Ried authored
-
- Aug 11, 2020
-
-
Joel Wetzell authored
-
Joel Wetzell authored
-
Joel Wetzell authored
-
- Aug 10, 2020
-
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
-
- Aug 08, 2020
-
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
-
Erwin Ried authored
New main menu footer
-
klockee authored
-
klockee authored
-
- Aug 07, 2020
-
-
Erwin Ried authored
-
euquiq authored
That include is not needed
-
euquiq authored
Earlier code did not start with squelch totally open, but a tiny bit closed. (now at app loading, squelch is truly set up with the same value it shows on screen). I also hardcoded the NFM sampling rate and baseband bandwidth. It seemed "the right thing to do".
-
Erwin Ried authored
-
euquiq authored
You can enable RX and adjust VOLUME and SQUELCH into your liking. Sadly enough, you will NOT be able to use VOICE ACTIVATION when RX is enabled (to ensure there will be NO audio feedback defeating the VA sensing) A "bug" that won over me, but perhaps and hopefully other coder can easily fix: The Vumeter will momentarily "dissappear" when enabling RX. But it will reappear as soon as you start TX. Or when you turn off RX. I enabled the PEAK LEVEL MARK on the Vumeter, so you can easily see in which level your input voice / signal is peaking and regulate the MIC gain accordingly in an easier / more robust way. Side enhancement: Took off the dark green, yellow and red coloring from the vumeter when no signal is present, and replaced it with dark_grey. I know that some coloring is "eye-candy" but the vu-meter is more readable with this new contrast.
-
- Aug 05, 2020
-
-
klockee authored
-
- Aug 04, 2020
-
-
Erwin Ried authored
fixes file renaming on subdir
-
euquiq authored
The file rename function needs to be called with full_path/old_name and full_path/new_name. Instead, it was called with full_path/old_name and new_name ... thus the renamed file ended on the root dir (path not preserved).
-