Search results
Query: ar 33 manual
Links: 2 | Categories: 0
-
The Elecraft K2 transceiver requires specific modifications for optimal soundcard digital mode operation, particularly for PSK31. The original article, circa 2001, details initial challenges with manual PTT and speech compression settings. A key modification involves adding headphone audio and a compression disable signal to the K2's microphone jack, utilizing pins 4 and 5. The **COMP0** signal, active low, is shorted to ground via a non-inverting open collector switch circuit, comprising two resistors and two transistors, mounted on the SSB board near U3. This circuit provides effective control of an analog signal line with good noise immunity. The switchbox itself repurposes a computer COM port switch, using only two of its original connectors and four of the nine poles. It integrates a microphone preamplifier, a PTT circuit built with 'flying leads' construction, and RCA jacks for soundcard connections. A trimpot adjusts the audio drive to the K2. The central DB9 connector links to the K2's mic connector via a shielded RS232 serial cable, ensuring proper grounding and signal routing. An external footswitch PTT jack is also included. Further enhancements include a **noise-canceling microphone** preamp based on a QST December 2000 article, adapted for Heil mic elements. This preamp, built with pseudo-Manhattan style construction, provides a gain of approximately 2 by changing emitter resistors (R9 and R16) from 680 ohms to 330 ohms. A 10-ohm series resistor and 47 µF capacitor on the +5V supply mitigate noise spikes.
-
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