diff --git a/README.md b/README.md index d45498a..201b4d9 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,10 @@ Assembled and tested KFDtool hardware is available from me directly. I can ship | AC101 | 6 pin male plug Hirose pigtail for custom cables (0.5 m / 1.5 ft) | | AC102 | 6 pin female jack Hirose pigtail for custom cables (0.5 m / 1.5 ft) | | AC103 | Motorola R2670 compatible adapter, requires AC100 (0.15 m / 6 in) | -| AC104 | Kenwood KPG-115 NX-5700/5800/5900 compatible adapter, requires AC100 (0.15 m / 6 in) | +| AC104 | Kenwood KPG-115 compatible adapter, requires AC100 (0.15 m / 6 in) | | AC105 | 4 way female jack passive Hirose splitter | -| AC106 | Kenwood KPG-93 NX-5200/5300/5400 compatible adapter, requires AC100 (0.15 m / 6 in) | +| AC106 | Kenwood KPG-93 compatible adapter, requires AC100 (0.15 m / 6 in) | +| AC107 | Motorola XTS4000 compatible adapter, requires AC100 (0.15 m / 6 in) | OS Compatibility ---------------- @@ -102,8 +103,8 @@ Documentation * [Software Changelog](doc/SW_CHANGELOG.txt) * [Firmware Changelog](doc/FW_CHANGELOG.txt) * [Hardware Changelog](doc/HW_CHANGELOG.txt) -* [TWI Cable Assembly Notes (AC100, AC101, AC102, AC103, AC104, AC106)](doc/TWI_CABLE_ASSY_NOTES.md) -* [MX Connector Modification Notes (AC101, AC102)](doc/MX_CONN_MOD_NOTES.md) +* [TWI Cable Assembly Notes](doc/TWI_CABLE_ASSY_NOTES.md) +* [MX Connector Modification Notes](doc/MX_CONN_MOD_NOTES.md) * [Developer Notes](doc/DEV_NOTES.md) Contributors diff --git a/doc/HW_CHANGELOG.txt b/doc/HW_CHANGELOG.txt index e038133..011b89a 100644 --- a/doc/HW_CHANGELOG.txt +++ b/doc/HW_CHANGELOG.txt @@ -1,3 +1,7 @@ +KFDtool HW 2020-03-08 + +* Update BOM to add AC107A + KFDtool HW 2020-01-18 * Update BOM to add AC104B, AC105A, AC106A diff --git a/doc/RADIO_COMPATIBILITY.md b/doc/RADIO_COMPATIBILITY.md index c4c1799..f59f2b6 100644 --- a/doc/RADIO_COMPATIBILITY.md +++ b/doc/RADIO_COMPATIBILITY.md @@ -15,6 +15,7 @@ A vendor specific adapter or cable is required for most radios. | KFDtool AC100 + KFDtool AC103 | Motorola R2670A/B Communications System Analyzer | | KFDtool AC100 + KFDtool AC104 | Kenwood NX-5700/5800/5900 Mobile | | KFDtool AC100 + KFDtool AC106 | Kenwood NX-5200/5300/5400 Portable | +| KFDtool AC100 + KFDtool AC107 | Motorola XTS4000 Portable | | KFDtool AC100 + Motorola NTN8613 | Motorola XTS Portable (excluding XTS4000) | | KFDtool AC100 + Motorola HKN6182 | Motorola GCAI Mobile (O CH, M CH, CAN TIB) | | KFDtool AC100 + Motorola NNTN7869 | Motorola APX Portable | diff --git a/doc/TWI_CABLE_ASSY_NOTES.md b/doc/TWI_CABLE_ASSY_NOTES.md index 881dc4e..2a24592 100644 --- a/doc/TWI_CABLE_ASSY_NOTES.md +++ b/doc/TWI_CABLE_ASSY_NOTES.md @@ -21,7 +21,7 @@ Pinout map / wire color map: 6 Pin Female Jack Hirose P/N: HR10A-7J-6S(73) -Hirose Cable Retention Crimp Tool P/N: HR10A-TC-02 +Cable Retention Crimp Tool Hirose P/N: HR10A-TC-02 5 Pin Amp Connector ------------------- @@ -54,7 +54,15 @@ Kenwood Portable Accessory Connector View: * Female jack contacts from mating face (radio side) -* Male plug solder cups viewed from assembly face (accessory side) + +Motorola XTS4000 Accessory Connector +------------------------------------ + +![pinout](pic/motorola_xts4000_accy.png) + +View: + +* Female jack contacts from mating face (radio side) AC100 ----- @@ -98,12 +106,8 @@ Pinout: * 8P8C Pin 1 - Hirose Pin 4 * 8P8C Pin 2 - Hirose Pin 2 -* 8P8C Pin 3 - N/C -* 8P8C Pin 4 - N/C * 8P8C Pin 5 - (Cathode) Schottky Diode (Anode) - Hirose Pin 2 * 8P8C Pin 6 - Hirose Pin 4 -* 8P8C Pin 7 - N/C -* 8P8C Pin 8 - N/C AC106 ----- @@ -114,16 +118,17 @@ AC106 Pinout: * Accessory Pin 1 - Hirose Pin 4 -* Accessory Pin 2 - N/C -* Accessory Pin 3 - N/C -* Accessory Pin 4 - N/C -* Accessory Pin 5 - N/C -* Accessory Pin 6 - N/C -* Accessory Pin 7 - N/C * Accessory Pin 8 - Hirose Pin 4 -* Accessory Pin 9 - N/C * Accessory Pin 10 - Hirose Pin 4 -* Accessory Pin 11 - N/C * Accessory Pin 12 - (Cathode) Schottky Diode (Anode) - Hirose Pin 2 * Accessory Pin 13 - Hirose Pin 2 -* Accessory Pin 14 - N/C + +AC107 +----- + +* 6 pin female jack Hirose to male Motorola XTS4000 accessory connector +* Equivalent to Motorola CKN6886/0182297T15 cable + +* Accessory Pin 1 - Hirose Pin 4 +* Accessory Pin 8 - Hirose Pin 4 +* Accessory Pin 9 - Hirose Pin 2 diff --git a/doc/pic/motorola_xts4000_accy.png b/doc/pic/motorola_xts4000_accy.png new file mode 100644 index 0000000..c95c655 Binary files /dev/null and b/doc/pic/motorola_xts4000_accy.png differ diff --git a/hw/Master BOM.xlsx b/hw/Master BOM.xlsx index c94492f..61b8234 100644 Binary files a/hw/Master BOM.xlsx and b/hw/Master BOM.xlsx differ