Search results
Query: chip resistor
Links: 2 | Categories: 0
-
The Kenwood TH-F6A handheld transceiver can achieve an extended transmit frequency range of 137-174 MHz, 216-235 MHz, and 410-470 MHz by removing a specific diode and chip resistor from the main PCB. This modification also expands the receive range on the A-band to 142-152 MHz, 216-235 MHz, and 420-450 MHz. For the TH-F7E, the transmit range extends to 137-174 MHz and 410-470 MHz, with a corresponding receive range on the A-band. Performing these hardware changes will reset and initialize the radio's memory contents, necessitating prior backup of important channel frequencies. Instructions are provided for constructing a homemade PC programming cable compatible with the Kenwood TH-G71A, TH-F6A, and TH-F7E. The interface utilizes an RS-232-to-logic (0-3.3V) level-shifter and a full-duplex serial connection, adapting the Kenwood PG-4S cable schematic for the TH-G71's 2.5mm and 3.5mm phono plugs. Specific schematic tweaks include changing R1 from 150 ohms to 1K ohm to optimize power from the serial port and adding a 150K ohm resistor between the Radio TXD and ground to manage the 3.3V I/O pin. Detailed plug pinouts for the 2.5mm and 3.5mm connectors are presented, with the interface's TXD connecting to the ring of the 2.5mm plug and RxD to the shield of the 3.5mm plug. Ground connects to the shield of the 2.5mm plug, while the tips of both plugs are no-connects. Debugging procedures cover verifying positive and negative power rails from the serial port, checking component polarities, and testing level-shifting and inversion functions of the interface. Software setup involves enabling "TC ON" (Menu 15 for TH-G71, Menu 9 for TH-F6) and using Kenwood's MCP programming software.
-
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