@jjlmoya/utils-drones 1.20.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/index.ts +14 -6
- package/src/category/seo.astro +1 -1
- package/src/entries.ts +13 -1
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/drone-battery-c-rating-calculator/bibliography.astro +17 -0
- package/src/tool/drone-battery-c-rating-calculator/bibliography.ts +16 -0
- package/src/tool/drone-battery-c-rating-calculator/component.astro +192 -0
- package/src/tool/drone-battery-c-rating-calculator/controller.ts +225 -0
- package/src/tool/drone-battery-c-rating-calculator/dom-views.ts +119 -0
- package/src/tool/drone-battery-c-rating-calculator/drone-battery-c-rating-calculator.css +300 -0
- package/src/tool/drone-battery-c-rating-calculator/entry.ts +27 -0
- package/src/tool/drone-battery-c-rating-calculator/evaluator.ts +37 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/de.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/en.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/es.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/fr.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/id.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/it.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/ja.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/ko.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/nl.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/pl.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/pt.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/ru.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/sv.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/tr.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/i18n/zh.ts +192 -0
- package/src/tool/drone-battery-c-rating-calculator/index.ts +10 -0
- package/src/tool/drone-battery-c-rating-calculator/logic.test.ts +84 -0
- package/src/tool/drone-battery-c-rating-calculator/logic.ts +112 -0
- package/src/tool/drone-battery-c-rating-calculator/seo.astro +16 -0
- package/src/tool/drone-battery-c-rating-calculator/storage.ts +19 -0
- package/src/tool/drone-battery-c-rating-calculator/ui.ts +43 -0
- package/src/tools.ts +3 -1
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import type { DroneBatteryCRatingCalculatorLocaleContent } from '../entry';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
import type { SEOSection } from '../../../types';
|
|
4
|
+
import { BIBLIOGRAPHY_ITEMS } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'drone-battery-c-rating-calculator';
|
|
7
|
+
const title = 'Drone LiPo Battery C Rating and Continuous Discharge Calculator';
|
|
8
|
+
const description = 'Calculate continuous discharge current, realistic C rating, voltage sag, and flight safety for drone LiPo batteries based on internal resistance and quadcopter motor draw.';
|
|
9
|
+
|
|
10
|
+
const ui = {
|
|
11
|
+
title: 'Drone LiPo Battery C Rating Calculator',
|
|
12
|
+
subtitle: 'Analyze realistic continuous discharge, burst requirements, and voltage sag for quadcopters',
|
|
13
|
+
lipoSpecsHeader: 'Battery Specifications',
|
|
14
|
+
capacityLabel: 'Capacity (mAh)',
|
|
15
|
+
claimedCRatingLabel: 'Claimed C Rating',
|
|
16
|
+
cellCountLabel: 'Cell Count (Series)',
|
|
17
|
+
chemistryLabel: 'Battery Chemistry',
|
|
18
|
+
internalResistanceLabel: 'Internal Resistance per Cell (mΩ)',
|
|
19
|
+
quadSpecsHeader: 'Quadcopter Power Draw',
|
|
20
|
+
motorCountLabel: 'Motor Count',
|
|
21
|
+
peakMotorCurrentLabel: 'Peak Motor Current (Amps)',
|
|
22
|
+
auxCurrentLabel: 'Auxiliary Draw (VTX, FC, Cam) (Amps)',
|
|
23
|
+
presetSelectLabel: 'Quick Setup Presets',
|
|
24
|
+
customPreset: 'Custom Setup',
|
|
25
|
+
whoopPreset: '1S TinyWhoop',
|
|
26
|
+
freestyle5Preset: '6S 5-Inch Freestyle',
|
|
27
|
+
cinewhoopPreset: '4S 3-Inch CineWhoop',
|
|
28
|
+
longRange7Preset: '6S 7-Inch Long Range',
|
|
29
|
+
racing5Preset: '6S 5-Inch Racing',
|
|
30
|
+
resultsHeader: 'Power and Performance Analysis',
|
|
31
|
+
claimedMaxCurrentLabel: 'Claimed Max Current',
|
|
32
|
+
realisticCRatingLabel: 'Realistic Continuous C Rating',
|
|
33
|
+
realisticMaxCurrentLabel: 'Realistic Continuous Current',
|
|
34
|
+
totalPeakDrawLabel: 'Total Peak Power Draw',
|
|
35
|
+
voltageSagLabel: 'Estimated Voltage Sag',
|
|
36
|
+
sagNominalVoltageLabel: 'Nominal Voltage Under Load',
|
|
37
|
+
flightTimeFullThrottleLabel: 'Full Throttle Runtime',
|
|
38
|
+
flightTimeHoverLabel: 'Estimated Hover Runtime',
|
|
39
|
+
safetyStatusLabel: 'Battery Safety Rating',
|
|
40
|
+
statusOptimalTitle: 'Safe and Optimal Battery Match',
|
|
41
|
+
statusOptimalDesc: 'Your battery can comfortably supply peak current with minimal heat generation and minimal voltage sag. Extended cell lifespan expected.',
|
|
42
|
+
statusWarningTitle: 'Moderate Thermal and Voltage Stress',
|
|
43
|
+
statusWarningDesc: 'Peak current draw is close to the realistic battery limit. Expect noticeable voltage sag under full throttle punches.',
|
|
44
|
+
statusDangerTitle: 'High Overcurrent and Sag Risk',
|
|
45
|
+
statusDangerDesc: 'Quadcopter peak draw exceeds realistic battery capabilities. High risk of heavy voltage sag, cell overheating, and premature battery degradation.',
|
|
46
|
+
lipoVisualizerTitle: 'Live LiPo Status Visualizer',
|
|
47
|
+
cellVoltageLabel: 'Cell Voltage',
|
|
48
|
+
batteryHealthLabel: 'Battery Stress Status',
|
|
49
|
+
burstRatingRequiredLabel: 'Required Burst C Rating',
|
|
50
|
+
currentRatioLabel: 'Power Margin Load Ratio',
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const faqItems = [
|
|
54
|
+
{
|
|
55
|
+
question: 'What is C rating in drone LiPo batteries?',
|
|
56
|
+
answer: 'The C rating represents the maximum continuous discharge rate relative to the battery capacity. For example, a 1500mAh battery rated at 100C can theoretically supply 150 Amps.',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
question: 'Why is claimed C rating often higher than actual performance?',
|
|
60
|
+
answer: 'Manufacturers frequently advertise burst or marketing C ratings measured under non-repeatable conditions. Actual continuous output depends heavily on internal resistance per cell.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'How does internal resistance affect voltage sag and heat?',
|
|
64
|
+
answer: 'Higher internal resistance acts as an unwanted resistor inside each cell. Under heavy current draw, this resistance causes voltage drop (sag) and dissipates heat, reducing power efficiency.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'How can I prevent voltage sag during freestyle maneuvers?',
|
|
68
|
+
answer: 'Use high-quality low-IR cells, select an appropriate C rating margin of at least 15 percent above peak quadcopter draw, and avoid flying below 3.5V per cell at rest.',
|
|
69
|
+
},
|
|
70
|
+
];
|
|
71
|
+
|
|
72
|
+
const howToSteps = [
|
|
73
|
+
{
|
|
74
|
+
name: 'Select Preset or Enter Battery Specifications',
|
|
75
|
+
text: 'Input the battery capacity in mAh, claimed C rating, cell series count, and average internal resistance per cell.',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Configure Quadcopter Power Draw',
|
|
79
|
+
text: 'Enter the number of motors, maximum per-motor current draw at full throttle, and auxiliary system consumption.',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'Review Safety Status and Realistic Amperage',
|
|
83
|
+
text: 'Compare the realistic continuous amperage against the quadcopter peak current draw to verify safe operation.',
|
|
84
|
+
},
|
|
85
|
+
];
|
|
86
|
+
|
|
87
|
+
const seoSections: SEOSection[] = [
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Understanding Drone LiPo C Rating and Real Power Output',
|
|
91
|
+
level: 2,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: 'Choosing the correct LiPo battery for an FPV drone or RC aircraft requires understanding the relationship between battery capacity, C rating, and motor current consumption. While battery manufacturers frequently state C ratings of 100C or 150C, real-world continuous discharge capabilities are bounded by internal resistance and thermal dissipation limits. This calculator evaluates realistic continuous discharge amperage, providing drone pilots with accurate power headroom predictions.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Comparison of RC Battery Chemistries',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'table',
|
|
104
|
+
headers: ['Chemistry', 'Nominal V', 'Max Cell V', 'Energy Density', 'Peak Discharge', 'Best Use Case'],
|
|
105
|
+
rows: [
|
|
106
|
+
['LiPo (Standard)', '3.7V', '4.20V', 'High', '100C - 150C', '5-Inch Freestyle and Racing FPV'],
|
|
107
|
+
['LiHV (High Voltage)', '3.8V', '4.35V', 'Very High', '80C - 120C', 'TinyWhoops and Micro Quads'],
|
|
108
|
+
['Li-Ion (18650/21700)', '3.6V', '4.20V', 'Maximum', '15C - 35C', '7-Inch Long Range Endurance'],
|
|
109
|
+
['LiFePO4', '3.3V', '3.65V', 'Moderate', '30C - 50C', 'Ground Stations and Field Chargers'],
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'title',
|
|
114
|
+
text: 'Impact of Voltage Sag and Internal Resistance on Quadcopter Performance',
|
|
115
|
+
level: 2,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: 'Voltage sag is the sudden drop in battery voltage experienced under heavy throttle acceleration. As current passes through the internal resistance of each cell, energy is converted into heat instead of thrust. A battery with higher internal resistance will suffer severe sag, triggering low voltage warnings on the FPV OSD telemetric display even when battery capacity remains high. Monitoring cell resistance in milliohms is essential for diagnosing aging or degraded LiPo packs.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'list',
|
|
123
|
+
items: [
|
|
124
|
+
'Low Internal Resistance (1-4 mΩ per cell): Excellent punch, minimal sag, cool running temperatures.',
|
|
125
|
+
'Moderate Internal Resistance (5-10 mΩ per cell): Standard freestyle performance, slight sag under full throttle.',
|
|
126
|
+
'High Internal Resistance (>12 mΩ per cell): Noticeable power loss, severe sag, battery gets hot quickly.',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Optimizing Battery Selection for Freestyle Racing and Long Range Drones',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: 'Different quadcopter flight styles impose vastly different discharge requirements on LiPo cells. 5-inch FPV freestyle and racing rigs produce short, high-intensity current spikes exceeding 120 Amps total draw. In contrast, 7-inch long-range endurance drones rely on steady, low-amperage cruise profiles where energy density and battery weight take priority. Utilizing this calculator ensures that your power train matches your battery specs perfectly, extending pack life and preventing unexpected mid-air brownouts.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'tip',
|
|
140
|
+
title: 'LiPo Storage and Maintenance Guidelines',
|
|
141
|
+
html: 'Always store your LiPo batteries at 3.80V to 3.85V per cell when not in use. Leaving packs fully charged for more than 48 hours permanently increases internal resistance, degrades capacity, and reduces peak discharge performance.',
|
|
142
|
+
},
|
|
143
|
+
];
|
|
144
|
+
|
|
145
|
+
const schemas: DroneBatteryCRatingCalculatorLocaleContent['schemas'] = [
|
|
146
|
+
{
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'FAQPage',
|
|
149
|
+
mainEntity: faqItems.map((item) => ({
|
|
150
|
+
'@type': 'Question',
|
|
151
|
+
name: item.question,
|
|
152
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
153
|
+
})),
|
|
154
|
+
} as WithContext<FAQPage>,
|
|
155
|
+
{
|
|
156
|
+
'@context': 'https://schema.org',
|
|
157
|
+
'@type': 'HowTo',
|
|
158
|
+
name: title,
|
|
159
|
+
description,
|
|
160
|
+
step: howToSteps.map((s, index) => ({
|
|
161
|
+
'@type': 'HowToStep',
|
|
162
|
+
position: index + 1,
|
|
163
|
+
name: s.name,
|
|
164
|
+
text: s.text,
|
|
165
|
+
})),
|
|
166
|
+
} as WithContext<HowTo>,
|
|
167
|
+
{
|
|
168
|
+
'@context': 'https://schema.org',
|
|
169
|
+
'@type': 'SoftwareApplication',
|
|
170
|
+
name: title,
|
|
171
|
+
description,
|
|
172
|
+
applicationCategory: 'UtilityApplication',
|
|
173
|
+
operatingSystem: 'All',
|
|
174
|
+
offers: {
|
|
175
|
+
'@type': 'Offer',
|
|
176
|
+
price: '0',
|
|
177
|
+
priceCurrency: 'USD',
|
|
178
|
+
},
|
|
179
|
+
} as WithContext<SoftwareApplication>,
|
|
180
|
+
];
|
|
181
|
+
|
|
182
|
+
export const content: DroneBatteryCRatingCalculatorLocaleContent = {
|
|
183
|
+
slug,
|
|
184
|
+
title,
|
|
185
|
+
description,
|
|
186
|
+
ui,
|
|
187
|
+
seo: seoSections,
|
|
188
|
+
faq: faqItems,
|
|
189
|
+
howTo: howToSteps,
|
|
190
|
+
bibliography: BIBLIOGRAPHY_ITEMS,
|
|
191
|
+
schemas,
|
|
192
|
+
};
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import type { DroneBatteryCRatingCalculatorLocaleContent } from '../entry';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
import type { SEOSection } from '../../../types';
|
|
4
|
+
import { BIBLIOGRAPHY_ITEMS } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculadora-tasa-c-bateria-lipo-dron';
|
|
7
|
+
const title = 'Calculadora de Tasa C de Bateria LiPo y Descarga Continua para Drones';
|
|
8
|
+
const description = 'Calcula la corriente de descarga continua real, tasa C realista, sag de voltaje y seguridad de vuelo para baterias LiPo de drones basandote en la resistencia interna y consumo de motores.';
|
|
9
|
+
|
|
10
|
+
const ui = {
|
|
11
|
+
title: 'Calculadora de Tasa C de Bateria LiPo para Drones',
|
|
12
|
+
subtitle: 'Analiza la descarga continua real, exigencia de burst y sag de voltaje para multirotores',
|
|
13
|
+
lipoSpecsHeader: 'Especificaciones de la Bateria',
|
|
14
|
+
capacityLabel: 'Capacidad (mAh)',
|
|
15
|
+
claimedCRatingLabel: 'Tasa C Anunciada',
|
|
16
|
+
cellCountLabel: 'Numero de Celdas (Serie)',
|
|
17
|
+
chemistryLabel: 'Quimica de la Bateria',
|
|
18
|
+
internalResistanceLabel: 'Resistencia Interna por Celda (mΩ)',
|
|
19
|
+
quadSpecsHeader: 'Consumo del Dron',
|
|
20
|
+
motorCountLabel: 'Numero de Motores',
|
|
21
|
+
peakMotorCurrentLabel: 'Corriente Pico por Motor (Amperios)',
|
|
22
|
+
auxCurrentLabel: 'Consumo Auxiliar (VTX, FC, Camara) (Amperios)',
|
|
23
|
+
presetSelectLabel: 'Ajustes Rapidos',
|
|
24
|
+
customPreset: 'Personalizado',
|
|
25
|
+
whoopPreset: '1S TinyWhoop',
|
|
26
|
+
freestyle5Preset: '6S Freestyle 5 Pulgadas',
|
|
27
|
+
cinewhoopPreset: '4S CineWhoop 3 Pulgadas',
|
|
28
|
+
longRange7Preset: '6S Long Range 7 Pulgadas',
|
|
29
|
+
racing5Preset: '6S Carreras 5 Pulgadas',
|
|
30
|
+
resultsHeader: 'Analisis de Rendimiento y Potencia',
|
|
31
|
+
claimedMaxCurrentLabel: 'Corriente Maxima Anunciada',
|
|
32
|
+
realisticCRatingLabel: 'Tasa C Continua Realista',
|
|
33
|
+
realisticMaxCurrentLabel: 'Corriente Continua Realista',
|
|
34
|
+
totalPeakDrawLabel: 'Consumo Pico Total',
|
|
35
|
+
voltageSagLabel: 'Caida de Tencion Estimada',
|
|
36
|
+
sagNominalVoltageLabel: 'Voltaje Nominal Bajo Carga',
|
|
37
|
+
flightTimeFullThrottleLabel: 'Autonomia a Acelerador Maximo',
|
|
38
|
+
flightTimeHoverLabel: 'Autonomia Estimada en Estacionario',
|
|
39
|
+
safetyStatusLabel: 'Diagnostico de Seguridad',
|
|
40
|
+
statusOptimalTitle: 'Bateria Segura y Optima',
|
|
41
|
+
statusOptimalDesc: 'La bateria suministra la corriente pico holgadamente sin sobrecalentamiento ni sag excesivo. Se garantiza una larga vida util de las celdas.',
|
|
42
|
+
statusWarningTitle: 'Estres Termico y de Voltaje Moderado',
|
|
43
|
+
statusWarningDesc: 'El consumo pico esta cerca del limite real de la bateria. Espera cierta caida de voltaje en aceleraciones bruscas.',
|
|
44
|
+
statusDangerTitle: 'Alto Riesgo de Sobrecarga y Sag de Voltaje',
|
|
45
|
+
statusDangerDesc: 'El consumo pico supera la capacidad real de la bateria. Alto riesgo de sobrecalentamiento, caida severa de voltaje y degradacion prematura.',
|
|
46
|
+
lipoVisualizerTitle: 'Visualizador de Estado LiPo en Tiempo Real',
|
|
47
|
+
cellVoltageLabel: 'Voltaje por Celda',
|
|
48
|
+
batteryHealthLabel: 'Estres de Bateria',
|
|
49
|
+
burstRatingRequiredLabel: 'Tasa C de Burst Requerida',
|
|
50
|
+
currentRatioLabel: 'Relacion de Carga de Potencia',
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const faqItems = [
|
|
54
|
+
{
|
|
55
|
+
question: '¿Que es la tasa C en una bateria LiPo de dron?',
|
|
56
|
+
answer: 'La tasa C representa la velocidad maxima de descarga continua en relacion con la capacidad de la bateria. Por ejemplo, una bateria de 1500mAh con 100C puede entregar teoricamente 150 Amperios.',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
question: '¿Por que la tasa C anunciada suele ser superior a la real?',
|
|
60
|
+
answer: 'Los fabricantes suelen publicitar tasas de ráfaga o valores de marketing. La descarga continua real depende directamente de la resistencia interna de cada celda.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: '¿Como afecta la resistencia interna al sag de voltaje y al calor?',
|
|
64
|
+
answer: 'Una alta resistencia interna actua como un resistor indeseado en la celda. Al exigir alta corriente, esta resistencia provoca una caida de voltaje abrupta y disipa calor excesivo.',
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: '¿Como puedo evitar el sag de voltaje durante vuelos de freestyle?',
|
|
68
|
+
answer: 'Utiliza celdas de baja resistencia interna, selecciona un margen de seguridad de al menos el 15 por ciento sobre el consumo pico y no vueles por debajo de 3.5V por celda en reposo.',
|
|
69
|
+
},
|
|
70
|
+
];
|
|
71
|
+
|
|
72
|
+
const howToSteps = [
|
|
73
|
+
{
|
|
74
|
+
name: 'Seleccionar Ajuste Rapido o Introducir Datos de Bateria',
|
|
75
|
+
text: 'Ingresa la capacidad en mAh, la tasa C anunciada, el numero de celdas en serie y la resistencia interna promedio por celda.',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Configurar el Consumo de Motores y Electronica',
|
|
79
|
+
text: 'Especifica la cantidad de motores, la corriente pico por motor a maximo acelerador y el consumo de componentes auxiliares.',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'Revisar el Diagnostico de Seguridad y Amperaje Real',
|
|
83
|
+
text: 'Compara la corriente continua realista calculada con el consumo pico del dron para asegurar un vuelo estable sin riesgo de degradacion.',
|
|
84
|
+
},
|
|
85
|
+
];
|
|
86
|
+
|
|
87
|
+
const seoSections: SEOSection[] = [
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comprendiendo la Tasa C y la Entrega Real de Potencia en Baterias LiPo',
|
|
91
|
+
level: 2,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: 'Elegir la bateria LiPo adecuada para un dron FPV requiere relacionar la capacidad de la bateria, la tasa C y el consumo amperico de los motores. Aunque los fabricantes suelen anunciar tasas de 100C o mas, la capacidad real de descarga continua esta limitada por la resistencia interna de las celdas y la disipacion termica. Esta calculadora evalua el amperaje continuo realista ofreciendo margen de seguridad real.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Tabla Comparativa de Quimicas de Baterias RC',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'table',
|
|
104
|
+
headers: ['Quimica', 'Voltaje Nominal', 'Voltaje Maximo', 'Densidad Energetica', 'Descarga Pico', 'Uso Recomendado'],
|
|
105
|
+
rows: [
|
|
106
|
+
['LiPo (Estandar)', '3.7V', '4.20V', 'Alta', '100C - 150C', 'Drones FPV de Carreras y Freestyle 5"'],
|
|
107
|
+
['LiHV (Alta Tension)', '3.8V', '4.35V', 'Muy Alta', '80C - 120C', 'TinyWhoops y Micro Multirotores'],
|
|
108
|
+
['Li-Ion (18650/21700)', '3.6V', '4.20V', 'Maxima', '15C - 35C', 'Drones Long Range de 7"'],
|
|
109
|
+
['LiFePO4', '3.3V', '3.65V', 'Moderada', '30C - 50C', 'Estaciones de Carga en Campo'],
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'title',
|
|
114
|
+
text: 'Impacto del Sag de Voltaje y la Resistencia Interna en Drones FPV',
|
|
115
|
+
level: 2,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: 'El sag de voltaje es la caida repentina de tension que experimenta la bateria bajo aceleraciones fuertes. Al pasar corriente a traves de la resistencia interna, parte de la energia se convierte en calor en lugar de empuje. Una bateria envejecida o de alta resistencia sufrira avisos prematuros de bajo voltaje en el OSD telemetrico.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'list',
|
|
123
|
+
items: [
|
|
124
|
+
'Baja Resistencia Interna (1-4 mΩ por celda): Excelente respuesta, sag minimo y temperatura fresca.',
|
|
125
|
+
'Resistencia Interna Moderada (5-10 mΩ por celda): Rendimiento estandar para freestyle con leve sag.',
|
|
126
|
+
'Alta Resistencia Interna (>12 mΩ por celda): Perdedas notorias de potencia, sag severo y calentamiento rapido.',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Optimizacion de Baterias para Freestyle Carreras y Drones Long Range',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: 'Cada estilo de vuelo exige requisitos energeticos distintos. Los drones de freestyle de 5 pulgadas generan picos intensos de corriente superiores a 120 Amperios, mientras que los drones de 7 pulgadas para largo alcance buscan eficiencia constante. Ajustar la bateria exacta para cada setup previene cortes de alimentacion en vuelo.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'tip',
|
|
140
|
+
title: 'Consejo de Mantenimiento LiPo',
|
|
141
|
+
html: 'Guarda siempre tus baterias LiPo a 3.80V o 3.85V por celda cuando no las uses. Almacenarlas completamente cargadas durante mas de 48 horas incrementa permanentemente la resistencia interna y degrada su capacidad.',
|
|
142
|
+
},
|
|
143
|
+
];
|
|
144
|
+
|
|
145
|
+
const schemas: DroneBatteryCRatingCalculatorLocaleContent['schemas'] = [
|
|
146
|
+
{
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'FAQPage',
|
|
149
|
+
mainEntity: faqItems.map((item) => ({
|
|
150
|
+
'@type': 'Question',
|
|
151
|
+
name: item.question,
|
|
152
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
153
|
+
})),
|
|
154
|
+
} as WithContext<FAQPage>,
|
|
155
|
+
{
|
|
156
|
+
'@context': 'https://schema.org',
|
|
157
|
+
'@type': 'HowTo',
|
|
158
|
+
name: title,
|
|
159
|
+
description,
|
|
160
|
+
step: howToSteps.map((s, index) => ({
|
|
161
|
+
'@type': 'HowToStep',
|
|
162
|
+
position: index + 1,
|
|
163
|
+
name: s.name,
|
|
164
|
+
text: s.text,
|
|
165
|
+
})),
|
|
166
|
+
} as WithContext<HowTo>,
|
|
167
|
+
{
|
|
168
|
+
'@context': 'https://schema.org',
|
|
169
|
+
'@type': 'SoftwareApplication',
|
|
170
|
+
name: title,
|
|
171
|
+
description,
|
|
172
|
+
applicationCategory: 'UtilityApplication',
|
|
173
|
+
operatingSystem: 'All',
|
|
174
|
+
offers: {
|
|
175
|
+
'@type': 'Offer',
|
|
176
|
+
price: '0',
|
|
177
|
+
priceCurrency: 'EUR',
|
|
178
|
+
},
|
|
179
|
+
} as WithContext<SoftwareApplication>,
|
|
180
|
+
];
|
|
181
|
+
|
|
182
|
+
export const content: DroneBatteryCRatingCalculatorLocaleContent = {
|
|
183
|
+
slug,
|
|
184
|
+
title,
|
|
185
|
+
description,
|
|
186
|
+
ui,
|
|
187
|
+
seo: seoSections,
|
|
188
|
+
faq: faqItems,
|
|
189
|
+
howTo: howToSteps,
|
|
190
|
+
bibliography: BIBLIOGRAPHY_ITEMS,
|
|
191
|
+
schemas,
|
|
192
|
+
};
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import type { DroneBatteryCRatingCalculatorLocaleContent } from '../entry';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
import type { SEOSection } from '../../../types';
|
|
4
|
+
import { BIBLIOGRAPHY_ITEMS } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'calculateur-taux-c-batterie-lipo-drone';
|
|
7
|
+
const title = 'Calculateur de Taux C de Batterie LiPo et Décharge Continue pour Drone';
|
|
8
|
+
const description = 'Calculez le courant de décharge continu réel, le taux C réaliste, la chute de tension et la sécurité de vol des batteries LiPo de drone selon la résistance interne et la consommation des moteurs.';
|
|
9
|
+
|
|
10
|
+
const ui = {
|
|
11
|
+
title: 'Calculateur de Taux C de Batterie LiPo pour Drone',
|
|
12
|
+
subtitle: 'Analysez la décharge continue réelle, les besoins en pointe et la chute de tension pour quadricoptères',
|
|
13
|
+
lipoSpecsHeader: 'Spécifications de la batterie',
|
|
14
|
+
capacityLabel: 'Capacité (mAh)',
|
|
15
|
+
claimedCRatingLabel: 'Taux C annoncé',
|
|
16
|
+
cellCountLabel: 'Nombre de cellules (Série)',
|
|
17
|
+
chemistryLabel: 'Chimie de la batterie',
|
|
18
|
+
internalResistanceLabel: 'Résistance interne par cellule (mΩ)',
|
|
19
|
+
quadSpecsHeader: 'Consommation du drone',
|
|
20
|
+
motorCountLabel: 'Nombre de moteurs',
|
|
21
|
+
peakMotorCurrentLabel: 'Courant de pointe par moteur (Ampères)',
|
|
22
|
+
auxCurrentLabel: 'Consommation auxiliaire (VTX FC Caméra) (Ampères)',
|
|
23
|
+
presetSelectLabel: 'Préréglages rapides',
|
|
24
|
+
customPreset: 'Personnalisé',
|
|
25
|
+
whoopPreset: '1S TinyWhoop',
|
|
26
|
+
freestyle5Preset: '6S 5 Pouces Freestyle',
|
|
27
|
+
cinewhoopPreset: '4S 3 Pouces CineWhoop',
|
|
28
|
+
longRange7Preset: '6S 7 Pouces Long Range',
|
|
29
|
+
racing5Preset: '6S 5 Pouces Course',
|
|
30
|
+
resultsHeader: 'Analyse de performance et puissance',
|
|
31
|
+
claimedMaxCurrentLabel: 'Courant maximal annoncé',
|
|
32
|
+
realisticCRatingLabel: 'Taux C continu réaliste',
|
|
33
|
+
realisticMaxCurrentLabel: 'Courant continu réaliste',
|
|
34
|
+
totalPeakDrawLabel: 'Consommation de pointe totale',
|
|
35
|
+
voltageSagLabel: 'Chute de tension estimée',
|
|
36
|
+
sagNominalVoltageLabel: 'Tension nominale sous charge',
|
|
37
|
+
flightTimeFullThrottleLabel: 'Autonomie à plein gaz',
|
|
38
|
+
flightTimeHoverLabel: 'Autonomie estimée en stationnaire',
|
|
39
|
+
safetyStatusLabel: 'Diagnostic de sécurité',
|
|
40
|
+
statusOptimalTitle: 'Batterie sûre et optimale',
|
|
41
|
+
statusOptimalDesc: 'La batterie fournit facilement le courant de pointe sans surchauffe ni chute de tension excessive. Longue durée de vie des cellules garantie.',
|
|
42
|
+
statusWarningTitle: 'Stress thermique et de tension modéré',
|
|
43
|
+
statusWarningDesc: 'La consommation de pointe est proche de la limite réelle de la batterie. Attendez-vous à une légère chute de tension lors des accélérations fortes.',
|
|
44
|
+
statusDangerTitle: 'Risque élevé de surintensité et chute de tension',
|
|
45
|
+
statusDangerDesc: 'La consommation dépasse la capacité réelle de la batterie. Risque élevé de surchauffe, chute de tension sévère et dégradation prématurée.',
|
|
46
|
+
lipoVisualizerTitle: "Visualiseur d'état LiPo en temps réel",
|
|
47
|
+
cellVoltageLabel: 'Tension par cellule',
|
|
48
|
+
batteryHealthLabel: 'Stress de la batterie',
|
|
49
|
+
burstRatingRequiredLabel: 'Taux C de pointe requis',
|
|
50
|
+
currentRatioLabel: 'Ratio de charge de puissance',
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const faqItems = [
|
|
54
|
+
{
|
|
55
|
+
question: "Qu'est-ce que le taux C d'une batterie LiPo de drone?",
|
|
56
|
+
answer: 'Le taux C représente la vitesse maximale de décharge continue par rapport à la capacité de la batterie. Par exemple, une batterie de 1500 mAh avec un taux de 100C peut théoriquement fournir 150 Ampères.',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
question: 'Pourquoi le taux C annoncé est-il souvent supérieur à la réalité?',
|
|
60
|
+
answer: 'Les fabricants affichent souvent des taux de pointe marketing. La décharge continue réelle dépend directement de la résistance interne de chaque cellule.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
question: 'Comment la résistance interne affecte-t-elle la tension et la chaleur?',
|
|
64
|
+
answer: "Une résistance interne élevée agit comme une résistance indésirable. Lors d'une forte demande de courant, elle provoque une chute de tension et dissipe une chaleur excessive.",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
question: 'Comment éviter la chute de tension en vol freestyle?',
|
|
68
|
+
answer: "Utilisez des cellules à faible résistance interne, prévoyez une marge de sécurité d'au moins 15 pour cent au-dessus de la consommation de pointe et ne volez pas en dessous de 3,5V par cellule au repos.",
|
|
69
|
+
},
|
|
70
|
+
];
|
|
71
|
+
|
|
72
|
+
const howToSteps = [
|
|
73
|
+
{
|
|
74
|
+
name: 'Sélectionner un préréglage ou saisir les données',
|
|
75
|
+
text: 'Entrez la capacité en mAh, le taux C annoncé, le nombre de cellules en série et la résistance interne moyenne par cellule.',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Configurer la consommation des moteurs',
|
|
79
|
+
text: 'Indiquez le nombre de moteurs, le courant de pointe par moteur à plein gaz et la consommation auxiliaire.',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'Consulter le diagnostic de sécurité',
|
|
83
|
+
text: 'Comparez le courant continu réaliste avec la consommation de pointe du drone pour garantir un vol stable.',
|
|
84
|
+
},
|
|
85
|
+
];
|
|
86
|
+
|
|
87
|
+
const seoSections: SEOSection[] = [
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comprendre le taux C des batteries LiPo et la puissance réelle',
|
|
91
|
+
level: 2,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'paragraph',
|
|
95
|
+
html: "Choisir la bonne batterie LiPo pour un drone FPV nécessite de mettre en relation la capacité, le taux C et la consommation des moteurs. Bien que les fabricants annoncent souvent des taux de 100C ou plus, la capacité réelle de décharge continue est limitée par la résistance interne des cellules et la dissipation thermique. Ce calculateur évalue l'ampérage continu réaliste avec une marge de sécurité réelle.",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Tableau comparatif des chimies de batteries RC',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'table',
|
|
104
|
+
headers: ['Chimie', 'Tension nominale', 'Tension max', 'Densité énergétique', 'Décharge de pointe', 'Usage recommandé'],
|
|
105
|
+
rows: [
|
|
106
|
+
['LiPo (Standard)', '3.7V', '4.20V', 'Élevée', '100C - 150C', 'Drones FPV Course et Freestyle 5"'],
|
|
107
|
+
['LiHV (Haute Tension)', '3.8V', '4.35V', 'Très élevée', '80C - 120C', 'TinyWhoops et Micro Quads'],
|
|
108
|
+
['Li-Ion (18650/21700)', '3.6V', '4.20V', 'Maximale', '15C - 35C', 'Drones Longue Distance 7"'],
|
|
109
|
+
['LiFePO4', '3.3V', '3.65V', 'Modérée', '30C - 50C', 'Stations de charge sur le terrain'],
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
type: 'title',
|
|
114
|
+
text: 'Impact de la chute de tension et de la résistance interne',
|
|
115
|
+
level: 2,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'paragraph',
|
|
119
|
+
html: "La chute de tension (voltage sag) est la baisse soudaine de tension subie lors des accélérations. Lorsqu'un courant traverse la résistance interne, une partie de l'énergie est convertie en chaleur au lieu de fournir de la poussée. Une batterie vieillissante entraînera des avertissements prématurés de basse tension sur l'OSD FPV.",
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'list',
|
|
123
|
+
items: [
|
|
124
|
+
'Faible résistance interne (1-4 mΩ par cellule): Excellente reprise, chute minimale et température basse.',
|
|
125
|
+
'Résistance interne modérée (5-10 mΩ par cellule): Performance standard pour le freestyle avec légère chute de tension.',
|
|
126
|
+
'Résistance interne élevée (>12 mΩ par cellule): Perte de puissance nette, chute sévère et échauffement rapide.',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Optimisation de batterie pour Freestyle Course et Longue Distance',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: "Chaque style de vol exige des profils d'énergie différents. Les drones de 5 pouces en freestyle génèrent des pics de courant dépassant 120 Ampères, tandis que les drones de 7 pouces privilégiant l'autonomie recherchent une efficacité constante. Un ajustement précis prévient les coupures en vol.",
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'tip',
|
|
140
|
+
title: "Conseil d'entretien LiPo",
|
|
141
|
+
html: 'Stockez toujours vos batteries LiPo entre 3,80V et 3,85V par cellule lorsque vous ne les utilisez pas. Laisser des batteries entièrement chargées plus de 48 heures augmente la résistance interne de façon permanente.',
|
|
142
|
+
},
|
|
143
|
+
];
|
|
144
|
+
|
|
145
|
+
const schemas: DroneBatteryCRatingCalculatorLocaleContent['schemas'] = [
|
|
146
|
+
{
|
|
147
|
+
'@context': 'https://schema.org',
|
|
148
|
+
'@type': 'FAQPage',
|
|
149
|
+
mainEntity: faqItems.map((item) => ({
|
|
150
|
+
'@type': 'Question',
|
|
151
|
+
name: item.question,
|
|
152
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
153
|
+
})),
|
|
154
|
+
} as WithContext<FAQPage>,
|
|
155
|
+
{
|
|
156
|
+
'@context': 'https://schema.org',
|
|
157
|
+
'@type': 'HowTo',
|
|
158
|
+
name: title,
|
|
159
|
+
description,
|
|
160
|
+
step: howToSteps.map((s, index) => ({
|
|
161
|
+
'@type': 'HowToStep',
|
|
162
|
+
position: index + 1,
|
|
163
|
+
name: s.name,
|
|
164
|
+
text: s.text,
|
|
165
|
+
})),
|
|
166
|
+
} as WithContext<HowTo>,
|
|
167
|
+
{
|
|
168
|
+
'@context': 'https://schema.org',
|
|
169
|
+
'@type': 'SoftwareApplication',
|
|
170
|
+
name: title,
|
|
171
|
+
description,
|
|
172
|
+
applicationCategory: 'UtilityApplication',
|
|
173
|
+
operatingSystem: 'All',
|
|
174
|
+
offers: {
|
|
175
|
+
'@type': 'Offer',
|
|
176
|
+
price: '0',
|
|
177
|
+
priceCurrency: 'EUR',
|
|
178
|
+
},
|
|
179
|
+
} as WithContext<SoftwareApplication>,
|
|
180
|
+
];
|
|
181
|
+
|
|
182
|
+
export const content: DroneBatteryCRatingCalculatorLocaleContent = {
|
|
183
|
+
slug,
|
|
184
|
+
title,
|
|
185
|
+
description,
|
|
186
|
+
ui,
|
|
187
|
+
seo: seoSections,
|
|
188
|
+
faq: faqItems,
|
|
189
|
+
howTo: howToSteps,
|
|
190
|
+
bibliography: BIBLIOGRAPHY_ITEMS,
|
|
191
|
+
schemas,
|
|
192
|
+
};
|