Skip to content
Snippets Groups Projects
  1. Aug 02, 2020
  2. Aug 01, 2020
    • euquiq's avatar
      New squelch behavior and fixes · 1b2c68b3
      euquiq authored
      Squelch value now goes from -90 to +20 and it's directly compared against the max_db parameter returned from each freq scanned by the radio subsystem, with no adjusts or manipulation (you adjust the number as will be used).
      
      Less squelch means weaker signals will trigger it. (as expected).
      
      There was a tiny cosmetic bug when you deleted a frequency from the scanning memory: The description was not erased from screen and you could see it while the scan did not resume.
      
      There was another bug on the pause button: If you asked for another manual scan range when paused, the button kept the text "RESUME"  (its text was not reset to "PAUSE" again).
      1b2c68b3
  3. Jul 29, 2020
    • euquiq's avatar
      Added two new buttons and other enhancements · ee67f74f
      euquiq authored
      Added buttons for:
      
      Change scanning direction (ascending / descending)
      
      Saving current freq into the SCANNER.TXT file
      
      (Please notice that, on the other hand -for safety issues- the DEL FQ button, deletes the frequency only from the temp memory on the actual scanning session, but does NOT erases the freq. inside the SCANNER.TXT)
      
      Also there are other bug fixes and scanning speed enhancements.
      ee67f74f
  4. Jul 28, 2020
    • euquiq's avatar
      Added MIC TX and FREQ DEL buttons · 03084251
      euquiq authored
      MIC TX button :Shortcut for jumping into TX -> MIC app.
      
      FREQ DEL button: Deletes currently displayed frequency from temporary scanning memory. Ideal to get rid of those not wanted "noisy" freqs in the middle of a range scan.
      
      Also, some code optimizations thrown in.
      03084251
  5. Jul 25, 2020
    • euquiq's avatar
      better "squelch" and coloring big numbers · e8f6e138
      euquiq authored
      When scanner finds a freq with high dbi, it locks into it "listening" a bit more (less than a second) for either confirm or discard it as an actual high dbi or just a spurious thing.
      
      The big number frequency changes color accordingly: Grey = just scanning, yellow = locking in, Green = Found something, allowing the user to listen.
      e8f6e138
  6. Jul 20, 2020
    • euquiq's avatar
      Update ui_scanner.hpp · f50b376c
      euquiq authored
      Sorry, I missed this before: These two includes are NOT necessary anymore.
      f50b376c
    • Erwin Ried's avatar
      Merge pull request #104 from euquiq/new-ui-scanner-version · 4fbdeeab
      Erwin Ried authored
      scanner-enhanced-version
      4fbdeeab
    • euquiq's avatar
      scanner-enhanced-version · 27f566be
      euquiq authored
      New ui_scanner, inspired on AlainD's (alain00091) PR: https://github.com/eried/portapack-mayhem/pull/80
      
      It includes the following:
      
      1) A big frequency numbers display.
      
      2) A Manual scan section (you can input a frequency range (START / END), choose a STEP value from an available of standard frequency intervals, and press SCAN button.
      
      3) An AM / WFM / NFM scan mode selector, changing "on the fly".
      
      4) A PAUSE / RESUME button, which will make the scanner to stop upon you listening something of interest
      
      5) AUDIO APP button, a quick shortcut into the analog audio visualizing / recording app, with the mode, frequency, amp, LNA, VGA settings already in tune with the scanner.
      
      6) Two enums are added to freqman.hpp, reserved for compatibility with AlainD's proposed freqman's app and / or further enhancement. More on this topic:
      
      ORIGINAL scanner just used one frequency step, when creating scanning frequency ranges, which was unacceptable.  AlainD enhanced freqman in order to pass different steppings along with ranges.  This seems an excellent idea, and I preserved that aspect on my current implementation of thisscanner, while adding those enums into the freqman just to keep the door open for AlainD's freqman in the future.
      
      7) I did eliminate the extra blank spaces added by function to_string_short_freq() which created unnecessary spacing in every app where there is need for a SHORT string, from a frequency number. (SHORT!, no extra spaces!!)
      
      8) I also maintained AlainD idea of capping the number of frequencies which are dynamically created for each range and stored inside a memory based db. While AlainD capped the number into 400 frequencies, I was able to up that value a bit more, into 500.
      
      Cheers!
      27f566be
  7. Jul 15, 2020
  8. Jul 14, 2020
  9. Jul 02, 2020
  10. Jul 01, 2020
  11. Jun 30, 2020
  12. Jun 28, 2020
  13. Jun 18, 2020
Loading