battery-dat/battery-capacity-dat/battery-capacity-dat.md
... ...
@@ -5,6 +5,51 @@
5 5
- [[18650-dat]] - [[26650-dat]]
6 6
7 7
8
+# Understanding "One Kilowatt-Hour" (1 kWh) vs "Ampere-Hour" (Ah)
9
+
10
+The terms **"One kilowatt-hour" (一度电)** and **"Ampere-hour" (Ah)** belong to different physical dimensions. They **cannot be converted directly** without knowing the operational **Voltage (V)** of the system.
11
+
12
+* **Kilowatt-hour (kWh):** This is a unit of **Energy (Electrical Work)**. It represents the total amount of electricity consumed by a 1000-watt appliance running for exactly 1 hour. (Note: 1 kWh = 1000 Wh).
13
+* **Ampere-hour (Ah):** This is a unit of **Battery Capacity (Electric Charge)**. It indicates how much current a battery can deliver continuously for 1 hour.
14
+
15
+The formula linking these two units is defined by Ohm's Law and electrical power equations:
16
+
17
+Capacity (Ah) = Energy (Wh) / Voltage (V)
18
+
19
+---
20
+
21
+## 1. Calculation for Your 20S LFP Battery Pack
22
+
23
+Since you are assembling a **20-Series (20S) Lithium Iron Phosphate (LFP)** battery pack, we can calculate exactly how many Ampere-hours equal "one kilowatt-hour" of energy for your specific setup:
24
+
25
+* **Nominal Cell Voltage:** 3.2 V
26
+* **Total Pack Voltage (20S):** 3.2 V * 20 = 64 V
27
+* **Conversion Calculation:**
28
+ Capacity = 1000 Wh / 64 V = 15.63 Ah
29
+
30
+**Conclusion:** For your custom 64V battery pack, **1 kWh (一度电) is equivalent to approximately 15.63 Ah**.
31
+
32
+---
33
+
34
+## 2. Reference Table Across Different Voltage Systems
35
+
36
+Because voltage acts as the multiplier, 1 kWh of energy translates to vastly different Ah ratings depending on the device or vehicle platform:
37
+
38
+| Device / Vehicle Type | Nominal Voltage (V) | Equivalent Ah for 1 kWh (一度电) |
39
+| :------------------------ | :------------------- | :-------------------------------------- |
40
+| **Smartphone Power Bank** | 3.7 V (汇单一锂电池) | 1000 / 3.7 = 270.27 Ah (or 270,270 mAh) |
41
+| **Car Starter Battery** | 12 V (标准铅酸电池) | 1000 / 12 = 83.33 Ah |
42
+| **Electric Motorcycle** | 72 V (高功率电摩) | 1000 / 72 = 13.89 Ah |
43
+| **Electric Vehicle (EV)** | 400 V (标准电车平台) | 1000 / 400 = 2.5 Ah |
44
+
45
+
46
+
47
+## Summary for Your Project
48
+
49
+To find out how many Ampere-hours you need for any targeted energy storage level, simply divide your target Watt-hours (Wh) by your operating voltage (64 V).
50
+
51
+Since you are configuring a 20S2P array, what is the rated Ah capacity of the individual 3.2V LFP cells you plan to use?
52
+
8 53
9 54
10 55
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/NCA-dat/NCA-dat.md
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/NCM-dat/NCM-dat.md
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/Ternary-Lithium-Battery-dat/Ternary-Lithium-Battery-dat.md
... ...
@@ -1,61 +0,0 @@
1
-
2
-# Ternary-Lithium-Battery-dat.md (NCM/NCA)
3
-
4
-
5
-Ternary lithium batteries (**NCM or NCA**) are a type of **lithium-ion battery** that use **Nickel (Ni), Cobalt (Co), and Manganese (Mn) or Aluminum (Al)** as the primary cathode materials. They are widely used in **electric vehicles (EVs), power tools, and consumer electronics** due to their **high energy density and long cycle life**.
6
-
7
----
8
-
9
-## **Features of Ternary Lithium Batteries**
10
-1. **High Energy Density**
11
- - Higher than lithium iron phosphate (LFP) batteries, providing longer driving ranges.
12
-2. **Excellent Charge/Discharge Performance**
13
- - Supports high-power charging and discharging, making fast charging possible.
14
-3. **Better Low-Temperature Performance**
15
- - Performs better than LFP batteries in cold environments.
16
-4. **Shorter Cycle Life**
17
- - Typically **1,000–2,000 cycles**, compared to **4,000+ cycles for LFP batteries**.
18
-5. **Lower Safety**
19
- - **More prone to thermal runaway**, requiring advanced battery management systems (BMS) and cooling solutions.
20
-6. **Higher Cost**
21
- - **Cobalt is expensive and scarce**, increasing production costs.
22
-
23
----
24
-
25
-## **Comparison: NCM vs. NCA**
26
-| Type | Main Composition | Energy Density | Cycle Life | Cost | Safety | Main Applications |
27
-|-------|-----------------|---------------|-----------|------|------|----------------|
28
-| **NCM** (Nickel-Cobalt-Manganese) | Ni, Co, Mn | High | Medium | High | Medium | Passenger EVs, power tools |
29
-| **NCA** (Nickel-Cobalt-Aluminum) | Ni, Co, Al | Higher | Slightly lower | Higher | Lower | Tesla EVs |
30
-
31
-- **NCM batteries** offer a balanced performance.
32
-- **NCA batteries** provide the highest energy density but are more prone to overheating. Tesla primarily uses NCA batteries.
33
-
34
----
35
-
36
-## **Ternary Lithium vs. Lithium Iron Phosphate (LFP)**
37
-| Feature | Ternary Lithium (NCM/NCA) | Lithium Iron Phosphate (LFP) |
38
-|----------|----------------------|----------------------|
39
-| **Energy Density** | High (200–300Wh/kg) | Low (140–180Wh/kg) |
40
-| **Cycle Life** | 1,000–2,000 cycles | 4,000–8,000 cycles |
41
-| **Safety** | Lower, prone to thermal runaway | High, stable at high temperatures |
42
-| **Low-Temperature Performance** | Good, operates at -20°C | Poor, significant capacity loss in cold weather |
43
-| **Cost** | High (due to expensive cobalt & nickel) | Lower (cobalt-free, cheaper materials) |
44
-| **Applications** | High-end EVs, consumer electronics | Budget EVs, energy storage |
45
-
46
----
47
-
48
-## **Applications of Ternary Lithium Batteries**
49
-1. **Electric Vehicles (EVs)**
50
- - Used by **Tesla (NCA), BYD, NIO, XPeng, Li Auto**, and other manufacturers.
51
-2. **Power Tools**
52
- - Common in **electric drills, saws, and screwdrivers** that require high power.
53
-3. **Consumer Electronics**
54
- - Found in **smartphones, laptops, and tablets**.
55
-
56
----
57
-
58
-## **Future Trends**
59
-- **High-Nickel Batteries** (Reducing cobalt to lower costs, e.g., NCM811)
60
-- **Solid-State Batteries** (Improving safety and energy density)
61
-- **Recycling and Sustainability** (Reducing environmental impact)
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-51-46.png
... ...
Binary files /dev/null and b/battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-51-46.png differ
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-54-18.png
... ...
Binary files /dev/null and b/battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-54-18.png differ
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-55-05.png
... ...
Binary files /dev/null and b/battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/2026-05-16-01-55-05.png differ
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-20S-dat/battery-LFP-20S-dat.md
... ...
@@ -0,0 +1,23 @@
1
+
2
+
3
+# battery-LFP-20S-dat
4
+
5
+- [[battery-volumn-dat]]
6
+
7
+- [[battery-LFP-20S-dat]] - [[battery-LFP-pack-dat]]
8
+
9
+## 20S2P
10
+
11
+![](2026-05-16-01-54-18.png)
12
+
13
+![](2026-05-16-01-55-05.png)
14
+
15
+## protector
16
+
17
+![](2026-05-16-01-51-46.png)
18
+
19
+
20
+## ref
21
+
22
+
23
+
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-dat.md
... ...
@@ -1,6 +1,11 @@
1 1
2 2
# battery-LFP-dat
3 3
4
+
5
+- [[battery-NCM-NCA-dat]] - [[battery-LFP-dat]]
6
+
7
+- [[battery-pack-dat]]
8
+
4 9
- [[blade-battery-dat]]
5 10
6 11
- [[32650-dat]] - [[battery-LFP-dat]]
... ...
@@ -10,6 +15,9 @@
10 15
legacy wiki page == https://www.electrodragon.com/w/LFP_Battery
11 16
12 17
18
+这种电池通常被称为“铁锂”。它的正极材料使用的是磷酸铁锂。
19
+
20
+
13 21
## LFP charger
14 22
15 23
- [[TP5000-dat]] - [[TP-dat]]
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-LFP-dat/battery-LFP-pack-dat/battery-LFP-pack-dat.md
... ...
@@ -0,0 +1,5 @@
1
+
2
+
3
+# battery-LFP-pack-dat
4
+
5
+- [[battery-LFP-20S-dat]] - [[battery-LFP-pack-dat]]
... ...
\ No newline at end of file
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-NCM-NCA-dat/NCA-dat/NCA-dat.md
... ...
@@ -0,0 +1,6 @@
1
+
2
+
3
+# NCA-dat
4
+
5
+镍(Nickel)、钴(Cobalt)、铝(Aluminium)
6
+
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-NCM-NCA-dat/NCM-dat/NCM-dat.md
... ...
@@ -0,0 +1,5 @@
1
+
2
+
3
+# NCM-dat
4
+
5
+镍(Nickel)、钴(Cobalt)、锰(Manganese)
... ...
\ No newline at end of file
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-NCM-NCA-dat/Ternary-Lithium-Battery-dat/Ternary-Lithium-Battery-dat.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+
3
+# Ternary-Lithium-Battery-dat
4
+
5
+
6
+- [[NCM-dat]] - [[NCA-dat]] - [[battery-NCM-NCA-dat]] - [[Ternary-Lithium-Battery-dat]]
7
+
8
+
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/battery-NCM-NCA-dat/battery-NCM-NCA-dat.md
... ...
@@ -0,0 +1,81 @@
1
+
2
+
3
+# battery-NCM-NCA-dat
4
+
5
+- [[NCM-dat]] - [[NCA-dat]] - [[battery-NCM-NCA-dat]] - [[Ternary-Lithium-Battery-dat]] - [[battery-LFP-dat]]
6
+
7
+Ternary Lithium (NCM / NCA)
8
+
9
+**Ternary batteries** use a combination of Nickel, Cobalt, and Manganese (or Aluminium) for the cathode.
10
+
11
+* **High Energy Density:** These batteries are **lighter and smaller** for the same capacity. For a 4-servo robot where weight is a critical factor for mobility, this is a major advantage.
12
+* **High Voltage & Power:** The nominal voltage is **3.7V** (charging up to 4.2V). This higher voltage allows servos to provide more torque and higher speeds.
13
+* **Better Cold Resistance:** They maintain efficiency much better than LFP in cold environments.
14
+* **Drawbacks:** They have lower thermal stability (higher fire risk if damaged) and a shorter cycle life, typically between **800 and 1,500 cycles**.
15
+
16
+
17
+# Ternary-Lithium-Battery-dat.md (NCM/NCA)
18
+
19
+
20
+Ternary lithium batteries (**NCM or NCA**) are a type of **lithium-ion battery** that use **Nickel (Ni), Cobalt (Co), and Manganese (Mn) or Aluminum (Al)** as the primary cathode materials. They are widely used in **electric vehicles (EVs), power tools, and consumer electronics** due to their **high energy density and long cycle life**.
21
+
22
+---
23
+
24
+## **Features of Ternary Lithium Batteries**
25
+1. **High Energy Density**
26
+ - Higher than lithium iron phosphate (LFP) batteries, providing longer driving ranges.
27
+2. **Excellent Charge/Discharge Performance**
28
+ - Supports high-power charging and discharging, making fast charging possible.
29
+3. **Better Low-Temperature Performance**
30
+ - Performs better than LFP batteries in cold environments.
31
+4. **Shorter Cycle Life**
32
+ - Typically **1,000–2,000 cycles**, compared to **4,000+ cycles for LFP batteries**.
33
+5. **Lower Safety**
34
+ - **More prone to thermal runaway**, requiring advanced battery management systems (BMS) and cooling solutions.
35
+6. **Higher Cost**
36
+ - **Cobalt is expensive and scarce**, increasing production costs.
37
+
38
+---
39
+
40
+## **Comparison: NCM vs. NCA**
41
+| Type | Main Composition | Energy Density | Cycle Life | Cost | Safety | Main Applications |
42
+|-------|-----------------|---------------|-----------|------|------|----------------|
43
+| **NCM** (Nickel-Cobalt-Manganese) | Ni, Co, Mn | High | Medium | High | Medium | Passenger EVs, power tools |
44
+| **NCA** (Nickel-Cobalt-Aluminum) | Ni, Co, Al | Higher | Slightly lower | Higher | Lower | Tesla EVs |
45
+
46
+- **NCM batteries** offer a balanced performance.
47
+- **NCA batteries** provide the highest energy density but are more prone to overheating. Tesla primarily uses NCA batteries.
48
+
49
+---
50
+
51
+## **Ternary Lithium vs. Lithium Iron Phosphate (LFP)**
52
+| Feature | Ternary Lithium (NCM/NCA) | Lithium Iron Phosphate (LFP) |
53
+|----------|----------------------|----------------------|
54
+| **Energy Density** | High (200–300Wh/kg) | Low (140–180Wh/kg) |
55
+| **Cycle Life** | 1,000–2,000 cycles | 4,000–8,000 cycles |
56
+| **Safety** | Lower, prone to thermal runaway | High, stable at high temperatures |
57
+| **Low-Temperature Performance** | Good, operates at -20°C | Poor, significant capacity loss in cold weather |
58
+| **Cost** | High (due to expensive cobalt & nickel) | Lower (cobalt-free, cheaper materials) |
59
+| **Applications** | High-end EVs, consumer electronics | Budget EVs, energy storage |
60
+
61
+---
62
+
63
+## **Applications of Ternary Lithium Batteries**
64
+1. **Electric Vehicles (EVs)**
65
+ - Used by **Tesla (NCA), BYD, NIO, XPeng, Li Auto**, and other manufacturers.
66
+2. **Power Tools**
67
+ - Common in **electric drills, saws, and screwdrivers** that require high power.
68
+3. **Consumer Electronics**
69
+ - Found in **smartphones, laptops, and tablets**.
70
+
71
+---
72
+
73
+## **Future Trends**
74
+- **High-Nickel Batteries** (Reducing cobalt to lower costs, e.g., NCM811)
75
+- **Solid-State Batteries** (Improving safety and energy density)
76
+- **Recycling and Sustainability** (Reducing environmental impact)
77
+
78
+
79
+
80
+## ref
81
+
battery-dat/battery-rechargerable-dat/battery-li-dat/li-battery-material-dat/li-battery-material-dat.md
... ...
@@ -1,7 +1,35 @@
1 1
2 2
# li-battery-material-dat
3 3
4
-- [[LFP-dat]] - [[NCA-dat]] - [[NCM-dat]]
4
+- [[battery-LFP-dat]]
5 5
6
+- [[battery-NCM-NCA-dat]]
7
+-
8
+
9
+
10
+
11
+- [[NCA-dat]] - [[NCM-dat]]
12
+
13
+
14
+- [[lithium-battery-dat]]
15
+
16
+
17
+
18
+
19
+## LFP vs ternary lithium batteries.
20
+
21
+Technical Summary Table
22
+
23
+| Feature | Lithium Iron Phosphate (LFP) | Ternary Lithium (NCM) |
24
+| :--- | :--- | :--- |
25
+| **Nominal Cell Voltage** | 3.2V | 3.7V |
26
+| **Cycle Life** | 2000 - 5000 times | 800 - 1500 times |
27
+| **Energy Density** | Lower (Heavier) | High (Lighter) |
28
+| **Safety** | Excellent (Stable) | Average (Thermal runaway risk) |
29
+| **High Temp Resistance** | Excellent | Average |
30
+
31
+
32
+
33
+
34
+## ref
6 35
7
-- [[lithium-battery-dat]]
... ...
\ No newline at end of file