app-dat/RC-apps-dat/rover-dat/Curiosity-rover-dat/Curiosity-rover-dat.md
... ...
@@ -83,4 +83,37 @@ Curiosity’s chassis is optimized for:
83 83
- stability
84 84
- durability
85 85
- obstacle handling
86
-- accurate scientific operation
... ...
\ No newline at end of file
0
+- accurate scientific operation
1
+
2
+
3
+## gearbox
4
+
5
+### Curiosity Rover Drive System and Differential Gearbox
6
+
7
+#### 1. Drive System Overview
8
+- Curiosity has **6-wheel independent drive**; each wheel has its own motor.
9
+- The wheels are connected via the **rocker-bogie suspension system**, ensuring obstacle climbing and load distribution.
10
+- Wheel motors use **planetary gear reduction boxes** to provide high torque.
11
+
12
+#### 2. Differential Gearbox Function
13
+- In traditional vehicles, a **differential** allows left and right wheels to rotate at different speeds to prevent slipping.
14
+- For Curiosity:
15
+ - Each wheel is **independently driven** → no need for a traditional mechanical differential.
16
+ - **Electronic control** adjusts wheel speed individually, achieving the same effect as a differential.
17
+ - Small internal gears in the motor gearbox may distribute torque and protect the motor.
18
+
19
+#### 3. Summary
20
+- Curiosity does **not have a conventional mechanical differential**; electronic control replaces it.
21
+- **Planetary gearboxes** provide high torque to each wheel.
22
+- Each wheel's speed is independently adjusted based on terrain and suspension.
23
+- For RC or small rover design: **6 independent motors + electronic control** can replace a mechanical differential.
24
+
25
+> Note: This setup allows precise control over each wheel and enables stable motion on uneven terrain.
26
+
27
+
28
+- [[gearbox-dat]]
29
+
30
+
31
+## ref
32
+
33
+- [[rover-dat]] - [[rc-apps-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanism-dat/gearbox-dat.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# gearbox-dat
3
-
4
-![gearbox-dat/2025-09-24-17-12-02.png](gearbox-dat/2025-09-24-17-12-02.png)
... ...
\ No newline at end of file
mechanics-dat/mechanism-dat/gearbox-dat/gearbox-dat.md
... ...
@@ -1,4 +1,7 @@
1 1
2 2
# gearbox-dat
3 3
4
-![](2025-09-24-17-12-02.png)
... ...
\ No newline at end of file
0
+![](2025-09-24-17-12-02.png)
1
+
2
+
3
+- [[gearbox-differential-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanism-dat/gearbox-dat/gearbox-differential-dat/gearbox-differential-dat.md
... ...
@@ -0,0 +1,64 @@
1
+
2
+# gearbox-differential-dat
3
+
4
+
5
+
6
+A **differential gearbox (differential)** is a mechanical device that allows **two output shafts to rotate at different speeds while still transmitting torque**. It is widely used in cars, machinery, and robots.
7
+
8
+---
9
+
10
+### 1. Basic Concept
11
+
12
+- **Function**:
13
+ - When a vehicle turns, the left and right wheels travel different distances and must rotate at different speeds.
14
+ - The differential allows the wheels to spin at different speeds while still transmitting power.
15
+
16
+- **Why it's needed**:
17
+ - Without a differential, wheels would slip, skid, or wear out faster during turns.
18
+
19
+---
20
+
21
+### 2. Working Principle (Simplified)
22
+
23
+A differential typically has **three main parts**:
24
+
25
+1. **Input / Pinion Gear**: Connects to the engine or motor to transmit power.
26
+2. **Planetary / Spider Gears**: Allow the two output shafts to rotate at different speeds.
27
+3. **Output Shafts / Side Gears**: Connect to the left and right wheels.
28
+
29
+- **When turning**:
30
+ - The inner wheel rotates slower, the outer wheel rotates faster.
31
+ - The differential automatically adjusts the speed difference between the wheels.
32
+
33
+---
34
+
35
+### 3. Types of Differentials
36
+
37
+| Type | Features | Application |
38
+|------|----------|-------------|
39
+| Open Differential | Basic type, allows free differential | Standard cars, light vehicles |
40
+| Limited Slip Differential (LSD) | Limits differential when slipping occurs | Off-road vehicles, racing cars |
41
+| Torsen / Planetary Differential | Automatically distributes torque | High-performance cars, AWD vehicles |
42
+| Electronic Differential | Torque distribution controlled electronically | Modern cars, robots |
43
+
44
+---
45
+
46
+### 4. Use in Robots or Small Vehicles
47
+
48
+- For **4-wheel or 6-wheel independently driven robots**:
49
+ - **Electronic differential** can replace mechanical differential.
50
+ - Each wheel can be controlled individually to achieve smooth turning.
51
+
52
+---
53
+
54
+### ✅ Summary
55
+
56
+A differential gearbox is a device that **allows wheels to spin at different speeds while transmitting power**.
57
+- Essential for **turning and preventing wheel slip**.
58
+- Types include **open, limited-slip, Torsen, and electronic differential**.
59
+- In independent motor systems, **software control can replace mechanical differentials**.
60
+
61
+
62
+## ref
63
+
64
+- [[gearbox-dat]]
... ...
\ No newline at end of file