@jjlmoya/utils-drones 1.6.0 → 1.7.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 +64 -63
- package/src/category/i18n/de.ts +106 -0
- package/src/category/i18n/id.ts +106 -0
- package/src/category/i18n/it.ts +106 -0
- package/src/category/i18n/ja.ts +106 -0
- package/src/category/i18n/ko.ts +106 -0
- package/src/category/i18n/nl.ts +106 -0
- package/src/category/i18n/pl.ts +106 -0
- package/src/category/i18n/pt.ts +106 -0
- package/src/category/i18n/ru.ts +106 -0
- package/src/category/i18n/sv.ts +106 -0
- package/src/category/i18n/tr.ts +106 -0
- package/src/category/i18n/zh.ts +106 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/antenna-length-calculator/i18n/de.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/en.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/es.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/fr.ts +76 -38
- package/src/tool/antenna-length-calculator/i18n/id.ts +242 -0
- package/src/tool/antenna-length-calculator/i18n/it.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ja.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ko.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/nl.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/pl.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/pt.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/ru.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/sv.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/tr.ts +276 -0
- package/src/tool/antenna-length-calculator/i18n/zh.ts +276 -0
- package/src/tool/antenna-length-calculator/index.ts +12 -0
- package/src/tool/drone-flight-time/i18n/de.ts +238 -0
- package/src/tool/drone-flight-time/i18n/en.ts +76 -38
- package/src/tool/drone-flight-time/i18n/es.ts +76 -38
- package/src/tool/drone-flight-time/i18n/fr.ts +76 -38
- package/src/tool/drone-flight-time/i18n/id.ts +238 -0
- package/src/tool/drone-flight-time/i18n/it.ts +238 -0
- package/src/tool/drone-flight-time/i18n/ja.ts +239 -0
- package/src/tool/drone-flight-time/i18n/ko.ts +239 -0
- package/src/tool/drone-flight-time/i18n/nl.ts +239 -0
- package/src/tool/drone-flight-time/i18n/pl.ts +239 -0
- package/src/tool/drone-flight-time/i18n/pt.ts +239 -0
- package/src/tool/drone-flight-time/i18n/ru.ts +239 -0
- package/src/tool/drone-flight-time/i18n/sv.ts +239 -0
- package/src/tool/drone-flight-time/i18n/tr.ts +239 -0
- package/src/tool/drone-flight-time/i18n/zh.ts +239 -0
- package/src/tool/drone-flight-time/index.ts +12 -0
- package/src/tool/gps-coordinates-converter/i18n/de.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/en.ts +76 -20
- package/src/tool/gps-coordinates-converter/i18n/es.ts +76 -20
- package/src/tool/gps-coordinates-converter/i18n/fr.ts +75 -2
- package/src/tool/gps-coordinates-converter/i18n/id.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/it.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ja.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ko.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/nl.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/pl.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/pt.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/ru.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/sv.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/tr.ts +222 -0
- package/src/tool/gps-coordinates-converter/i18n/zh.ts +222 -0
- package/src/tool/gps-coordinates-converter/index.ts +12 -0
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import type { DroneFlightTimeLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-czasu-lotu-drona';
|
|
5
|
+
const title = 'Kalkulator Czasu Lotu Drona do Szacowania Autonomii LiPo LiIon';
|
|
6
|
+
const description = 'Oblicz, jak długo Twój dron może latać na podstawie pojemności mAh i zużycia prądu. Zoptymalizuj swoje akumulatory LiPo dla bezpiecznych lotów.';
|
|
7
|
+
|
|
8
|
+
const faqItems = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Why is actual flight time lower than calculated?',
|
|
11
|
+
answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'At what voltage should I land my drone?',
|
|
15
|
+
answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Are LiPo or Li-Ion batteries better for drones?',
|
|
19
|
+
answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'How does the cell count (S) affect flight time?',
|
|
23
|
+
answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howToSteps = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Identify Capacity',
|
|
30
|
+
text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Estimate Current Draw',
|
|
34
|
+
text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Adjust Safety Margin',
|
|
38
|
+
text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Get the Result',
|
|
42
|
+
text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const schemas: DroneFlightTimeLocaleContent['schemas'] = [
|
|
47
|
+
{
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqItems.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
} as WithContext<FAQPage>,
|
|
56
|
+
{
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'HowTo',
|
|
59
|
+
name: title,
|
|
60
|
+
description: description,
|
|
61
|
+
step: howToSteps.map((step, i) => ({
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
position: i + 1,
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
} as WithContext<HowTo>,
|
|
68
|
+
{
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description: description,
|
|
73
|
+
applicationCategory: 'OtherApplication',
|
|
74
|
+
operatingSystem: 'Web',
|
|
75
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
76
|
+
} as WithContext<SoftwareApplication>,
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
export const content: DroneFlightTimeLocaleContent = {
|
|
81
|
+
slug,
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
85
|
+
bibliographyTitle: 'Bibliografia',
|
|
86
|
+
ui: {
|
|
87
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
88
|
+
bibliographyTitle: 'Bibliografia',
|
|
89
|
+
batterySpecs: 'Specyfikacja Akumulatora',
|
|
90
|
+
capacity: 'Pojemność',
|
|
91
|
+
voltage: 'Napięcie (Cele S)',
|
|
92
|
+
safetyMargin: 'Margines Bezpieczeństwa',
|
|
93
|
+
landingHint: 'Ląduj przy 3.5V - 3.7V na celę.',
|
|
94
|
+
consumptionDynamics: 'Dynamika Zużycia',
|
|
95
|
+
averageConsumption: 'Średni Pobór Prądu',
|
|
96
|
+
powerWatts: 'Moc (Waty)',
|
|
97
|
+
efficiencyHint: 'Przy zmianie Amperów, Waty są przeliczane na podstawie napięcia S.',
|
|
98
|
+
estimatedEfficiency: 'Szacowana Wydajność',
|
|
99
|
+
typicalEfficiencyHint: 'Typowa: 4-6 (Racing), 8-12 (Cinematic/Long Range).',
|
|
100
|
+
safeFlight: 'Bezpieczny Lot',
|
|
101
|
+
totalEnergy: 'Całkowita Energia',
|
|
102
|
+
theoreticalTime: 'Czas Teoretyczny (0%)',
|
|
103
|
+
co2Footprint: 'Ślad Węglowy CO2',
|
|
104
|
+
autonomyChart: 'Wykres Autonomii',
|
|
105
|
+
chartSubtitle: 'Ampery (A) vs. Czas (min)',
|
|
106
|
+
chartLabel: 'Minuty',
|
|
107
|
+
},
|
|
108
|
+
seo: [
|
|
109
|
+
{
|
|
110
|
+
type: 'title',
|
|
111
|
+
text: 'Kalkulator Czasu Lotu Drona: Kompletny Przewodnik po Autonomii',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: 'Autonomia jest prawdopodobnie najbardziej krytycznym czynnikiem w projektowaniu i eksploatacji każdego bezzałogowego statku powietrznego. Niezależnie od tego, czy jesteś pilotem wyścigowym FPV, profesjonalnym fotografem lotniczym, czy entuzjastą lotów dalekiego zasięgu, dokładna wiedza o tym, jak długo Twój sprzęt może pozostać w powietrzu, jest niezbędna dla bezpieczeństwa i sukcesu misji. Nasz <strong>kalkulator czasu lotu</strong> wykorzystuje podstawowe zmienne pojemności akumulatora i poboru prądu, aby zapewnić realistyczne i bezpieczne szacunki.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Pojemność Akumulatora: Wyjaśnienie mAh',
|
|
121
|
+
level: 3,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'Pojemność akumulatora jest zazwyczaj mierzona w miliamperogodzinach (mAh). Ta liczba wskazuje, jak duży ładunek elektryczny może pomieścić akumulator. Na przykład akumulator 1500 mAh może teoretycznie dostarczać 1500 miliamperów przez jedną pełną godzinę. W świecie dronów, gdzie pobór prądu jest ekstremalnie wysoki, zazwyczaj mówimy w Amperach (A). 1000 mAh to dokładnie 1 Ah (Amperogodzina).',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'Jednak sama pojemność to nie wszystko. Napięcie (określane przez liczbę cel lub \'S\') bezpośrednio wpływa na całkowitą moc (Waty), ale do obliczania czasu na podstawie zużycia silników, stosunek Ah/Ampery jest najbardziej bezpośrednią metryką stosowaną przez inżynierów lotnictwa.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'Pobór Prądu: Natężenie w Locie',
|
|
134
|
+
level: 3,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'Zużycie silników to najbardziej zmienna wartość podczas lotu. Utrzymywanie drona w zawisie (hover) to nie to samo co wykonywanie agresywnych manewrów akrobatycznych. Każda kombinacja silnika i śmigła ma swoją krzywą wydajności. Kiedy dajesz pełny gaz, natężenie prądu gwałtownie rośnie, drastycznie skracając żywotność akumulatora.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'Lot w Zawisie: Zużycie jest minimalne i stałe, idealne do fotografii.',
|
|
144
|
+
'Lot Wycieczkowy: Nieco zwiększone zużycie ze względu na opór aerodynamiczny.',
|
|
145
|
+
'Lot Agresywny/FPV: Skoki natężenia mogą potroić średnie zużycie w ciągu kilku sekund.',
|
|
146
|
+
'Waga Drona: Każdy dodatkowy gram wymaga wyższych obrotów silnika, aby wygenerować siłę nośną, co zwiększa natężenie prądu.',
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'title',
|
|
151
|
+
text: 'Zasada Bezpieczeństwa 80: Ochrona Chemii LiPo',
|
|
152
|
+
level: 3,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Rozładowanie akumulatora LiPo (litowo-polimerowego) do 0% pojemności to najszybszy sposób na jego zniszczenie, a co gorsza, spowodowanie katastrofy. Z punktu widzenia chemicznego cele ulegają nieodwracalnemu uszkodzeniu, jeśli ich napięcie spadnie poniżej krytycznego progu (zazwyczaj 3,0V - 3,2V na celę).',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'paragraph',
|
|
160
|
+
html: 'Dlatego zawsze stosujemy <strong>zasadę marginesu bezpieczeństwa</strong>. Nasz kalkulator pozwala dostosować tę wartość, ale zaleca się lądowanie, gdy pozostanie jeszcze 20% ładunku. Nie tylko wydłuża to żywotność drogich akumulatorów o setki cykli, ale także gwarantuje niezbędną rezerwę mocy w przypadku niespodziewanych podmuchów wiatru lub konieczności przerwania lądowania i ponownej próby.',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'tip',
|
|
164
|
+
html: 'Akumulatory do dronów są bardzo wrażliwe na zimno. Zimą opór wewnętrzny LiPo rośnie, co powoduje szybszy spadek napięcia. Zawsze rozgrzewaj akumulatory przed startem, jeśli temperatura otoczenia jest niższa niż 15 stopni Celsjusza.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Matematyczna Formuła Lotu',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Chociaż nasze narzędzie wykonuje ciężką pracę za Ciebie, warto znać logikę stojącą za obliczeniami. Podstawowy wzór to:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'paragraph',
|
|
177
|
+
html: '<strong>Czas (min) = ((Pojemność mAh / 1000) * Współczynnik Bezpieczeństwa) / Pobór Amperów * 60</strong>',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 'paragraph',
|
|
181
|
+
html: 'Na przykład, jeśli masz akumulator 2200 mAh, chcesz lądować przy 20% (bezpieczeństwo 0,8), a Twój dron pobiera średnio 15 Amperów: (2,2 * 0,8) / 15 * 60 = 7,04 minuty bezpiecznego lotu.',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'title',
|
|
185
|
+
text: 'Optymalizacja Wagi i Wydajność',
|
|
186
|
+
level: 3,
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'paragraph',
|
|
190
|
+
html: 'Istnieje punkt malejących korzyści przy dodawaniu większych akumulatorów. Podwojenie pojemności akumulatora nie podwaja czasu lotu, ponieważ sam akumulator zwiększa wagę. Ta dodatkowa waga wymaga od silników szybszego obracania się, a tym samym zużywania większej ilości prądu. W pewnym momencie dodatkowa waga zużywa więcej energii, niż dostarcza, zmniejszając ogólną wydajność systemu.',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
type: 'paragraph',
|
|
194
|
+
html: 'Doświadczeni piloci szukają idealnej równowagi między <em>Disc Loading</em> (obciążeniem powierzchni śmigieł) a pojemnością akumulatora, aby zmaksymalizować to, co nazywamy "użytecznym czasem misji".',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
type: 'title',
|
|
198
|
+
text: 'Różnice Między Typami Dronów',
|
|
199
|
+
level: 3,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'paragraph',
|
|
203
|
+
html: '<strong>Mikrodrony (Whoops):</strong> Pobierają zaledwie 2-5 Amperów, ale używają akumulatorów 300-500 mAh. Czas jest zazwyczaj krótki (3-4 min) ze względu na niską bezwładność i wysokie obroty.',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
type: 'paragraph',
|
|
207
|
+
html: '<strong>5-calowe Drony Wyścigowe:</strong> Potężne zużycie podczas wyścigów (do 120A w szczycie), co wyczerpuje akumulator 1300 mAh w zaledwie 2 minuty czystej adrenaliny.',
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'paragraph',
|
|
211
|
+
html: '<strong>Drony Dalekiego Zasięgu:</strong> Zoptymalizowane pod kątem wydajności. Często używają ogniw litowo-jonowych (Li-Ion), które mają wyższą gęstość energii niż LiPo, co pozwala na loty trwające od 30 do 60 minut przy bardzo niskim natężeniu prądu.',
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'tip',
|
|
215
|
+
html: 'Zmiana śmigieł na takie o mniejszym skoku (pitch) może wydłużyć czas lotu kosztem prędkości maksymalnej i responsywności. Jest to najtańszy i najskuteczniejszy sposób na uzyskanie o 10-15% większej autonomii.',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'title',
|
|
219
|
+
text: 'Konserwacja i Przechowywanie',
|
|
220
|
+
level: 3,
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'paragraph',
|
|
224
|
+
html: 'Aby obliczenia tego narzędzia były dokładne, Twoje akumulatory muszą być w dobrym stanie. Akumulator o wysokim oporze wewnętrznym będzie się nadmiernie nagrzewał i "kłamał" na temat swojej rzeczywistej pojemności. Zawsze przechowuj akumulatory przy napięciu spoczynkowym (3,8V-3,85V na celę), jeśli nie będziesz latać dłużej niż 48 godzin.',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
type: 'paragraph',
|
|
228
|
+
html: 'Podsumowując, zarządzanie energią to sztuka równoważenia fizyki, chemii i matematyki. Korzystaj z naszego kalkulatora regularnie, aby planować swoje sesje lotnicze i nigdy nie zapominaj, że w powietrzu czas jest Twoim najcenniejszym zasobem. Życzymy udanych lotów i bezpiecznych lądowań!',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
faq: faqItems,
|
|
232
|
+
bibliography: [
|
|
233
|
+
{ name: 'EASA - Drone Regulations', url: 'https://www.easa.europa.eu/en/domains/civil-drones' },
|
|
234
|
+
{ name: 'ArduPilot Wiki', url: 'https://ardupilot.org/copter/' },
|
|
235
|
+
{ name: 'Battery University', url: 'https://batteryuniversity.com/' },
|
|
236
|
+
],
|
|
237
|
+
howTo: howToSteps,
|
|
238
|
+
schemas,
|
|
239
|
+
};
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import type { DroneFlightTimeLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, SoftwareApplication, FAQPage, HowTo } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'calculadora-tempo-voo-drone';
|
|
5
|
+
const title = 'Calculadora Tempo de Voo Drone para Estimativa Autonomia LiPo LiIon';
|
|
6
|
+
const description = 'Calcule quanto tempo o seu drone pode voar com base na capacidade mAh e no consumo. Otimize as suas baterias LiPo para voos seguros e máxima duração.';
|
|
7
|
+
|
|
8
|
+
const faqItems = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Why is actual flight time lower than calculated?',
|
|
11
|
+
answer: 'The calculator assumes constant consumption. Sharp maneuvers, headwinds, and battery wear can reduce actual flight time by up to 30%.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'At what voltage should I land my drone?',
|
|
15
|
+
answer: 'Ideally, land when the voltage drops to 3.5V - 3.6V per cell (at rest). This corresponds to the recommended 20% remaining capacity.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Are LiPo or Li-Ion batteries better for drones?',
|
|
19
|
+
answer: 'LiPos offer high instantaneous power (ideal for racing and acrobatics). Li-Ion cells have longer endurance but lower power output (ideal for long, steady flights).',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'How does the cell count (S) affect flight time?',
|
|
23
|
+
answer: 'More cells increase voltage and power, but also weight. If motors are optimized for that voltage, they can be more efficient, but cell count alone does not guarantee more time.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howToSteps = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Identify Capacity',
|
|
30
|
+
text: 'Check your battery label and look for the mAh value (e.g., 1500, 2200, 4500).',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Estimate Current Draw',
|
|
34
|
+
text: 'Enter the average amperage your drone consumes. You can find this in your OSD telemetry after a test flight.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Adjust Safety Margin',
|
|
38
|
+
text: 'We recommend leaving 20% (set to 80%) to protect the battery and provide a landing buffer.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Get the Result',
|
|
42
|
+
text: 'View the exact time in minutes and seconds that you can safely stay in the air.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const schemas: DroneFlightTimeLocaleContent['schemas'] = [
|
|
47
|
+
{
|
|
48
|
+
'@context': 'https://schema.org',
|
|
49
|
+
'@type': 'FAQPage',
|
|
50
|
+
mainEntity: faqItems.map((item) => ({
|
|
51
|
+
'@type': 'Question',
|
|
52
|
+
name: item.question,
|
|
53
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
54
|
+
})),
|
|
55
|
+
} as WithContext<FAQPage>,
|
|
56
|
+
{
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'HowTo',
|
|
59
|
+
name: title,
|
|
60
|
+
description: description,
|
|
61
|
+
step: howToSteps.map((step, i) => ({
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
position: i + 1,
|
|
64
|
+
name: step.name,
|
|
65
|
+
text: step.text,
|
|
66
|
+
})),
|
|
67
|
+
} as WithContext<HowTo>,
|
|
68
|
+
{
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description: description,
|
|
73
|
+
applicationCategory: 'OtherApplication',
|
|
74
|
+
operatingSystem: 'Web',
|
|
75
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
76
|
+
} as WithContext<SoftwareApplication>,
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
export const content: DroneFlightTimeLocaleContent = {
|
|
81
|
+
slug,
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Perguntas Frequentes',
|
|
85
|
+
bibliographyTitle: 'Referências Bibliográficas',
|
|
86
|
+
ui: {
|
|
87
|
+
faqTitle: 'Perguntas Frequentes',
|
|
88
|
+
bibliographyTitle: 'Referências Bibliográficas',
|
|
89
|
+
batterySpecs: 'Especificações da Bateria',
|
|
90
|
+
capacity: 'Capacidade',
|
|
91
|
+
voltage: 'Voltagem (Células S)',
|
|
92
|
+
safetyMargin: 'Margem de Segurança',
|
|
93
|
+
landingHint: 'Aterrar com 3.5V - 3.7V por célula.',
|
|
94
|
+
consumptionDynamics: 'Dinâmica de Consumo',
|
|
95
|
+
averageConsumption: 'Consumo Médio',
|
|
96
|
+
powerWatts: 'Potência (Watts)',
|
|
97
|
+
efficiencyHint: 'Ao alterar Amperes, os Watts são recalculados de acordo com a voltagem S.',
|
|
98
|
+
estimatedEfficiency: 'Eficiência Estimada',
|
|
99
|
+
typicalEfficiencyHint: 'Típico: 4-6 (Racing), 8-12 (Cinematic/Long Range).',
|
|
100
|
+
safeFlight: 'Voo Seguro',
|
|
101
|
+
totalEnergy: 'Energia Total',
|
|
102
|
+
theoreticalTime: 'Tempo Teórico (0%)',
|
|
103
|
+
co2Footprint: 'Pegada de CO2',
|
|
104
|
+
autonomyChart: 'Gráfico de Autonomia',
|
|
105
|
+
chartSubtitle: 'Amperes (A) vs. Tempo (min)',
|
|
106
|
+
chartLabel: 'Minutos',
|
|
107
|
+
},
|
|
108
|
+
seo: [
|
|
109
|
+
{
|
|
110
|
+
type: 'title',
|
|
111
|
+
text: 'Calculadora de Tempo de Voo para Drones: Guia Completo de Autonomia',
|
|
112
|
+
level: 2,
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'paragraph',
|
|
116
|
+
html: 'A autonomia é, provavelmente, o fator mais crítico no design e operação de qualquer aeronave não tripulada. Seja um piloto de drones FPV de corrida, um profissional de fotografia aérea ou um entusiasta de modelos de longo alcance, saber com precisão quanto tempo o seu equipamento pode permanecer no ar é vital para a segurança e o sucesso da missão. A nossa <strong>calculadora de tempo de voo</strong> utiliza as variáveis fundamentais de capacidade da bateria e consumo de corrente para lhe oferecer uma estimativa realista e segura.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'title',
|
|
120
|
+
text: 'Capacidade da Bateria: mAh Explicados',
|
|
121
|
+
level: 3,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: 'A capacidade de uma bateria é habitualmente medida em miliamperes-hora (mAh). Este valor indica quanta carga elétrica a bateria é capaz de armazenar. Por exemplo, uma bateria de 1500 mAh pode fornecer teoricamente 1500 miliamperes durante uma hora completa. No mundo dos drones, onde os consumos são extremamente elevados, costumamos falar em Amperes (A). 1000 mAh equivale exatamente a 1 Ah (Ampere-hora).',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'No entanto, a capacidade bruta não é o único fator. A voltagem (determinada pelo número de células ou \'S\') influencia diretamente a potência total (Watts), mas para o cálculo do tempo baseado no consumo dos motores, a relação Ah/Amperes é a métrica mais direta e utilizada pelos engenheiros de voo.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'title',
|
|
133
|
+
text: 'O Consumo de Corrente: Amperagem em Voo',
|
|
134
|
+
level: 3,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
type: 'paragraph',
|
|
138
|
+
html: 'O consumo dos motores é a variável que mais flutua durante um voo. Não é a mesma coisa manter um drone em estacionário (hover) que realizar manobras acrobáticas agressivas. Cada motor e hélice tem uma curva de eficiência. Quando acelera ao máximo, a amperagem dispara, reduzindo drasticamente o tempo de vida da bateria.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'list',
|
|
142
|
+
items: [
|
|
143
|
+
'Voo em Estacionário: O consumo é mínimo e constante, ideal para fotografia.',
|
|
144
|
+
'Voo de Cruzeiro: O consumo aumenta ligeiramente devido à resistência aerodinâmica.',
|
|
145
|
+
'Voo Agressivo/FPV: Os picos de corrente podem triplicar o consumo médio em questão de segundos.',
|
|
146
|
+
'Peso do Drone: Cada grama adicional requer mais rotações do motor para gerar impulso, elevando a amperagem.',
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'title',
|
|
151
|
+
text: 'Regra de Segurança dos 80%: Proteger a Química LiPo',
|
|
152
|
+
level: 3,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: 'Descarregar uma bateria LiPo (Polímero de Lítio) até 0% da sua capacidade é a forma mais rápida de a destruir e, pior ainda, de provocar um acidente. Quimicamente, as células sofrem danos irreversíveis se a sua voltagem cair abaixo de um limite crítico (normalmente 3.0V - 3.2V por célula).',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'paragraph',
|
|
160
|
+
html: 'Por isso, aplicamos sempre uma <strong>regra de margem de segurança</strong>. A nossa calculadora permite ajustar este valor, mas o recomendável é aterrar quando ainda resta 20% de carga. Isto não só prolonga a vida útil das suas dispendiosas baterias por centenas de ciclos, mas também lhe garante uma reserva de potência vital em caso de rajadas de vento inesperadas ou se precisar de abortar a aterragem e tentar novamente.',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'tip',
|
|
164
|
+
html: 'As baterias dos drones são muito sensíveis ao frio. No inverno, a resistência interna da LiPo aumenta, o que provoca uma queda de voltagem mais rápida. Aqueça sempre as suas baterias antes de descolar se a temperatura ambiente for inferior a 15 graus.',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'title',
|
|
168
|
+
text: 'Fórmula Matemática do Voo',
|
|
169
|
+
level: 3,
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Embora a nossa ferramenta faça o trabalho pesado por si, é interessante conhecer a lógica por trás do cálculo. A fórmula básica é:',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'paragraph',
|
|
177
|
+
html: '<strong>Tempo (min) = ((Capacidade mAh / 1000) * Factor de Segurança) / Consumo Amperes * 60</strong>',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 'paragraph',
|
|
181
|
+
html: 'Por exemplo, se tiver uma bateria de 2200 mAh, quiser aterrar aos 20% (segurança 0.8) e o seu drone consumir uma média de 15 Amperes, o cálculo seria: (2.2 * 0.8) / 15 * 60 = 7.04 minutos de voo seguro.',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'title',
|
|
185
|
+
text: 'Otimização do Peso e Eficiência',
|
|
186
|
+
level: 3,
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
type: 'paragraph',
|
|
190
|
+
html: 'Existe um ponto de retorno decrescente ao adicionar baterias maiores. Dobrar a capacidade da bateria não dobra o tempo de voo, já que a própria bateria adiciona peso. Esse peso extra exige que os motores girem mais rápido e, portanto, consumam mais corrente. Em algum momento, o peso adicional consome mais energia do que a que fornece, reduzindo a eficiência geral do sistema.',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
type: 'paragraph',
|
|
194
|
+
html: 'Os pilotos experientes procuram o equilíbrio perfeito entre o <em>Disc Loading</em> (carga do disco das hélices) e a capacidade da bateria para maximizar o que chamamos de "tempo útil de missão".',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
type: 'title',
|
|
198
|
+
text: 'Diferenças entre Tipos de Drones',
|
|
199
|
+
level: 3,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'paragraph',
|
|
203
|
+
html: '<strong>Micro Drones (Whoops):</strong> Têm consumos de apenas 2-5 Amperes, mas as suas baterias são de 300-500 mAh. O tempo costuma ser curto (3-4 min) devido à baixa inércia e alta rotação.',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
type: 'paragraph',
|
|
207
|
+
html: '<strong>Drones de Corrida 5":</strong> Consumos brutais em corrida (até 120A em picos), o que esgota uma bateria de 1300 mAh em apenas 2 minutos de pura adrenalina.',
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'paragraph',
|
|
211
|
+
html: '<strong>Drones Long Range:</strong> Otimizados para o GPS e voo eficiente. Usam células de Ião-Lítio (Li-Ion) que têm mais densidade energética do que as LiPo, permitindo voos de 30 a 60 minutos com amperagens muito contidas.',
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'tip',
|
|
215
|
+
html: 'Mudar para umas hélices com menos passo (pitch) pode aumentar o seu tempo de voo à custa da velocidade máxima e resposta. É o ajuste mais barato e eficaz para ganhar 10-15% de autonomia.',
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
type: 'title',
|
|
219
|
+
text: 'Manutenção e Armazenamento',
|
|
220
|
+
level: 3,
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'paragraph',
|
|
224
|
+
html: 'Para que os cálculos desta ferramenta sejam precisos, as suas baterias devem estar em bom estado. Uma bateria com alta resistência interna aquecerá em excesso e "mentirá" sobre a sua capacidade real. Guarde sempre as suas baterias em voltagem de armazenamento (3.8V-3.85V por célula) se não for voar por mais de 48 horas.',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
type: 'paragraph',
|
|
228
|
+
html: 'Em conclusão, a gestão da energia é a arte de equilibrar a física, a química e a matemática. Use a nossa calculadora regularmente para planear as suas sessões de voo e nunca se esqueça de que, no ar, o tempo é o recurso mais valioso. Bons voos e aterragens seguras!',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
faq: faqItems,
|
|
232
|
+
bibliography: [
|
|
233
|
+
{ name: 'EASA - Drone Regulations', url: 'https://www.easa.europa.eu/en/domains/civil-drones' },
|
|
234
|
+
{ name: 'ArduPilot Wiki', url: 'https://ardupilot.org/copter/' },
|
|
235
|
+
{ name: 'Battery University', url: 'https://batteryuniversity.com/' },
|
|
236
|
+
],
|
|
237
|
+
howTo: howToSteps,
|
|
238
|
+
schemas,
|
|
239
|
+
};
|