Search results
Query: ic r20 cat interface
Links: 2 | Categories: 0
-
Demonstrates the _RoMac Automatic CW Identifier 2012_ software, a Windows application designed to automate station identification and provide a tuning pulser. It can send CW identification via a sound card's audio output or by keying a radio's manual CW jack using a serial port's DTR line. The software also supports CAT commands for various Kenwood, Yaesu, Flex, and Elecraft radios, enabling automatic mode and frequency changes for ID transmission. It integrates with USB audio-capable radios like the Icom 7300 and Yaesu FT-991, simplifying connectivity with a single USB cable. The application features a fully programmable interface, adjustable CW speed from **5 to 35 WPM**, and ID intervals from **5 to 30 minutes**. The integrated "Pulse Tuner" function allows for safe amplifier and antenna tuner adjustments by sending short audio tones or rapid CW keying, with an adjustable duty cycle from 1% to 100%. It offers compatibility with a wide range of transceivers and amplifiers, and a schematic for a basic sound card interface is included for users without existing setups.
-
The DIY Power Meter project utilizes the _INA226_ high-side power monitoring chip, paired with an ATtiny85 microcontroller, to measure voltage, current, and power, displaying the results on a 128x32 OLED screen. The INA226 communicates via an I2C interface and is programmed with a calibration factor based on the shunt resistance and current register LSB. The project is designed to handle a maximum current of 500mA using a 0.16ohm shunt resistor, which can be adjusted to a 0.2ohm resistor, reducing the full-scale current range to 409mA with a resolution of **12.5uA**. The shunt resistor dissipates only 33mW at maximum current, making 1/4 watt resistors suitable for the setup. The PowerMeter.ino sketch configures the shunt resistance and maximum design current, automatically calculating the calibration factor. The project can be prototyped on a breadboard using an Arduino Uno, employing the Wire library for INA226 and OLED communication, and the u8g2lib library for the OLED display. For the ATtiny85 version, the Adafruit-TinyWireM and Tiny4kOLED libraries are used. The power meter is independently powered by a 3V CR2032 cell, with power switching options including manual switches or DC switched jacks. The low-side n-channel MOSFET switch configuration is tested but introduces voltage drop issues, making manual switching a more reliable option until a suitable DC switched jack is found. DXZone Technical Profile: INA226 | ATtiny85 | OLED Display | Power Meter