-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8875c3c
commit 174fb66
Showing
5 changed files
with
186 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
.. _Blower Harness: | ||
|
||
Blower Harness for TKFAN BA7050H12B | ||
====================== | ||
|
||
.. csv-table:: **BOM** | ||
:widths: 5, 60, 5, 5, 5, 10, 10, 10 | ||
:header-rows: 1 | ||
:delim: 0009 | ||
:file: ./blower_TK_BA7050H12B.bom.tsv | ||
|
||
.. image:: blower_TK_BA7050H12B.png | ||
:width: 800 | ||
:alt: Wiring diagram | ||
|
||
You will need all the tools listed. | ||
|
||
* Using items from above BOM as well as: | ||
* 3mm heat shrink tubing [:ref:`ew-shrink3`] | ||
* 5mm heat shrink tubing [:ref:`ew-shrink5`] | ||
* Heat gun | ||
* Molex Micro-Fit 3.0 Crimper [:ref:`te-microfit-crimper`] | ||
* Wire Strippers | ||
* Soldering iron | ||
* Solder | ||
* Instructions: | ||
#. Cut 3 pieces of the 5mm heat shrink, 15mm long each. | ||
#. Thread the 5mm heat shrink onto the the entire bundle of 4 wires on the blower. Do not shrink the heat shrink yet. | ||
#. Insert the 2x pre-crimped Mega-Fit wires into the Megafit 2x2 housing. | ||
#. Do a gentle pull test to confirm proper seating of the contacts. | ||
#. Cut the cable at a length of 50mm from the connector. | ||
#. Strip 5mm of insulation from the end of the pre-crimped wires and from the ends of the red and black pigtails of the blower. | ||
#. Cut 2 pieces of 3mm heat shrink, 15mm long. | ||
#. Take the 2 pieces of heat shrink and slide one each onto the red and black wires of the blower. | ||
#. Solder the red and black wires to the Mega-Fit connector cables according to the diagram (pin 1 on the Mega-Fit connector is indicated by a stripe on the connector body). | ||
#. Slide the heat shrink over the soldered portion and use the heat gun to shrink them in place. | ||
#. Strip the insulation from the blue pigtail of the blower, using the Micro-Fit crimp contact as a guide for the legth of insulation to strip. | ||
#. Using the micro-fit crimper, crimp the contact onto the end of the blue wire. | ||
#. Insert the contact and wire into the micro-fit connector housing according to the diagram. | ||
#. Do a gentle pull test to confirm proper seating of the contacts. | ||
#. On the yellow blower wire, cut off any uninsulated portion from the end of the wire and place a 5mm long piece of 3mm heat shrink tubing on the end and heat shrink it in place. | ||
#. Distribute the 5mm heat shrink tubing evenly along the harness bundle and shrink them with the heat gun. | ||
|
||
Total price: USD 4.00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
connectors: | ||
X1: | ||
pn: ee-blower-tkfan # RW part number from purchasing JSON file | ||
type: TKFAN 12V Blower with Pigtails #component type | ||
pincount: 4 # number of pins in the connector | ||
pinlabels: [-, +, FG, PWM] # names for the signal on the connector | ||
mpn: BA7050H12B # manufacturer part number | ||
manufacturer: TKFAN # manufacturer | ||
|
||
X2: | ||
pn: ec-mega2x1 | ||
pincount: 2 | ||
pinlabels: [GND, +12V] | ||
type: Mega-Fit 2x1 | ||
subtype: female | ||
mpn: 1716920102 | ||
manufacturer: Molex | ||
additional_components: # defines additional components such as contacts | ||
- | ||
type: crimp # additional component type | ||
subtype: Molex Pre-crimped Mega-Fit # additional component name | ||
qty: 1 | ||
qty_multiplier: populated # this multiples by the number of connector instances for the BOM | ||
manufacturer: Molex # additional component manufacturer | ||
mpn: 0797582038 # additional component part number | ||
pn: ew-pre2 # RW part number | ||
|
||
X3: | ||
pn: ec-micro1x4 | ||
pincount: 4 | ||
pinlabels: [+5V, PWM, EN, GND] | ||
type: Micro-Fit 1x4 | ||
subtype: female | ||
mpn: 0436450408 | ||
manufacturer: Molex | ||
additional_components: # defines additional components such as contacts | ||
- | ||
type: crimp # additional component type | ||
subtype: Molex Micro-Fit 3.0 Female Crimp Contact 20-24awg # additional component name | ||
qty: 1 | ||
qty_multiplier: populated # this multiples by the number of connector instances for the BOM | ||
manufacturer: Molex # additional component manufacturer | ||
mpn: 43030-0002 # additional component part number | ||
pn: ec-microfit-f-crimp-20-24awg # RW part number | ||
|
||
|
||
cables: | ||
W1: | ||
pn: included-with-blower | ||
wirecount: 4 | ||
type: Blower Built-in Pigtails | ||
mpn: N/A | ||
manufacturer: N/A | ||
# more cable parameters: | ||
length: 350 mm | ||
gauge: 20 AWG | ||
show_equiv: true # auto-calculate AWG equivalent | ||
colors: [BK, RD, YE, BU] | ||
|
||
connections: | ||
- | ||
- X1: [1,2] | ||
- W1: [1,2] | ||
- X2: [1,2] | ||
- | ||
- X1: [4] | ||
- W1: [4] | ||
- X3: [2] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ Wiring Documentation | |
|
||
power_entry | ||
oxygen_sensor | ||
blower_TK_BA7050H12B |