Skip to content

V1.1

Choose a tag to compare

@Gang1eri Gang1eri released this 09 Dec 23:38
· 25 commits to main since this release

v1.1

KNOWN BUG - 2000HRS 12/9/25: Back end bin rate issue. Watchdog cannot see the "upper" portion of the UHF band, if you are sweeping the entire band at once. It can't even see 446.000. Fix is in the works.
QUICK FIX: Narrow your sweep to 5Mhz and adjust bin rate to 50000. Ex: 445.000-500.000. Then, 446.000 and the upper portion of that band will be detected and logged.

  • Added effective threshold readout showing the actual absolute dB threshold
    (noise floor + offset or absolute mode).
  • Improved threshold UI:
    • When "Use local noise floor" is ON, threshold is in dB above noise (0–120 dB).
    • When it's OFF, threshold is an absolute level (-150 to +50 dB).
  • Added Debug / status panel showing:
    • State (Idle / RUNNING)
    • Bin width and interval
    • Band ranges and whether each band is enabled
  • Reworked bottom layout into a resizable vertical splitter:
    • Detection table (alarms), log, and debug panel can be resized so alarms can
      take most of the space when needed.
  • Added configurable alarm sounds:
    • "System beep (default)", "Soft ding", "Short chirp", and "Alarm"
    • Uses WAV files under sounds/, with a "Beep on detection" toggle.
  • Updated .gitignore to keep the local atak_bridge.py helper script out of the repo.