Search results
Query: micro controller
Links: 59 | Categories: 2
-
This blog post documents the author's journey building an APRS micromodem for amateur radio applications. Using an open-source design by LY2EN, the author assembled a cost-effective Terminal Node Controller (TNC) with SMD components, an Arduino Nano, and a JDY-31 Bluetooth module. The construction process included PCB fabrication, careful component soldering, microcontroller programming, and Bluetooth configuration. A custom 3D-printed case protected the completed device. Field testing in Romania showed the device functioned with a Baofeng UV-5R radio, though antenna limitations affected performance. The entire project demonstrates an affordable DIY alternative to commercial APRS trackers.
-
This page provides a detailed guide on how to receive WWVB 60 KHz time signals using the Everset ES100 module with an Arduino Due microcontroller. It explains the background of time standards and the significance of WWV radio stations in maintaining these standards. The content is useful for ham radio operators interested in time synchronization, scientific research, navigation, and radio communications. The article is written by Keith Greiner, who shares his project inspired by his passion for the subject. For more projects by the author, visit the provided links.
-
An **Arduino LC Meter** provides an accessible solution for precisely measuring inductance and capacitance values, crucial for RF circuit design, filter tuning, and troubleshooting in amateur radio applications. This project details the construction of a low-cost, accurate instrument using readily available components, making it an attractive alternative to commercial units for hams and electronics enthusiasts. The build process involves assembling a resonant circuit, integrating an Arduino microcontroller for frequency measurement, and displaying results on an LCD. Key components include an Arduino Uno, a 16x2 LCD, a 74HC14 Schmitt trigger inverter, and a few passive components. The design leverages the Arduino's processing power to calculate L and C values from resonant frequency shifts. Calibration procedures are outlined to ensure measurement accuracy, which is vital for critical RF work. The project includes schematics, a parts list, and the necessary Arduino code, enabling hams to construct a functional LC meter for their workbench.
-
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
-
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.
-
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 project aims to create a remote control system for the VK5RSE beacons located near Millicent, South Australia. The beacons on 144.550, 432.550, and 1296.550 MHz can interfere with nearby amateur radio operations, particularly for EME work on 1296 MHz. The remote control system uses a DTMF decoder and PIC microcontroller to allow turning the beacons on and off individually or in combination. The system is housed in a diecast box and powered from 5-8V. The password-protected control allows authorized users to manage the beacon operations remotely, helping mitigate interference issues for local amateurs.
-
The W6PQL 23cm Beacon Project describes a **1296 MHz** beacon designed for microwave propagation studies and equipment testing, capable of 30 watts output. It utilizes a PIC 16F628A microcontroller to generate CW and FSK keying for a crystal oscillator, followed by a series of frequency doublers and triplers to reach the target frequency. The final power amplification stage employs a Mitsubishi M57762 module, providing a robust 10-watt RF output. The design emphasizes stability and reliability for continuous operation, with the microcontroller code, written in assembly, provided for customization of the beacon's callsign and message. Originally located in CM97am and aimed at 140 true, the beacon used four 4-foot Yagis stacked vertically for a total ERP of 3kW. The article includes schematics, parts lists, and construction notes to guide builders, along with antenna pattern measurements. Although the beacon itself is no longer in service as of August 2010, the detailed documentation remains a valuable reference for amateur radio operators interested in building similar **microwave** projects or understanding beacon operation.