Search results
Query: chip
Links: 56 | Categories: 2
-
This project details an automatic roger beep circuit for VHF/UHF contests. Built around a Microchip PIC microcontroller, the design detects PTT (Push-To-Talk) activation and generates a brief tone upon release, mimicking a "roger beep" to signal the end of transmission. The circuit utilizes readily available components and includes downloadable resources for PCB layout and firmware.
-
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
-
A versatile digital VFO design utilizing the Silicon Labs Si5351a oscillator chip and Nokia 5110/3310 graphics LCD display, operating from 1-160MHz with dual VFO capability. This microcontroller-based system, powered by an ATmega328 processor, features rotary encoder tuning, selectable step sizes, RIT control, and comprehensive band memory functions. Drawing less than 40mA at 3.3V, it significantly improves upon previous DDS designs' power consumption while offering advanced features like S-meter display, VFO lock, and programmable BFO/CIO offsets. The design achieves flexible functionality through simple hardware implementation and efficient software architecture, making it particularly suitable for QRP and portable amateur radio applications.
-
The Yaesu VX-6R USB Programming Interface is a reliable solution for programming the Yaesu VX-6R handheld radio using USB. Based on the FT232RL chip, it replaces older RS232 interfaces and USB converters, ensuring stable communication. The design integrates a buffering circuit with a Sparkfun breakout board, featuring TX and RX LEDs for easy monitoring. The compact interface connects to the radio via a four-pin header, with a solder bridge option for radios requiring separate data lines. This setup has proven reliable and versatile, allowing the FT232RL to be repurposed for other projects.
-
Learn how to modify your Baofeng 888s radio to use in an Allstar node. This article provides step-by-step instructions on programming the radio with suitable frequencies for amateur radio use, including tips on using the Chirp program. Make sure to use a cable with a Genuine FTDI Chipset for easy connection to your computer. Avoid transmitting on pre-programmed channels to prevent trouble. Follow the guidelines provided to customize your radio settings and ensure a smooth modification process. Visit the link for Chirp program download and consult Miklor for programming assistance.
-
This page describes a project involving repurposing the Weathalert receiver for controlling a radio club's beacon system remotely. The author details the modifications made to the receiver, including changing the crystal frequency and adding a DTMF decode chip and PIC for remote control. The project aims to enable the turning off of beacons to prevent interference, with plans to control each beacon and the Packet Radio digi. The article provides insights into the technical aspects of modifying the receiver and showcases the author's experimentation with different crystals for optimal performance.