Skip to content

ADolbyB/icom-706-mkiig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Icom IC-706 MkIIG Repairs & Modifications

HF/VHF/UHF Amateur Radio Service Documentation

Stars Forks Repo Size Last Commit

🚧 Project Status: In Progress 🚧

Ham Radio HF/VHF/UHF Icom

Documented by: ADolbyB


πŸ“» Project Overview

A comprehensive repair and modification documentation repository for the Icom IC-706 MkIIG multi-band amateur radio transceiver. This project archives hands-on repair procedures, common failure modes, performance modifications, and factory service documentation for one of the most popular mobile/base station radios in amateur radio.

What's Inside:

  • βœ… Real-world repair documentation
  • βœ… MARS/CAP out-of-band modification guide
  • βœ… Factory service manuals and schematics
  • βœ… Photo documentation of repairs

πŸ“‘ 73 to all hams! This repository serves the amateur radio community by preserving repair knowledge for a legendary transceiver.


🎯 Radio Specifications

Icom IC-706 MkIIG

Frequency Coverage:

  • HF Bands: 1.8 - 54 MHz (160m through 6m)
  • HF 60m (With MARS/CAP mod)
  • VHF: 144 - 148 MHz (2m)
  • UHF: 420 - 450 MHz (70cm)

Operating Modes:

  • SSB (USB/LSB phone)
  • CW (Morse code)
  • RTTY (Radio Teletype)
  • AM/FM (Voice)

Power Output:

  • HF/6m (SSB): 100 watts
  • HF/6m (AM): 40 watts
  • 2m: 50 watts
  • 70cm: 20 watts

Key Features:

  • All-mode, multi-band transceiver
  • AH-4 antenna tuner for auto tuning
  • DSP (Digital Signal Processing)
  • Compact mobile/base station design
  • Detachable front panel for remote mounting
  • Several filter options to enhance performance

πŸ“š Documentation Library

Icom Factory Manuals

All manuals are publicly available from Icom and archived here for convenience:

Instruction Manual

Instruction Manual - User guide, basic operation, menu settings

Service Manual

Service Manual - Schematics, alignment procedures, component locations

Operating Guide

Operating Guide - Complete menu layout with button combinations

Stability Fix

Factory Instability Fix - A modified version of the Icom-issued repair bulletin for 15/17m instability

Also see Releases for file bundles


πŸ”§ Repair & Modification Guides

MARS/CAP Modification

MARS Mod Guide

What is MARS/CAP?

  • MARS: Military Auxiliary Radio System
  • CAP: Civil Air Patrol
  • Enables transmit capability outside amateur radio bands
  • Required for 60m ham band operation

Modification Details:

  • Extends transmit range beyond ham bands
  • Used for emergency communications
  • Documented step-by-step procedure
  • Reversible modification

⚠️ Legal Notice: 60m is legal for hams to operate on a secondary basis due to updated rules. Operation in the 60 meter ham band (5.3 - 5.4 MHz) was allocated after the production of this radio, which is why the out-of-band MARS Mod is perfect for this radio.


πŸ“Έ Radio Gallery

IC-706 (Original Model)

IC-706

My First IC-706 - Original HF/VHF model installed in my truck. Note only 10W FM on VHF and lack of UHF coverage compared to the MkIIG.


IC-706 MkIIG (Current Radio)

IC-706 MkIIG

Current IC-706 MkIIG - HF/VHF/UHF tri-band transceiver with improved features and UHF capability.

Key Differences from Original IC-706:

  • βœ… UHF (70cm) band coverage added
  • βœ… Improved receiver performance
  • βœ… Enhanced DSP capabilities
  • βœ… Better spurious emission suppression
  • βœ… Upgraded firmware features
  • βœ… Increased VHF-Hi (144) power

Test Setup

Test Setup

RF Testing Configuration - IC-706 MkIIG connected to Bird 43 wattmeter and 100W dummy load for power output testing and alignment verification.

Test Equipment Shown:

  • Bird 43 Thruline Wattmeter
  • 100W dummy load with optional -30 dB sample port
  • Coaxial jumpers and adapters

Not Shown:

  • Power supply (13.8V DC @ 23A)

πŸ› οΈ Common Repairs Documented

Issues Addressed

Electrical Repairs:

  • Power cycling failure (in progress)
  • Out-of-band MARS/CAP modification
  • Receiver cooling fan mode modification (in progress)

Known Issues:

  • Screen polarizer failure (in progress)
  • Receiver instability on 15/17m (modified factory bulletin)

πŸ“‚ Repository Structure

icom-706-mkiig/  
β”œβ”€β”€ docs/                                   # Documentation and manuals  
β”‚   β”œβ”€β”€ manuals/                            # Factory Icom PDFs (publicly available)  
β”‚   β”‚   β”œβ”€β”€ IC-706MK2G_IM.pdf               # Instruction Manual  
β”‚   β”‚   β”œβ”€β”€ IC-706MK2G_SM.pdf               # Service Manual  
β”‚   β”‚   β”œβ”€β”€ IC-706MK2G_OG.pdf               # Operating Guide  
β”‚   β”‚   └── ic706mk2g_instability_reva.pdf  # Factory fix bulletin  
β”‚   β”œβ”€β”€ OOBMod                              # Folder for the OOB mod  
β”‚   β”‚   └── OOBmod.tex                      # Out-of-band mod guide (LaTeX-generated)  
β”‚   β”œβ”€β”€ pwrRepair/                          # Folder for the power repair  
β”‚   β”‚   └── pwrRepair.tex                   # Power Cycling Repair (-COMING SOON-)  
β”‚   β”œβ”€β”€ rxFanMode/                          # Folder for the RX fan modification  
β”‚   β”‚   └── rxRanModeMod.tex                # RX Fan Mode Modification (-COMING SOON-)  
β”‚   └── screenRepair/                       # Folder for the screen polarizer repair  
β”‚       └── screenRepair.tex                # Screen Polarizer Repair (-COMING SOON-)  
β”œβ”€β”€ img/                                    # Photos and diagrams  
β”‚   β”œβ”€β”€ ic706.jpg                           # Original IC-706 photo  
β”‚   β”œβ”€β”€ ic706mkiig.jpg                      # IC-706 MkIIG photo  
β”‚   β”œβ”€β”€ TestSetup.jpg                       # RF test configuration  
β”‚   └── ...                                 # Other pictures for the documents as needed  
└── README.md                               # This document  

πŸš€ Getting Started

Prerequisites

For Repairs:

  • Soldering station with temperature control
  • Multimeter (digital preferred)
  • RF test equipment (optional but recommended)
    • Dummy load (appropriate wattage)
    • Wattmeter (Bird 43 or equivalent)
    • Spectrum analyzer and/or service monitor (for advanced work)
  • Icom service manual (included in this repo)
  • Basic electronics knowledge

For Modifications:

  • Same as repair tools
  • Understanding of FCC regulations

Using This Repository

  1. Browse Documentation:

    • Start with the Instruction Manual for basic operation
    • Reference Service Manual for schematics and alignment
  2. Identify Your Issue:

    • Check known issues section
    • Review factory bulletins (instability fix)
  3. Follow Repair Guides:

    • Use documentation in /docs/ folder
    • Reference photos in /img/ for visual aid
  4. Test and Verify:

    • Always RF test with dummy load first
    • Verify power output on all bands

πŸ“– Additional Resources

Technical References


⚑ Performance Tips

Maximizing Radio Performance

Power Supply:

  • Use 13.8V DC @ 23A minimum
  • Heavy gauge wire (10 AWG or larger)
  • Keep leads short to minimize voltage drop
  • Add ferrite chokes for RFI suppression

Antenna System:

  • Use AH-4 Auto tuner
  • AH-4 Comes weather proof with quality coax for outdoor use.
  • Find a long whip antenna and connect to the AH-4
  • Works great in my truck with this Breedlove QD Ball Mount and their Stake Pocket Bracket
  • This setup will tune on 80m - 10m with very low SWR.
  • Add any other dual-band antenna for VHF/UHF FM operation if needed.

🀝 Contributing

This is an ongoing documentation project. Contributions welcome:

  • πŸ“ Additional repair procedures
  • πŸ“· Photo documentation of your repairs
  • πŸ› Error corrections in documentation
  • πŸ’‘ Performance improvement tips
  • πŸ”§ Alternative repair methods

How to Contribute:

  1. Fork the repository
  2. Add your documentation to appropriate folders
  3. Include clear photos with descriptions
  4. Submit a pull request

βš–οΈ Legal & Safety

FCC Regulations

Amateur Radio Operation:

  • Valid amateur radio license required for transmission
  • Must operate within authorized frequency allocations
  • Part 97 rules apply to all modifications: Frequency Band Chart
  • In this case, we want to enable the 60m (5.3 - 5.4 MHz) Band since it is already a Part 97 Radio.

MARS/CAP Modifications:

  • Out-of-band transmission requires FCC authorization
  • This recently happened (again) in 2025 with the allocation of the 60m band since the production of this radio began.
  • It's up to the operator to verify they are operating within specifications.

Safety Warnings

⚠️ High Voltage Present:

  • Radio contains high voltage circuits
  • Disconnect power before servicing
  • Discharge capacitors properly

⚠️ RF Exposure:

  • Use appropriate power levels

⚠️ Static Sensitivity:

  • Use ESD protection when handling repairs
  • Ground technician(s) to ESD mat to a household 120VAC NEMA 5-15 or 5-20 outlet using adapters
  • Ground ESD mat and adapters to wall outlet.

πŸ“„ License

Documentation: Open source, free to use and distribute.

Manuals: Factory Icom PDFs are publicly available and archived here for convenience. All rights reserved by Icom Inc.

Modifications: Follow all applicable FCC regulations. The author assumes no liability for modifications or improper use.


πŸ“§ Contact

Radio Operator: Joel Brigida (ADolbyB)
LinkedIn: Joel Brigida

Questions? Open an issue, please. Or just call me.


πŸ“Š Repository Stats

Repo Size Commits Last Commit


Preserving Ham Radio Knowledge. One Repair at a Time.

73 de ADolbyB πŸ“‘

GitHub

About

This repo documents common repairs I have made to my Icom IC-706 MkIIG ham radio. (In Progress)

Topics

Resources

License

Stars

Watchers

Forks

Contributors