Search results
Query: LC-meter
Links: 2 | Categories: 0
-
Determining the characteristic impedance (Z) of an unknown coaxial cable, a common challenge for many radio amateurs, can be resolved with a straightforward method. The impedance of a coaxial cable is derived from its inductance and capacitance, and importantly, these values are independent of the cable's length or the operating frequency. This means that measuring a random length of cable, such as 20 meters, provides sufficient data for calculation. The core of this technique involves an LC-meter to obtain the inductance (L) in microHenries (uH) and capacitance (C) in microFarads (uF). The impedance is then calculated using the formula Z = L/C. For instance, a measurement yielding L=1.2uH and C=450pF (0.00045 uF) results in an impedance of 51.6 Ohms, closely matching **RG-58** specifications. Similarly, a TV coaxial cable with L=1.8uH and C=320pF (0.00032 uF) calculates to 75 Ohms. While the accuracy of this method, depending on the LC-meter's tolerance, is approximately 10%, it proves sufficiently precise for practical determination of unknown coaxial cable impedance, as noted by Makis, SV1BSX, who credits Cliff, K7RR, for the formula's dissemination.
-
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.