Search results
Query: CI-V interface
Links: 8 | 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
-
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.
-
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.