Search results
Query: v 80 software
Links: 51 | Categories: 3
-
On this page you can listen to and control a short-wave receiver located at the amateur radio club ETGD at the University of Twente. In contrast to other web-controlled receivers, this receiver can be tuned by multiple users simultaneously, thanks to the use of Software-Defined Radio. Provided by PI4THT
-
SysLabs RadioControl is a software platform for radio device control and application development. It operates on _Windows_ versions from Windows 95 and Windows NT 4.0 through _Windows 11_. The software is available in Lite, Standard, and Professional editions, each including Frontpanel for direct radio control, a Frequency Database for management, and a Memory File for channel operations. Features include frequency identification, memory scanning, and graphical spectrum views with bitmap export capability. The Professional Edition supports multi-device control and utilizes radio device-internal scanners, achieving scan rates of **40-60 steps per second** compared to the RadioControl-internal scanner's **10-20 steps per second**. Supported devices for internal scanning include AOR AR-5000, AR-8200, AR-8600, AR-ONE, R&S EB200, and various Icom receivers and transceivers. RadioControl supports older devices such as ICOM IC-R71, IC-R7000, IC-706, IC-735, YAESU FRG-8800, and FRG-9600, extending their control capabilities. The platform offers APIs for integration and supports import/export with formats from VisualRadio, SCANcontrol, shoc Radio Manager, WiNRADiO, AOR ACEPAC-3A, as well as generic Text, CSV, and HTML. DXZone Focus: Radio Control | Windows | Frequency Management | API
-
Digital Master 780 is a windows multi-mode program which uses Ham Radio Deluxe for radio control. It is part of HRD package and support PSK, QPSK, Contestia, CW, DominoEx, Hell, MFSK, MT63, OLIVIA, RTTY, RTTYM, THROB and SSTV. Free version was made available with HRD 5.
-
The VTDATA software package is a complete vacuum tube manual on your computer. It has all the information you'd expect in a tube manual. VTDATA's database also includes vacuum tubes of historical interest, such as the early "two digit" types (45, 80, etc.) and hi-fi audio types.
-
FT2 is an innovative digital mode for amateur radio, developed by IU8LMC with support from ARI Caserta. It utilizes the same codec as FT8 and FT4 but compresses the transmission cycle to just 3.8 seconds, allowing for a complete QSO in as little as 11 seconds. This remarkable speed enables operators to achieve approximately 240 QSOs per hour, making it particularly advantageous for contests and DXpeditions. The FT2 protocol has been rigorously tested on-air, with successful QSOs verified down to -12 dB SNR on both 40m and 80m bands. The mode's efficiency and speed are a significant advancement in digital communications, providing a new tool for amateur radio operators looking to maximize their contact rates. As an experimental release, the software is subject to updates, ensuring continuous improvement and adaptation to user feedback.
-
RT Systems provides programming software for Windows operating systems, supporting a wide range of amateur radio transceivers, scanners, and receivers from manufacturers like Icom, Yaesu, and Kenwood. The software facilitates memory management and radio settings configuration, often surpassing OEM software in user-friendliness and functionality. Their **USB programming cables**, featuring **FTDI chipsets**, are noted for reliable operation, even in virtualized environments like Windows ARM on a Mac, where OEM cables might fail. Users report that RT Systems software simplifies the often complex process of radio programming, making it less arduous than manual entry. The availability of integrated frequency databases is a significant advantage. The software and cables are frequently cited for their long-term reliability, effective customer support, and thoughtful hardware design, which collectively address common real-world programming challenges for various radio models, including the Icom ID-880H and Anytone 878.
-
The Elecraft K3, a popular HF transceiver, is often benchmarked against new market entrants. This article critically compares the Kenwood TS-590S to the K3, focusing on key technical specifications and operational aspects relevant to serious amateur radio operators. The author proposes three distinct evaluation methods: a circuit diagram comparison, an independent review analysis (referencing Peter Hart, G3SJX, in RadCom), and a real-world "ear test" by experienced contest operators on 40 and 80 meters. The analysis delves into specific receiver components, including the first mixer design, RF and IF amplifier performance, and the presence of an image noise filter. It highlights the K3's switched mixer and the potential for the TS-590S to utilize similar or improved designs, such as a classic filter with enhanced selectivity. The article also scrutinizes the second mixer stage, noting the K3's SA612 chip and its associated IP3 limitations, suggesting Kenwood might achieve benefits with a different mixer architecture. Further points of comparison include DSP capabilities, where the K3's high-performing DSP with KK7P's involvement is noted against the TS-590S's potential reliance on newer IC technology but possibly less refined software. The discussion extends to DDS and PLL implementations for phase noise and spurious emissions, and the utility of a second receiver for DX chasing and contesting, acknowledging its importance for some operators while being less critical for others. The article concludes by emphasizing personal preference in equipment selection.
-
PA3FWM's software defined radio (SDR) page documents his extensive hardware and software development efforts between 2004 and 2009. Initial experiments utilized a direct conversion receiver with 90-degree phase difference, feeding a PC soundcard at 48 kHz sample rate, covering 24 kHz of spectrum around a 7080.5 kHz local oscillator. This setup, similar to AC50G's QEX 2002 article, allowed for basic I/Q signal processing to distinguish signals above and below the LO frequency. Limitations included fixed crystal frequencies, 16-bit dynamic range, and narrow bandwidth. Subsequent hardware iterations aimed for enhanced performance, incorporating external 24-bit ADCs with 192 kHz sample rates, connected via 10 Mbit/s Ethernet. A **MC145170-based PLL** and programmable octave divider provided a 58 kHz to 30 MHz tuning range. The **Tayloe mixer** was employed, with differential outputs feeding a PCM1804 ADC. An ATmega32 microcontroller handled serial data conversion to Ethernet frames, though without CRC calculation due to processing constraints. Later designs integrated AD7760 2.5 Msamples/second ADCs and a Xilinx Spartan-3 FPGA, enabling direct reception of 0-1 MHz spectrum and eventually 2.5 MHz bandwidth across the shortwave spectrum. Software was refactored to use an initial 8192 non-windowed FFT for efficient high-bandwidth processing. The project culminated in a two-way QSO on 21 MHz using the developed hardware and software, demonstrating transmit capabilities with a D/A converter. The system exhibited a 2.5 MHz wide spectrum display and a zoomed 19 kHz display, capturing signals like ionospheric chirp sounders and RTTY contest activity. Challenges included noise leakage from digital circuitry and cooling for high-power dissipation components.
-
RSCW demonstrates a Linux/Unix command-line utility engineered for **Morse code** decoding via a computer's sound card. It specifically targets the extraction of weak CW signals from noise, operating on 8-bit, 8000 samples/second audio input, typically from `/dev/dsp`. The program outputs decoded characters to `stdout`, supporting user-specified speeds in words per minute (WPM) and carrier frequencies. While effective for machine-sent signals, it exhibits a 2-second decoding lag and requires manual speed input, making it less suitable for general-purpose, real-time contest operation. The resource details the program's components, including `rscw` (the main decoder), `rscwx` (an X11 graphical auxiliary for spectrum and internal signal visualization), `rs12tlmdec` (a specialized decoder for RS-12 amateur radio satellite telemetry), and `noisycw` (a utility for generating noisy Morse signals for testing). Installation instructions involve downloading a `.tgz` file, compiling with `Make`, and requiring the FFTW library (and GTK 2.0 for `rscwx`). Performance is illustrated with a .wav file example of a 12 WPM, 800 Hz CW signal at 12 dB Eb/N0, showcasing RSCW's near-error-free decoding of a test message. The site provides command-line examples utilizing `sox` for audio conversion and `noisycw` for signal generation, inviting comparisons with other decoding software and human operators, particularly for weak signal conditions.
-
ScanControl is the only low cost, easy to use software that supports programming and control & monitoring of the Uniden BC245XLT, BC895XLT, BCT8, BC780XLT, BC250D, BC785D, BC296D, BC796D Digital Scanners and the Radio Shack PRO2052
-
Demonstrates CW Decoder Logic, a freeware application for Windows Vista SP2, 7, 8, and 10, designed to decode Morse code signals. The software incorporates an optimized 80 Hz DSP filter, enabling reception of CW signals across a speed range of 5 to 60 WPM. Key features include automatic signal tracking within a 3 KHz range, real-time speed detection, and an auto squelch function, enhancing decoder sensitivity and accuracy. The application provides station selection directly on a waterfall display and includes a "Tips" feature for word annotations. It supports sending decoded text to external logging software via UDP protocol, with a logger source code example provided for developers. Configuration options allow users to set speed limitations and customize interface elements. Released initially on October 17, 2016, with subsequent updates, the program requires Microsoft .NET Framework 4.5 or higher. Changelogs detail improvements such as increased program stability, code optimizations for speed, and fixes for display issues across different Windows versions.
-
The FTBVR5K software facilitates comprehensive memory management for the Yaesu VR-5000 scanning receiver, supporting operations such as modifying, moving, adding, deleting, masking, and unmasking individual memories. It allows for importing and exporting memory definitions via CSV files, sorting memories by frequency or name, and identifying duplicate frequencies within the receiver's configuration. The program also supports the creation and modification of bank definitions, management of PMS (Programmable Memory Scan) definitions, and adjustment of PMS scanning ranges. Additionally, users can print detailed reports of memories, banks, PMS definitions, rig settings, and S.CALL details, with visual cues like red highlighting for masked memories and yellow for the priority channel. FTBVR5K provides functionality to alter values within the VR-5000's Set and Config menus, and to change S.CALL station names and frequencies. The application operates on standard Windows PCs, including Windows XP, Vista, 7, 8, and 10, requiring an available COM port for transceiver connection, which can be a conventional serial port or a USB adapter. A minimum screen resolution of 800 x 600 is supported, with 1024 x 768 recommended for optimal usability.
-
VQLog 3.1 - 782 is a shareware logbook program designed for Windows operating systems (95, 98, NT, 2000, ME, XP, Vista, 7, 10, or later), supporting resolutions of 800x600 or higher. It can also operate on macOS and Linux via virtualization software like Virtual PC for MAC, Oracle VirtualBox, or VMware. The software facilitates QSO access by date, callsign, prefix, square, DXCC, and other parameters, offering robust import capabilities for ADIF, Cabrillo, and ASCII files from various contest and logbook programs. Key features include comprehensive award tracking for DXCC, WAZ, WAC, WPX, WAS, IOTA, TPEA, DIE, VUCC, 100EACW, and up to 30 user-defined awards. It generates customizable summaries and graphical statistics for QSO activity, DX contests, Most Wanted Squares (MWS), propagation openings, and prefixes. VQLog supports DX-Spot reception and processing from DX-Cluster and PSK-Reporter with programmable warnings, integrates with callbook services like QRZ.COM and Buckmaster's CD, and offers online lookup. Electronic QSL and log upload support extends to LoTW, eQSL.cc, Clublog, and DXMAPS, with real-time updates for online logs. The program provides extended QSO information for VHF-DXers, including separate TX/RX frequencies, start/end times, propagation modes, and specific entry fields for MS, EME, and Tropo. CAT support for rig control and interfaces with ARSWIN and PstRotator for azimuth/elevation control are also included.
-
Managing extensive QSO data efficiently requires robust logging software capable of handling diverse operational needs, from casual ragchewing to competitive contesting. HAM OFFICE provides a comprehensive solution for amateur radio operators, integrating essential logging functionalities with advanced features for analysis and award tracking. It supports detailed QSO entry, offers various display and evaluation options, and includes helpful functions to guide users through its interface, ensuring a smooth workflow for both new and experienced hams. The software's design emphasizes user-friendliness while incorporating a wide array of functions, making it suitable for different screen sizes and operating preferences. It features innovative databases for enhanced data protection, improved handling despite increased functionality, and significant speed gains from new background calculations. The program runs stably on Windows XP through 11 (32 and 64 bit) and offers a mobile app for QSO entry and analysis on _tablet PCs_ and smartphones. HAM OFFICE is widely adopted, with an estimated **80%** of German contests logged using the software, and it is utilized by amateurs in **58** DXCC entities. The program supports various aspects of amateur radio, including contest logging, detailed evaluations, and integration with internet resources and shack equipment. It also provides specific support for new license classes like DN9 and actively supports initiatives such as the recognition of _Morse Telegraphy_ as a cultural heritage.
-
This free software is an application solely for the use of controlling the Kenwood TS-480. Can be used to edit, save, and export to the TS-480 information such as Memory, Menu, and Auto Mode frequencies.
-
Palm OS morse code software, simple morse code sender, sends code on the built-in speaker at 1-80 WPM. Higher speeds are sloppy because of the 10 msec resolution of the internal timer.
-
TR4W is a contest logging software package supporting over **180** amateur radio contests. The program operates on Windows 7 to windows 11 operating systems. It supports CW keying via serial port, LPT port, or Winkey, with CW speeds ranging from 1 to **99** WPM. Paddle input via LPT port enables the program to function as a keyer, with paddle input aborting computer-generated CW. PTT support includes programmable delay. The software incorporates automatic super check partial and call checking, along with an expanded .DTA database format for names, QTH, grid, and SS check information. A band map displays color-coded aging data. The software features a built-in telnet DXCluster interface, automatically inserting spots into the band map. It supports RTTY operation via the MMTTY engine and includes WAE QTC support for both European and non-European stations. TR4W provides radio interfacing for Elecraft, Icom, Japan Radio, Kenwood, Ten-Tec, and Yaesu transceivers, utilizing serial or USB-to-serial adapters. Networked multiple-rig operation is supported through a client-server model using TCP/IP protocol. Integrated two-radio support (SO2R) is present. The program includes on-the-fly MP3 recording and log backup to USB drives or selected HDD folders. It uses the standard CTY.DAT file for country and beam heading data.
-
NEC4WIN is a 32 bits commercial antenna simulation software based on MININEC3 developed by the Naval Ocean Systems Center in the 70s and 80s. It runs under Windows and can be used to simulate, analyze and optimize wire antennas, beams, verticals, etc. NEC4WIN has limitations. They are the same as Mininec3 on which the engine is based.
-
TinySDR for 80m band and ZetaSDR for 40m band
-
-
This software allows your PC to connect to the Universal Radio M-8000 Decoder through its serial port in order to get and save the decoded data but also to send commands to the decoder.
-
DX_Central, a compact desktop application, provides amateur radio operators with critical propagation data by aggregating solar statistics and imagery from various authoritative sources. This includes real-time information from agencies like NOAA and NIST, offering insights into current space weather conditions that directly impact HF propagation. The software is designed for both Linux and Windows operating systems, making it accessible to a broad range of hams. It presents a concise overview of solar activity, which is essential for planning DX operations and understanding band openings and closures across the HF spectrum. Operators can utilize the displayed solar flux index, K-index, and other relevant parameters to make informed decisions regarding their operating times and target bands, optimizing their chances for successful long-distance contacts.
-
Download software for Kenwood Transceivers, like TS-990S TS-590S, TS-2000, TS-480HX or TS-480SAT
-
TrunkStar780%u2122 is a high-performance, full-featured software package for Uniden® BC780XLT trunking scanner. Data management and operational control over the BC780XLT is provided.
-
-
The HotPaw Morse Code Decoder application for macOS processes audio input to transcribe Morse code characters into text. It presents both an audio spectrum graph and a tone amplitude graph, which aid in configuring a narrow band audio filter. Operators can set the audio filter for tone frequencies between 400 and 1600 Hz, optimizing reception for various CW signals. The software offers user-configurable settings, including WPM dot/dash speed detection, a noise threshold level, and the option to use Farnsworth timing for inter-character spacing. The Morse code WPM detection automatically adapts from approximately 8 to 40 WPM, with a lock feature for the estimated speed. A High Speed WPM Mode is available for code speeds ranging from 40 to 80 WPM, catering to faster CW operators. The application's decoding performance is influenced by signal level, signal-to-noise ratio, frequency and WPM stability, keying quality, and proper configuration, with an initial learning phase required for WPM estimation to stabilize. An external microphone or line-in may be necessary for optimal performance on some MacBook models to mitigate fan noise or room reverberations. Version 1.4.4, updated on November 11, 2021, includes compatibility improvements for newer macOS releases. The developer, Ronald Nicholson of HotPaw Productions, does not collect any user data from the application.
-
Over 100 amateur radio beacon audio files are presented, offering a direct auditory experience of propagation conditions across a wide spectrum of frequencies, from 1.8 MHz to 47 GHz. These recordings, primarily captured by IW3FZQ and IK3NWX, document signals from beacons such as DK0WCY, IY4M, GB3RAL, and S55ZRS, providing a valuable resource for **propagation study** and **beacon monitoring**. Each entry in the list specifies the beacon's callsign, its operating frequency in kHz, and the recording operator. This compilation includes signals from beacons located in various grid squares like JN55VF, JO44VQ, and IO91IN, illustrating diverse geographical origins. The frequencies covered span the 160m, 80m, 40m, 30m, 20m, 17m, 15m, 12m, 10m, 6m, 4m, 2m, 70cm, 23cm, 6cm, 3cm, 1.2cm, and 6mm amateur bands. Users can listen to these recordings to identify characteristic beacon tones and observe signal strength variations. The resource also invites other radio amateurs to contribute their own beacon audio files, fostering a collaborative archive of propagation data. The last update to this collection was on March 24, 2009, indicating a historical snapshot of beacon activity. Accessing the files requires the Real Player software.
-
This article describes the design and simulation of a multiple dipole antenna for the HF band, using the software MMANA-GAL. The antenna will be designed to operate in the 10, 20, 40 and 80 m bands
-
Free Windows contest logging software, initially designed for the ARI 40-80 contest supports all major world wide contests. QARtest supports dx cluster, radio control interface and many new features. Can be used for most popular amateur radio contests. Works from Windows XP to Windows 10.
-
Win4Yaesu Suite is a commercial software for Yaesu FTDX and FT991 Radios. It includes support for SDRPlay and LPPAN panadapters. It interfaces to all third party hardware and software programs including HRDLogbook, DM780, DXLabsSuite, NAP3, N1MM+ and many more.
-
This project is a Software Defined Radio Receiver. It has a frequency range of 24MHz 1.2GHz. It can demodulate AM, FM, USB, LSB with selectable bandwidths of 600, 2400, 2800, 3200 and 6400Hz. Using a simple RTL-SDR Dongle and Raspberry Pi 3 computer using GNU RADIO
-
DMR Contact Manager is a Free software package designed to make it easy to maintain channel, zone, contact and call group information in these radios. It is fully compatible with the Ham-Digital and RadioID database systems and allows instant codeplug updates from a wide variety of sources. DMR Contact Manager is designed for use with Connect Systems CS700/CS701/CS750/CS800/CS801/CS800D radios, as well as the Tytera MD-380/390/390GPS, TYT MD2017/MD9600, AnyTone AT-D868UV and AT-D858, Retevis RT3, and similar radios that use the RDT/RDB file formats.
-
Fifty-three digital modes, including PSK31, RTTY, and JT65, are explored in this resource, providing detailed descriptions of their underlying technologies and typical use cases. It covers error correction methods like ARQ in PACTOR and FEC in JT65, alongside modulation schemes such as FSK and PSK. The content highlights the evolution of digital communication from traditional TNC-based systems to modern sound card implementations, emphasizing the role of personal computers in advancing these modes. Specific modes like AMTOR, PACTOR, and G-TOR are discussed, noting their baud rates and error correction capabilities. For instance, AMTOR operates at 100 baud, while PACTOR offers 200 baud with Huffman compression. The article also delves into newer modes like MFSK16, which uses 16 tones and continuous Forward Error Correction, and Olivia, capable of decoding signals 10-14 dB below the noise floor. Each mode's bandwidth, speed, and resilience to propagation challenges are examined, such as MT63's 1 KHz bandwidth and 100 WPM rate, or Hellschreiber's 75 Hz bandwidth and 35 WPM text rate. The resource also lists predominant USA HF digital frequencies for bands like 160, 80, and 40 meters, specifying segments for PSK31, RTTY, SSTV, and Packet. It includes links to freeware and shareware sound card software such as Digipan, FLDigi, and MixW, enabling amateurs to experiment with these modes.
-
The 2200-meter band (135.7-137.8 kHz) presents unique challenges for amateur radio operators due to its narrow 2.1 kHz bandwidth, low signal levels, and high noise. W1TAG explores various transmission modes suited for this demanding environment, highlighting that traditional voice modes like SSB and AM are impractical. Plain old CW serves as the baseline, demonstrating effectiveness across different modes, though signal-to-noise ratio (SNR) significantly limits practical speeds. The article notes that reducing CW speed below 5 WPM can improve copy, especially with computer-aided spectrum analysis software capable of decoding signals too weak for human ear reception. QRSS, or "CW sent slowly enough that speeds are best expressed in seconds per dot," is a key mode for LF work, with examples ranging from 3 seconds/dot to extreme 240 seconds/dot transmissions. _Argo_ by I2PHD is mentioned as a simple program for QRSS, enabling reception of signals like BRO, a Part 15 beacon, at a distance of **1100 miles**. Other modes discussed include Dual Frequency CW (DFCW), which uses frequency shifts to distinguish dots and dashes, and Binary Phase Shift Keying (BPSK), a phase modulation technique employing 0 to 180-degree phase flips. WOLF (Weak-signal Operation on Low Frequency), a specialized BPSK form by KK7KA, encodes 15-character messages into 960-bit packages, taking 96 seconds to transmit, and has demonstrated successful reception over **672 seconds** for a message from a 1-watt beacon. Further modes include PSK, FSK variations like JASON and MSK, and graphical modes such as Hellschreiber and Chirped Hell. The article concludes with a practical chart comparing the time required to send a simple message like "WD2XES FN42CH " across these diverse LF modes, offering valuable insights for operators planning contacts on the low bands.
-
The Ultimate Control Software for the IC-7300, IC-7610, IC-7600, IC-7850, IC-7851 and Others is a control software suite that includes additional interesting features such as support for the built in Spectrum Scope, Audio monitors, Shortwave DB, CW Terminal, Clublog Spotting, Memory management, interface to Ham Radio Deluxe Logbook, DM780, n1mm+, log4om, DXLab and other. Runs on Windows OS, commercial licence.
-
A compleete guide to program the Tytera MD-380 DMR, installing the TYT software, setting the DMR ID and adding the contacts.
-
FTB8800 is a memory management software program for the FT-8800R/E FM transceiver
-
FTB7800 is a memory management software program for the Yaesu FT-7800R/E FM transceiver
-
FTB2800 is a memory management software program for the Yaesu FT 2800 M FM transceiver.
-
Modifications for Retevis RT3 / Tytera MD-380 includes Hardware Modifications, Codeplugs, Software / Firmware Modifications.
-
Documents S21RC's construction of an impedance transformer harness for a VHF/UHF cross yagi, utilizing 20m of _RG179_ cable. Details the creation of a DIY RF sampler with a -50dB sampling output, primarily for measuring HF radio PA section output with a Spectrum Analyzer, also applicable for _Pure Signal_ transmission. Chronicles the deployment of a 200m long beverage antenna for the _S21DX IOTA_ operation in 2022, positioned 2m above ground. Discusses the construction of a 3-element short beam for 10m to replace a previous 2-element antenna, with assistance from S21DW. Provides guidance on operating cheap _PA-70_ and _PA-100_ type Chinese SSPAs using IRF530 MOSFETs, emphasizing the necessity of a final LPF. Outlines the design and construction of a fully isolated interface for radio-to-computer connections, supporting various digital modes with isolated ground, audio transformers for IN/OUT, optical isolation for CAT/CIV, and isolated PTT/COS lines. Includes a log of software updates, such as the _HMI/TFT for NX8048K070_ and _2.1.14 Lite_ release with bug fixes for PEP hold and gradual watt decay.
-
A software defined receiver located in Tuscany Italy with a Windom antenna convering HF bands
-
Enables Android users to operate various _miniVNA_ antenna analyzers via Bluetooth, USB, or Wi-Fi, providing a portable solution for RF measurements. The application supports full control over data acquisition, offering features like custom frequency range selection from 1 KHz to the VNA's full range, and automatic screen adaptation for diverse Android device resolutions. It facilitates intuitive, wizard-based calibration for both reflection and transmission modes, saving calibration data for different VNA types (Standard, Pro, Pro with Extender) to avoid repeated procedures. The software displays critical parameters such as SWR, |Z|, Return Loss, Phase, Rs, and |Xs| on 2-axis graphs or Smith charts, with multi-touch gestures for zoom and frequency shift. It includes a frequency generator mode with independent channels and attenuator control for the miniVNA Pro, along with a sweeper function. The cable data mode automatically calculates phase and loss, measures cable length from less than 1 meter to hundreds of meters, and includes a table of common coax cable velocity factors. An experimental X-tal mode measures resonance frequency, Rs, and Q. Data export options include CSV, ZPLOT, and S1P formats, with CSV import capability. The application also features an SM6ENG Audio mode for SWR tuning without visual reference and provides a miniVNA battery voltage indicator. It supports a wide frequency range, with the miniVNA Extender extending coverage up to **1500 MHz**. The application is compatible with Android version 2.2 and later, tested on devices like the _Galaxy TAB 7.7 P6800_.
-
The Ontario QSO Party (OQP), an annual event, takes place on the third full weekend of April, specifically from 1800Z April 18 to 0300Z April 19, 2026, and 1200Z to 2000Z April 19, 2026. This **QSO party** encourages stations outside Ontario to contact as many Ontario amateur radio stations as possible, while Ontario stations work both in-province and worldwide. Key rule changes for 2026 include phone QSOs now counting equally with **CW** QSOs (2 points), the introduction of VE3RHQ as a bonus station, a 250m county line proximity definition, and a new Fixed County Line Category, alongside an adjustment of contest times. Established in 1998 by Bob Chandler VE3SRE, the OQP has been managed by Contest Club Ontario (CCO) since 2006. The event contributes to the State QSO Party Challenge, offering various award categories and maintaining records of past performance. Participants can submit activation plans, review Ontario multipliers, and access county maps. Final results and certificate winners are published, and a dedicated groups.io discussion group facilitates community interaction and support for logging software.
-
This article describes a simple yet effective multi-band vertical HF antenna design that performs exceptionally well across 80m to 10m bands. The antenna consists of a 13.4m wire mounted on a 12.4m Spiderpole, complemented by four 12m radials and a ground rod. Initially tuned with a manual LC circuit, it was later upgraded with a CG3000 remote auto ATU for convenient band switching. Despite antenna modeling software suggesting limited performance on higher frequencies, the system demonstrated excellent DX capabilities across all bands, outperforming more complex vertical antenna designs.
-
Morse code resource in spanish. Morse training exercises, cw training notes, morse code software, and cw keys
-
Andrew Georgakopoulos, SV1DKD, modeled the End-Fed Half Wave (EFHW) antenna using MMANA-GAL software. He evaluated the EFHW-8010-2K from Myantennas.com for field operations, comparing it to random wires, OCFD, and dipole antennas. His results showed similar performance to OCFD, confirming EFHW's practical feeding advantage but with potential high-voltage risks at the feed point
-
The Kenwood TS480SAT/HX firmware upgrade guide, procedure, tools required, software needed to upgrade the transceiver firmware and some hints.
-
Demonstrates the application of Software-Defined Radios (SDRs) as effective tools for conducting Radio Frequency Interference (RFI) site surveys. The resource details the methodology for capturing and analyzing RFI, specifically focusing on the 80-meter band over a 24-hour period. It outlines the setup of an SDR-based survey tool, utilizing software like _S-Meter Lite_ and _Spectrum Lab_ to visualize and quantify noise sources. The article emphasizes the SDR's wideband capabilities, which allow for comprehensive identification and documentation of RFI across broad frequency ranges, crucial for effective mitigation strategies. The analysis presents practical results, illustrating how continuous monitoring can reveal intermittent RFI sources that might otherwise go undetected. For instance, the survey identified noise peaks exceeding **S9+20dB** on 80 meters during specific hours, correlating with local appliance usage. The methodology provides a repeatable process for hams to characterize their local noise floor, enabling targeted RFI suppression efforts and improving weak-signal reception, particularly for DXing and contesting.
-
The ZL1WTT resource details an experimental software-based Digital Amateur Television (DATV) system, demonstrating the multiplexing of up to six standard-definition (SD) and one high-definition (HD) channel utilizing _h264 compression_. The author encountered peak data rates reaching 32 Mbit/s, necessitating a shift to Freeview and Sky settings (22.5M Sym/s 3/4FEC) to manage bandwidth. The setup employs four networked computers, with a laptop functioning as the multiplexer to re-code PIDs for various inputs, including looped MPEG2 playlists, MPEG2 encoder card input from a VCR, satellite feeds, and an off-air UHF receiver. The system highlights the inherent flexibility of the DVB transport stream, supporting diverse formats such as MPG2, h264, AC3, and AAC. A significant advantage of this software-defined approach is the absence of video quality degradation from stored MPEG2 files to the displayed output, coupled with the ease of reconfiguring settings for MPEG2 encoder cards (e.g., size, bit-rate, frame rate, video input, coding format) and satellite receiver cards (e.g., frequency, LNB volts, symbol rate, FEC). The author also discusses the development of a new graphical user interface (GUI) using _Gambas_ for Linux, aiming to simplify configuration for this DATV project. Specific hardware components mentioned include Hauppauge WinTV PVR-150 and Nova-S plus cards, with a focus on optimizing analog video input via Y/C (S-video) to minimize frequency roll-off. The resource also provides insights into data rates for HD (1080i) content, recommending 8 to 12 Mb/s for optimal performance. Software utilized includes _Ubuntu Studio 10.04_, WinFF, VLC, and TMPGEnc Editor, underscoring the project's reliance on open-source tools and a foundational understanding of LAN networks and DVB transport streams.