Search results
Query: voltage controller
Links: 6 | Categories: 0
-
The KD1JV "Melt Solder" Digital QRP SWR/Power Meter operates across the 160m to 6m bands, featuring 9.9-watt and 990-milliwatt power scales, a peak hold mode for SSB, and a VSWR scale from 1:1 to 9.9:1. It utilizes a _Stockton directional coupler_ wound on a single binocular core and an _Atmel AVR ATtiny26L_ microcontroller for processing. The design incorporates _W7EL diode compensation_ in a non-inverting amplifier feedback loop to address diode voltage drop and non-linear behavior at low power levels, with software corrections applied for improved accuracy, particularly at QRP power levels up to 5 watts. Construction details include parts placement, transformer winding instructions for #26 magnet wire, and calibration procedures using a 1.5V alkaline battery or an oscilloscope with a 50-ohm dummy load. Packaging options are discussed for fitting the board into an Altoids tin or a deeper Whitman’s Sampler tin, with considerations for battery life extension by adding a third or fourth battery. Accuracy tests performed at 7 MHz compare readings against a True RMS power meter based on an _Analog Devices AD8361_ chip, showing typical deviations of 0-5% across various power levels.
-
Offering transient voltage surge suppressor, TVSS, patch cables, surge arresters, surge protectors for lightning and power surge protection for electrical equipment, IT networks, communication systems, data lines, relay systems and solid state controllers.
-
The N1HFX thermal cooling fan controller project details a practical circuit designed to manage cooling fan operation based on temperature, a common requirement for high-power amateur radio equipment. This build utilizes a **LM34** temperature sensor, providing a linear voltage output directly proportional to Fahrenheit degrees, simplifying the control logic. The circuit's core functionality involves a comparator that activates the fan when a preset temperature threshold is exceeded, ensuring efficient cooling and reducing unnecessary fan noise. This controller is particularly useful for amplifiers, power supplies, or transceivers that generate significant heat during operation. The design incorporates a _TIP120 Darlington transistor_ to drive the fan, capable of handling up to 5 amps, making it suitable for a range of fan sizes and current requirements. Field results indicate stable temperature regulation, preventing thermal runaway in enclosed environments. Construction involves readily available components, making it an accessible project for hams looking to optimize their station's thermal management.
-
Sierra Radio Systems site controllers are used to monitor and control remote radio and equipment sites, often implemented to monitor repeater systems, broadcast equipment, solar power infrastructure, tracking rf power, temperature, voltage, current and switch closure
-
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
-
This project outlines a simple Lead Acid/SLA battery monitor, designed to alert users when battery voltage falls below 10.6V. The monitor, based on a PIC16F1827 microcontroller, checks the voltage of up to five batteries and triggers an alarm if any drop too low. The system operates in various modes, including self-test, monitoring, and alarm. This updated version improves upon the original 1999 design, offering a more modern microcontroller and extended functionality for workshop use, with minimal impact on battery charge.