BOM-DAT/mosfet-dat/mosfet-arrary-dat/mosfet-arrary-dat.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
# mosfet-arrary-dat
4 4
5
-- [[motor-BLDC-driver-dat]] - [[mosfet-dat]] - [[mosfet-arrary-dat]]
5
+- [[motor-BLDC-driver-dat]] - [[mosfet-dat]] - [[mosfet-arrary-dat]] - [[mosfet-driver-dat]]
6 6
7 7
8 8
BOM-DAT/mosfet-dat/mosfet-dat.md
... ...
@@ -5,9 +5,9 @@ drive [[motor-dat]], [[LED-dat]]
5 5
6 6
control by [[arduino-dat]] - [[MCU-dat]]
7 7
8
-- [[motor-BLDC-driver-dat]] - [[mosfet-dat]] - [[mosfet-arrary-dat]]
9
-
8
+- [[motor-BLDC-driver-dat]]
10 9
10
+- [[mosfet-dat]] - [[mosfet-arrary-dat]] - [[mosfet-driver-dat]]
11 11
12 12
## tech
13 13
BOM-DAT/mosfet-dat/mosfet-driver-dat/mosfet-driver-dat.md
... ...
@@ -2,6 +2,13 @@
2 2
3 3
# mosfet-driver-dat
4 4
5
+
6
+
7
+- [[mosfet-dat]] - [[mosfet-arrary-dat]] - [[mosfet-driver-dat]]
8
+
9
+- [[ESC-dat]] - [[VESC-dat]] - [[motor-driver-dat]] - [[FOC-dat]]
10
+
11
+
5 12
TC4451/TC4452 == 12A High-Speed MOSFET Drivers
6 13
7 14
The TC4451/TC4452 are single-output MOSFET drivers. These devices are high-current buffers/drivers capable of driving large MOSFETs and insulated gate bipolar transistors (IGBTs). The TC4451/TC4452 have matched output rise and fall times, as well as matched leading and falling-edge propagation delay times. The TC4451/TC4452 devices also have very low crossconduction current, reducing the overall power dissipation of the device.
Tech-dat/acturator-dat/ESC-dat/2025-09-13-15-48-28.png
... ...
Binary files a/Tech-dat/acturator-dat/ESC-dat/2025-09-13-15-48-28.png and /dev/null differ
Tech-dat/acturator-dat/ESC-dat/ESC-dat.md
... ...
@@ -1,15 +0,0 @@
1
-
2
-# ESC-dat
3
-
4
-
5
-- [[RC-kits-dat]]
6
-
7
-
8
-- **Electronic Speed Controller (ESC)**: Controls the speed of the motors by adjusting the power supplied to them. ESCs are essential for smooth and responsive flight.
9
-
10
-
11
-![](2025-09-13-15-48-28.png)
12
-
13
-## ref
14
-
15
-- [[acturator-dat]]
... ...
\ No newline at end of file
Tech-dat/acturator-dat/motor-driver-dat/ESC-dat/2025-09-13-15-48-28.png
... ...
Binary files /dev/null and b/Tech-dat/acturator-dat/motor-driver-dat/ESC-dat/2025-09-13-15-48-28.png differ
Tech-dat/acturator-dat/motor-driver-dat/ESC-dat/ESC-dat.md
... ...
@@ -0,0 +1,62 @@
1
+
2
+# ESC-dat
3
+
4
+- [[ESC-dat]] - [[VESC-dat]] - [[motor-driver-dat]] - [[FOC-dat]]
5
+
6
+
7
+- [[RC-kits-dat]]
8
+
9
+
10
+- **Electronic Speed Controller (ESC)**: Controls the speed of the motors by adjusting the power supplied to them. ESCs are essential for smooth and responsive flight.
11
+
12
+
13
+![](2025-09-13-15-48-28.png)
14
+
15
+
16
+
17
+## Using a Single ESC for a 200W BLDC Motor
18
+
19
+A **single ESC** (Electronic Speed Controller) is the standard way to control a 200W BLDC motor. Since you are aiming for high torque and smooth operation, here is how to select and use one professionally:
20
+
21
+#### 1. Key Specifications to Match
22
+To prevent the ESC from overheating, you must match the current (Amps) to your power goal:
23
+* **The Math:** $Current (A) = \frac{Power (200W)}{Voltage (V)}$
24
+* **Recommended Buffer:** Always choose an ESC with a current rating **2x higher** than your calculated continuous current to handle torque spikes.
25
+
26
+| Battery Voltage | Continuous Amps | Recommended ESC Rating |
27
+| :--- | :--- | :--- |
28
+| **12V** | 16.7 A | **35A - 40A** |
29
+| **24V** | 8.3 A | **20A - 25A** |
30
+| **36V** | 5.5 A | **15A - 20A** |
31
+
32
+---
33
+
34
+#### 2. Why "Robotics" ESCs are better than "Drone" ESCs
35
+For a project involving an 8mm shaft and gear reduction, **avoid standard Drone ESCs**. They are optimized for high RPM, not low-speed torque.
36
+
37
+* **Best Professional Choice:** **VESC (Vedder ESC)**. It is designed for high-torque applications, supports **FOC** (silent and smooth), and is highly programmable.
38
+* **Sensored Control:** If your motor has Hall sensors (5 small wires), use a **Sensored ESC**. This allows the motor to start smoothly under heavy load without "shuddering."
39
+
40
+
41
+
42
+---
43
+
44
+#### 3. Connection Setup
45
+A single ESC acts as the "middleman" in your system:
46
+1. **Input:** Connected to your Battery (XT60 or XT90 connectors).
47
+2. **Output:** Three thick wires (Phases A, B, C) connected to the motor.
48
+3. **Control:** A signal wire (PWM/PPM or UART) connected to an Arduino, ESP32, or a remote receiver.
49
+
50
+- [[VESC-dat]]
51
+
52
+---
53
+
54
+### Summary for your 200W Setup:
55
+* **Driver Method:** Use **FOC** for the best torque delivery.
56
+* **Hardware:** A **VESC 4.12** or **Mini VESC** is perfect for 200W.
57
+* **Safety:** Ensure you have a common ground between the ESC and your controller.
58
+
59
+
60
+## ref
61
+
62
+- [[acturator-dat]]
... ...
\ No newline at end of file
Tech-dat/acturator-dat/motor-driver-dat/ESC-dat/VESC-dat/VESC-dat.md
... ...
@@ -0,0 +1,35 @@
1
+
2
+
3
+# VESC-dat
4
+
5
+- [[ESC-dat]] - [[VESC-dat]] - [[motor-driver-dat]] - [[FOC-dat]]
6
+
7
+
8
+**VESC** (Vedder Electronic Speed Controller) is an open-source, professional-grade **Motor Controller** specifically designed for high-performance BLDC (Brushless DC) motors. Unlike standard hobbyist ESCs, it is optimized for **reliability**, **precision**, and **high torque**.
9
+
10
+
11
+
12
+### Why is it the "Pro Choice" for DIY Projects?
13
+
14
+1. **Advanced FOC Support:** It is famous for its **Field Oriented Control (FOC)** implementation, allowing motors to run silently and smoothly even at very low speeds.
15
+2. **Highly Programmable:** Using the **VESC Tool** software, you can adjust almost every parameter, including current limits, voltage cutoffs, and throttle curves.
16
+3. **Regenerative Braking:** It can take the kinetic energy from braking and pump it back into your battery, which is essential for electric scooters or rovers.
17
+4. **Sensored & Sensorless:** It works perfectly with motor Hall sensors for maximum startup torque from a standstill.
18
+
19
+
20
+
21
+---
22
+
23
+### VESC vs. Standard Hobby ESC
24
+
25
+| Feature | Standard ESC (Drone/RC) | VESC |
26
+| :--- | :--- | :--- |
27
+| **Control Method** | Mostly Trapezoidal (Noisy) | **FOC / Vector (Silent)** |
28
+| **Startup Torque** | Weak (Needs a "kick") | **Strong (Smooth start)** |
29
+| **Safety Features** | Minimal | **Temperature & Overcurrent Protection** |
30
+| **Data Logging** | None | **Real-time Telemetry via USB/Bluetooth** |
31
+
32
+
33
+## ref
34
+
35
+
Tech-dat/acturator-dat/motor-driver-dat/motor-BLDC-driver-dat/motor-BLDC-driver-dat.md
... ...
@@ -5,6 +5,10 @@
5 5
6 6
- [[FOC-dat]]
7 7
8
+
9
+- [[ESC-dat]] - [[VESC-dat]] - [[motor-driver-dat]] - [[FOC-dat]]
10
+
11
+
8 12
### FOC (Field Oriented Control) Explained
9 13
10 14
**FOC** is indeed a **driving method** (or algorithm) used by a **Motor Controller** to manage the current going into a BLDC motor. It is also professionally known as **Vector Control**.
Tech-dat/acturator-dat/motor-driver-dat/motor-driver-dat.md
... ...
@@ -9,7 +9,8 @@
9 9
10 10
- [[cable-dat]] - [[conn-cable-terminal-dat]] - [[wire-2-wire-dat]]
11 11
12
-- [[ESC-dat]]
12
+- [[ESC-dat]] - [[VESC-dat]] - [[motor-driver-dat]] - [[FOC-dat]]
13
+
13 14
14 15
- [[BLDC-dat]]
15 16