Search results
Query: Arduino tuner
Links: 9 | Categories: 1
Categories
-
Controlling an antenna tuner with an arduino board. The project includes movies, explanation and the arduino code
-
This project describes an ARDUINO based automatic antenna tuner, for an end-fed half wave (EFHW) antenna, working on 20 & 40 meter bands
-
An interesting arduino project to work as an antenna tuner
-
A system designed to automatically tune small transmitting magnetic loop antennas, particularly beneficial for **contest operations** where rapid frequency changes are common. The core of the system involves a PC-based control application, AutoCap, written in C#, which monitors antenna SWR via an external meter and commands a motor interface to adjust the loop's variable capacitor. The software is compatible with Windows and Linux via the Mono framework, offering a graphical user interface for monitoring system status, SWR, power, and motor commands. Key components include one or more magnetic loop antennas equipped with DC or stepper motors for capacitor adjustment, an SWR meter with data output (such as the Telepost LP-100A or a homebrew serial/USB SWR meter), the AutoCap PC software, and a motor interface. The most effective motor interface utilizes an **Arduino-based controller** with custom firmware, providing precise control over both simple DC motors and stepper motors, and supporting features like motor braking for finer adjustments. The system allows for configurable SWR thresholds, pulse widths, and motor effort settings to optimize tuning speed and resolution. Optional radio integration provides frequency hints, enabling the algorithm to learn the relationship between motor actions and resonant frequency, thereby speeding up initial tuning responses. The software also supports antenna profiles, allowing operators to save and recall specific configurations for different loops, including accumulated frequency hint data.
-
An Arduino uno based project to control an MFJ 998 antenna tuner via Icom CI-V interface by VE1ZAC
-
A low-cost SWR meter project based on Arduino that works with AutoCap automatic antenna tuner for magnetic loop antennas
-
Make and automatic antenna tuner based on Arduino and using economic card. This ATU Project can be installed outdoors and controlled remotely by an rs485 link
-
Arduino-based Automatic Amateur Radio Antenna Tuner
-
An Arduino-based interface provides a remote tuner call command for Icom **IC7700** and **IC7800** transceivers, addressing the lack of a built-in function for external tuners such as the MFJ 998RT. This setup initiates a low-power transmit signal, typically 15 watts, allowing the remote autotuner to perform its matching sequence. The article details the required CI-V line communication and modifications to existing Arduino code, specifically referencing contributions from Jean-Jacques ON7EQ for improved Icom interrogation routines. The system involves a sequence of steps: storing the transceiver's current mode and power, disabling the internal autotuner, activating a control relay to interrupt the amplifier line, switching to RTTY mode at low power, and initiating transmit. The transmit duration is manually controlled by the operator, observing the SWR meter until a low SWR is achieved, then a second button press stops the transmission. A built-in 4-second transmit limit provides a safety measure. After tuning, the routine restores the original mode and power settings, re-enables the internal autotuner, and performs a brief 2-second RTTY transmission for internal tuner adjustment. The circuit diagram includes a Panasonic form 2 relay for amp control and emphasizes critical delays in the Arduino code for stable operation at 9600 baud CI-V communication. Compatibility with logging software like DXLab, N1MM, and N3FJP is noted, with specific interrogation time settings required to avoid conflicts.