BOM-DAT/mosfet-dat/mosfet-dat.md
... ...
@@ -9,6 +9,9 @@ control by [[arduino-dat]] - [[MCU-dat]]
9 9
10 10
- [[mosfet-dat]] - [[mosfet-arrary-dat]] - [[mosfet-driver-dat]] - [[mosfet-rank-dat]]
11 11
12
+
13
+- [[radiomaster-pocket-dat]] - [[ELRS-TX-dat]] - [[ELRS-TX-setup-motor-dual-dat]] - [[motor-driver-design-dat]] - [[mosfet-dat]]
14
+
12 15
## tech
13 16
14 17
- [[mosfet-driver-dat]] for high speed usage
CONN-DAT/CONN-RC-dat/RC-standard-dat/RC-standard-dat.md
... ...
@@ -12,6 +12,16 @@
12 12
- [[motor-dat]] == male - [[motor-driver-dat]] == female
13 13
14 14
15
+
16
+## entry level
17
+
18
+- [[motor-dat]] == [[CONN-power-dat]] - [[CONN-power-dat]] == [[motor-driver-dat]]
19
+
20
+- [[motor-driver-dat]] == [[CONN-deans-dat]] male - [[CONN-deans-dat]] female == [[battery-dat]]
21
+
22
+
23
+
24
+
15 25
## ref
16 26
17 27
CONN-DAT/CONN-battery-dat/CONN-battery-dat.md
... ...
@@ -32,4 +32,7 @@ EC5-F EC5-M 航模插头连接线 大电流100 动力电池 香蕉 插头
32 32
- [[vacuum-flask-dat]]
33 33
34 34
35
-## ref
... ...
\ No newline at end of file
0
+## ref
1
+
2
+
3
+- [[battery-dat]]
... ...
\ No newline at end of file
Network-dat/RC-dat/RC-TX-dat/ELRS-dat/ELRS-TX-dat/ELRS-TX-setup-motor-dual-dat/ELRS-TX-setup-motor-dual-dat.md
... ...
@@ -3,7 +3,7 @@
3 3
4 4
# ELRS-TX-setup-motor-dual-dat
5 5
6
-- [[radiomaster-pocket-dat]] - [[ELRS-TX-dat]] - [[ELRS-TX-setup-motor-dual-dat]]
6
+- [[radiomaster-pocket-dat]] - [[ELRS-TX-dat]] - [[ELRS-TX-setup-motor-dual-dat]] - [[motor-driver-design-dat]] - [[mosfet-dat]]
7 7
8 8
9 9
... ...
@@ -16,6 +16,30 @@
16 16
![](2026-07-06-19-52-56.png)
17 17
18 18
19
+
20
+## Issue Analysis: Burned Board Diagnosis == mosfet driver board
21
+
22
+- [[motor-driver-dead-time-protection-dat]] - [[motor-driver-dat]] - [[ELRS-TX-setup-motor-dual-dat]] - [[motor-driver-design-dat]] - [[mosfet-dat]]
23
+
24
+### Fix 1: Switch from "Add" to "Multiply" (The Safest Software Fix)
25
+
26
+The safest way to handle tank steering on IN1/IN2 setups is to use **Multiplex ➔ Multiply (*)** instead of **Add** for your steering lines.
27
+
28
+When you use Multiply, steering doesn't try to force the opposite pin high or fight the throttle physics. Instead, it acts like a brake—it smoothly reduces power to one side to make a turn.
29
+
30
+Change your **Line 2** mixing values to this:
31
+
32
+```text
33
+CH1 (Left Fwd): Line 2 ➔ Source = Ail, Weight = -100%, Multiplex = Multiply
34
+CH3 (Right Fwd): Line 2 ➔ Source = Ail, Weight = 100%, Multiplex = Multiply
35
+```
36
+
37
+(Do the same for the reverse channels CH2 and CH4, matching the steering polarities).
38
+
39
+**Why this fixes it:** If you are moving forward, IN1 is active and IN2 is completely dead at $0\text{V}$. When you steer, **Multiply** simply reduces the voltage on IN1 toward $0\text{V}$ to slow that track down. It never commands IN2 to turn on while moving forward, eliminating shoot-through short circuits entirely!
40
+
41
+
42
+
19 43
## setup guide
20 44
21 45
Tech-dat/acturator-dat/motor-driver-dat/motor-driver-dat.md
... ...
@@ -36,6 +36,8 @@
36 36
37 37
## tech
38 38
39
+- [[motor-driver-dead-time-protection-dat]] - [[ELRS-TX-setup-motor-dual-dat]]
40
+
39 41
- [[PWM-chopper-type-motor-driver]] - [[FOC-dat]] - [[CC-CCW-control-dat]]
40 42
41 43
- [[AC-mains-dat]] - [[motor-dat]] drive - [[IGBT-dat]]
... ...
@@ -143,6 +145,9 @@
143 145
144 146
- [[MX1508-dat]]
145 147
148
+- [[AT8236-dat]] - [[DRV8871-dat]] - [[DRV8701-dat]] - [[motor-driver-dat]]
149
+
150
+
146 151
147 152
## and more
148 153
Tech-dat/acturator-dat/motor-driver-dat/motor-driver-dead-time-protection-dat/motor-driver-dead-time-protection-dat.md
... ...
@@ -0,0 +1,47 @@
1
+
2
+
3
+# motor-driver-dead-time-protection-dat
4
+
5
+
6
+- [[motor-driver-dead-time-protection-dat]] - [[motor-driver-dat]] - [[ELRS-TX-setup-motor-dual-dat]] - [[motor-driver-design-dat]] - [[mosfet-dat]]
7
+
8
+
9
+
10
+
11
+
12
+The power capacitor did not explode, but the positive and negative terminals are shorted, and the MOSFET gates are also shorted.
13
+
14
+This phenomenon confirms that a **"Shoot-Through" / "Cross-Conduction"** short circuit occurred in the H-bridge at the moment of switching, leading to an **"Avalanche Breakdown"** of the internal MOSFETs.
15
+
16
+When a multimeter detects a short between the power terminals (V+ and GND) and the MOSFET gates, it indicates catastrophic physical destruction inside the chip.
17
+
18
+### 1. Why do "Gate Shorts" and "Power Supply Shorts" occur simultaneously?
19
+
20
+Inside a micro-motor driver chip (H-bridge), the High-side (Top MOSFET) and Low-side (Bottom MOSFET) are connected in series between the positive and negative power rails.
21
+
22
+* **"Add" Mixing Induced Shoot-Through:** When steering with "Add" mixing, IN1 and IN2 alternate between high and low signals within microseconds. Since basic driver boards lack hardware **"Dead-time" protection**, the high-side and low-side FETs turn on simultaneously for a fraction of a second.
23
+* **Silicon Melting:** Instead of passing through the motor's resistance, hundreds of amperes from the battery surge directly through both MOSFETs. This generates intense localized heat that instantly melts the silicon dies together.
24
+* **Gate Damage from High Voltage:** Once the Drain (high voltage) and Source (low voltage) fuse together, the high battery voltage pierces the extremely fragile Gate Oxide layer. This causes the Gate pins—which receive signals from the receiver—to short directly to the power rails.
25
+
26
+**⚠️ Warning: Secondary Damage to the Receiver**
27
+A gate short is extremely dangerous because battery voltage can backfeed through the damaged signal lines into your ESP8285 receiver, potentially frying its MCU. Before connecting a new driver board, use a multimeter to check pins 1-4 on the receiver to ensure they are still functional.
28
+
29
+### 2. Why didn't the capacitor explode?
30
+
31
+The capacitor is rated for 35V, while your battery (typically 1S-3S, ~4.2V - 12.6V) is far below its limit. During a shoot-through event, the current follows the extremely low-impedance path through the melting MOSFETs. The chip effectively becomes a "copper wire" for a few microseconds, absorbing all the energy before the voltage can spike high enough to burst the capacitor.
32
+
33
+### 3. Ultimate Solution for a Permanent Fix
34
+
35
+The burned board is non-repairable and must be replaced. To ensure the new board never fails, apply these two adjustments:
36
+
37
+* **Step 1: Modify Transmitter Mixing (Must use "Multiply")**
38
+ Switch your RadioMaster Pocket to the **Multiplex = Multiply** scheme. By using Multiply, the reverse pin is physically locked at 0V while moving forward. No matter how aggressively you steer, the transmitter will never command both IN1 and IN2 to be high simultaneously, eliminating the root cause of H-bridge shoot-through.
39
+* **Step 2: Hardware Upgrade (Optional)**
40
+ If purchasing a new driver, avoid "naked" H-bridge chips like the MX1508. Consider micro-driver boards with built-in **dead-time/hardware interlocking** (e.g., modules based on **AT8236**, **DRV8871**, or **DRV8701**). These chips feature internal logic that forces a "brake" or "shutdown" if both IN1 and IN2 are high, preventing shoot-through at the hardware level.
41
+
42
+- [[AT8236-dat]] - [[DRV8871-dat]] - [[DRV8701-dat]] - [[motor-driver-dat]]
43
+
44
+
45
+## ref
46
+
47
+
Tech-dat/acturator-dat/motor-driver-dat/motor-driver-design-dat/motor-driver-design-dat.md
... ...
@@ -19,6 +19,10 @@
19 19
- [[radiomaster-pocket-dat]] - [[ELRS-TX-dat]]
20 20
21 21
22
+- [[ELRS-TX-dat]] - [[ELRS-TX-setup-motor-dual-dat]] - [[motor-driver-design-dat]]
23
+
24
+
25
+
22 26
## Want to save channels AND keep Reverse?
23 27
24 28
If your goal is to save channels because you want to use CH3 and CH4 for other things (like servos, lights, or standard ESCs), you can compress your setup down to 2 channels total while keeping full forward/backward control.
battery-dat/battery-dat.md
... ...
@@ -19,7 +19,7 @@
19 19
20 20
- [[battery-failure-dat]]
21 21
22
-
22
+- [[battery-pack-solderless-dat]]
23 23
24 24
25 25
## BMS
battery-dat/battery-pack-dat/battery-pack-solderless-dat/2026-07-08-18-02-16.png
... ...
Binary files /dev/null and b/battery-dat/battery-pack-dat/battery-pack-solderless-dat/2026-07-08-18-02-16.png differ
battery-dat/battery-pack-dat/battery-pack-solderless-dat/battery-pack-solderless-dat.md
... ...
@@ -17,5 +17,9 @@
17 17
18 18
![](2026-07-08-04-32-25.png)
19 19
20
+## connector
21
+
22
+![](2026-07-08-18-02-16.png)
23
+
24
+## ref
20 25
21
-## ref
... ...
\ No newline at end of file