Search results
Query: CI-V interface
Links: 10 | Categories: 0
-
If you want to interface the IC-746 Pro or any other Icom rig with a computer for rig control, an outboard CI-V CAT device is required.
-
interface box for Icom rigs that includes a band output port and a CI-Vtocomputer serial interface
-
CI-V OCX For The Icom 756Pro allow you to interface your own application or visual basic, excel, word or similar custom applications to your icom radio.
-
An Arduino uno based project to control an MFJ 998 antenna tuner via Icom CI-V interface by VE1ZAC
-
How to build a Bluetooth Radio Interface for Yaesu CAT standard or Icom CI-V system
-
Nexus is a free and open-source ham radio software application, built in Rust by KD9TAW, designed to integrate multiple station functions into a single program. It supports fifteen operating modes, including FT8, FT4, CW, SSB, FM, RTTY, SSTV, and APRS, with both transmit and receive capabilities across Windows, Linux, and Raspberry Pi platforms. The software provides band activity displays with country, distance, and bearing information, a call roster, a 3-D propagation globe with live spots, and alerts for new DXCC, WAS, WAZ, VUCC, and IOTA entities. It also features a native RF panadapter for Icom CI-V and Flex radios, or a live audio scope for other transceivers. Nexus integrates a comprehensive logbook, computes awards offline without requiring an account, and includes repeater search functionality with curated memory packs. It offers CHIRP CSV round-trip compatibility for approximately 1,000 radio models and is compatible with WSJT-X, JTDX, and MSHV via UDP protocol for seamless integration with existing workflows. The application supports ADIF import/export for log data management and provides accessibility features for operators with hearing or visual impairments, including screen reader compatibility and keyboard-navigable interfaces.
-
With some fantasy the circuit can be easily assembled on a small scrap of pre-perf board,and then fitted in the DB9 serial connector shell. The interface requires two NPN transistors and few more passive components.
-
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.
-
OpsLog is a modern amateur radio logbook application for Windows, designed to consolidate station operations into a single, integrated interface. It provides fast, single-strip QSO entry with automatic lookup from QRZ.com or HamQTH, populating callsign, name, QTH, and grid square. The software offers real-time CAT control supporting OmniRig, native FlexRadio/SmartSDR, Icom CI-V (via USB or internet), and TCI protocols. Key logging features include ADIF 3.1.7 compliance, offline DXCC resolution, a worked-before matrix, and dupe detection. It also incorporates a great-circle map for short/long path calculations and a clickable rotor compass, displaying antenna direction accurately. The application integrates DX cluster functionality with multiple server connections, band map spot display, and customizable alert rules for callsign, country, band, mode, or spotter, delivering notifications via sound, on-screen alerts, and email. OpsLog tracks numerous awards such as DXCC, WAS, WAZ, WAC, WPX, IOTA, POTA, SOTA, WWFF, and DDFM, with synchronization capabilities for ClubLog, LoTW, QRZ.com, and eQSL. For contesting and multi-operator environments, it offers serial number auto-fill, enforced contact windows, live dupe flagging, and shared MySQL logbook support for real-time status updates among operators. Additionally, it includes a QSL card designer with automated layout suggestions.
-
Demonstrates an **Arduino-based** solution for the Icom IC-7300 transceiver, specifically addressing the operational inconvenience of switching between a CW paddle and a straight key. The project leverages the IC-7300's **CI-V bus** (Computer Interface 5) to provide instant keyer type selection and two preset power levels, bypassing the rig's menu system which otherwise requires eight button presses. This implementation utilizes the 3.5mm CI-V connector, leaving the USB port free for CAT control and the internal soundcard, a critical design choice for integrated station setups. The system's utility is particularly evident for CW operators who frequently alternate between keying methods during contesting or general operating. The article details the hardware setup, including an Arduino Nano, a 3.5mm jack for CI-V, and pushbuttons for control. An update in 2023 expanded the project to incorporate an 8-button Nintendo controller, enhancing user interface flexibility and demonstrating the adaptability of the initial design for further customization and feature integration.