@jjlmoya/utils-home 1.17.0 → 1.23.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 +1 -1
- package/src/category/i18n/de.ts +10 -10
- package/src/category/i18n/en.ts +8 -8
- package/src/category/i18n/es.ts +2 -2
- package/src/category/i18n/fr.ts +15 -15
- package/src/category/i18n/id.ts +8 -8
- package/src/category/i18n/it.ts +7 -7
- package/src/category/i18n/nl.ts +8 -8
- package/src/category/i18n/pl.ts +10 -10
- package/src/category/i18n/pt.ts +8 -8
- package/src/category/i18n/ru.ts +10 -10
- package/src/category/i18n/sv.ts +8 -8
- package/src/category/i18n/tr.ts +4 -4
- package/src/category/i18n/zh.ts +8 -8
- package/src/entries.ts +4 -1
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/dewPointCalculator/bibliography.ts +2 -2
- package/src/tool/dewPointCalculator/i18n/de.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/en.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/es.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/fr.ts +6 -6
- package/src/tool/dewPointCalculator/i18n/id.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/it.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ja.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/ko.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/nl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pl.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/pt.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/ru.ts +11 -11
- package/src/tool/dewPointCalculator/i18n/sv.ts +5 -5
- package/src/tool/dewPointCalculator/i18n/tr.ts +4 -4
- package/src/tool/dewPointCalculator/i18n/zh.ts +5 -5
- package/src/tool/heatingComparator/i18n/de.ts +8 -8
- package/src/tool/heatingComparator/i18n/en.ts +1 -1
- package/src/tool/heatingComparator/i18n/es.ts +1 -1
- package/src/tool/heatingComparator/i18n/fr.ts +7 -7
- package/src/tool/heatingComparator/i18n/id.ts +1 -1
- package/src/tool/heatingComparator/i18n/it.ts +1 -1
- package/src/tool/heatingComparator/i18n/nl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pl.ts +1 -1
- package/src/tool/heatingComparator/i18n/pt.ts +1 -1
- package/src/tool/heatingComparator/i18n/ru.ts +12 -12
- package/src/tool/heatingComparator/i18n/sv.ts +4 -4
- package/src/tool/heatingComparator/i18n/zh.ts +6 -6
- package/src/tool/ledSavingCalculator/bibliography.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/de.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/en.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/es.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/fr.ts +8 -8
- package/src/tool/ledSavingCalculator/i18n/id.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/it.ts +4 -4
- package/src/tool/ledSavingCalculator/i18n/ja.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ko.ts +2 -2
- package/src/tool/ledSavingCalculator/i18n/nl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pl.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/pt.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/ru.ts +6 -6
- package/src/tool/ledSavingCalculator/i18n/sv.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/tr.ts +3 -3
- package/src/tool/ledSavingCalculator/i18n/zh.ts +4 -4
- package/src/tool/projectorCalculator/bibliography.ts +3 -3
- package/src/tool/projectorCalculator/i18n/de.ts +2 -2
- package/src/tool/projectorCalculator/i18n/en.ts +1 -1
- package/src/tool/projectorCalculator/i18n/es.ts +2 -2
- package/src/tool/projectorCalculator/i18n/fr.ts +4 -4
- package/src/tool/projectorCalculator/i18n/id.ts +2 -2
- package/src/tool/projectorCalculator/i18n/it.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ja.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ko.ts +2 -2
- package/src/tool/projectorCalculator/i18n/nl.ts +2 -2
- package/src/tool/projectorCalculator/i18n/pl.ts +3 -3
- package/src/tool/projectorCalculator/i18n/pt.ts +2 -2
- package/src/tool/projectorCalculator/i18n/ru.ts +5 -5
- package/src/tool/projectorCalculator/i18n/sv.ts +2 -2
- package/src/tool/projectorCalculator/i18n/tr.ts +2 -2
- package/src/tool/projectorCalculator/i18n/zh.ts +4 -4
- package/src/tool/qrGenerator/bibliography.ts +1 -1
- package/src/tool/qrGenerator/i18n/en.ts +1 -1
- package/src/tool/qrGenerator/i18n/fr.ts +1 -1
- package/src/tool/solarCalculator/bibliography.ts +2 -2
- package/src/tool/solarCalculator/i18n/de.ts +2 -2
- package/src/tool/solarCalculator/i18n/en.ts +5 -5
- package/src/tool/solarCalculator/i18n/es.ts +3 -3
- package/src/tool/solarCalculator/i18n/fr.ts +6 -6
- package/src/tool/solarCalculator/i18n/id.ts +2 -2
- package/src/tool/solarCalculator/i18n/it.ts +2 -2
- package/src/tool/solarCalculator/i18n/ja.ts +2 -2
- package/src/tool/solarCalculator/i18n/ko.ts +2 -2
- package/src/tool/solarCalculator/i18n/nl.ts +2 -2
- package/src/tool/solarCalculator/i18n/pl.ts +3 -3
- package/src/tool/solarCalculator/i18n/pt.ts +2 -2
- package/src/tool/solarCalculator/i18n/ru.ts +5 -5
- package/src/tool/solarCalculator/i18n/sv.ts +2 -2
- package/src/tool/solarCalculator/i18n/tr.ts +2 -2
- package/src/tool/solarCalculator/i18n/zh.ts +3 -3
- package/src/tool/tariffComparator/bibliography.ts +1 -1
- package/src/tool/tariffComparator/i18n/en.ts +3 -3
- package/src/tool/tariffComparator/i18n/es.ts +3 -3
- package/src/tool/tariffComparator/i18n/fr.ts +6 -6
- package/src/tool/tariffComparator/i18n/pl.ts +1 -1
- package/src/tool/tariffComparator/i18n/zh.ts +1 -1
- package/src/tool/wifiRangeSimulator/bibliography.astro +14 -0
- package/src/tool/wifiRangeSimulator/bibliography.ts +14 -0
- package/src/tool/wifiRangeSimulator/component.astro +170 -0
- package/src/tool/wifiRangeSimulator/entry.ts +29 -0
- package/src/tool/wifiRangeSimulator/i18n/de.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/en.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/es.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/fr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/id.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/it.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ja.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ko.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/nl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pl.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/pt.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/ru.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/sv.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/tr.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n/zh.ts +477 -0
- package/src/tool/wifiRangeSimulator/i18n-utils.ts +14 -0
- package/src/tool/wifiRangeSimulator/index.ts +8 -0
- package/src/tool/wifiRangeSimulator/logic.ts +220 -0
- package/src/tool/wifiRangeSimulator/seo.astro +15 -0
- package/src/tool/wifiRangeSimulator/sketch-actions.ts +168 -0
- package/src/tool/wifiRangeSimulator/sketch-events.ts +138 -0
- package/src/tool/wifiRangeSimulator/sketch-render-dash.ts +170 -0
- package/src/tool/wifiRangeSimulator/sketch-render-device.ts +42 -0
- package/src/tool/wifiRangeSimulator/sketch-render.ts +155 -0
- package/src/tool/wifiRangeSimulator/sketch-state.ts +186 -0
- package/src/tool/wifiRangeSimulator/sketch.ts +100 -0
- package/src/tool/wifiRangeSimulator/ui.ts +69 -0
- package/src/tool/wifiRangeSimulator/wifi-range-simulator.css +583 -0
- package/src/tools.ts +2 -0
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { WifiRangeSimulatorUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'wifi-range-simulator';
|
|
7
|
+
const title = 'WiFi Range and Obstacle Simulator';
|
|
8
|
+
const description =
|
|
9
|
+
'Sketch your home layout, place walls, doors, furniture and appliances, then drag your router and device to find the best signal path. See live coverage loss, streaming verdicts and placement tips to fix dead zones without buying new hardware.';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: 'Why does my Wi-Fi signal drop in certain rooms?',
|
|
14
|
+
answer:
|
|
15
|
+
'Wi-Fi uses radio waves that are absorbed, reflected, or blocked by physical materials. Solid brick, concrete, and metal are the worst offenders, each reducing signal strength significantly. Water and glass can also reflect or absorb parts of the signal.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'How much does a concrete or stone wall affect Wi-Fi?',
|
|
19
|
+
answer:
|
|
20
|
+
'A standard concrete wall can attenuate a 2.4 GHz signal by 10 to 20 decibels. Thick stone walls of 70 to 80 centimetres can reach 22 decibels or more. This translates to roughly 50 to 90 percent range loss depending on thickness and density. At 5 GHz the loss is even greater because higher frequencies are absorbed faster by dense materials.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Where should I place my router for best coverage?',
|
|
24
|
+
answer:
|
|
25
|
+
'Central, elevated, and open. Place the router in the middle of your home, at least one meter away from thick walls and metal objects, and raise it to chest height for horizontal dispersion. Avoid corners, closets, and low positions behind furniture.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Can glass doors block Wi-Fi?',
|
|
29
|
+
answer:
|
|
30
|
+
'Clear glass has minimal impact, but coated or double glazed windows with metal films can reflect signals. The simulator treats standard glass as a light obstacle with roughly 2 to 3 decibels of loss.',
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
|
|
34
|
+
const howToData = [
|
|
35
|
+
{
|
|
36
|
+
name: 'Identify the signal path',
|
|
37
|
+
text: 'Imagine a straight line between your router and the device you care about. Every object that crosses this line matters.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: 'Add each obstacle',
|
|
41
|
+
text: 'Click the material buttons in the simulator to add every wall, door, appliance or piece of furniture that crosses the path.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Read the verdict',
|
|
45
|
+
text: 'Watch the signal ring, wave animation, and streaming dashboard update instantly as you add or remove objects.',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'Apply the contextual tip',
|
|
49
|
+
text: 'Follow the placement cards that appear based on your exact obstacle combination to improve coverage without buying new hardware.',
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
|
|
53
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'FAQPage',
|
|
56
|
+
mainEntity: faqData.map((item) => ({
|
|
57
|
+
'@type': 'Question',
|
|
58
|
+
name: item.question,
|
|
59
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
60
|
+
})),
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
const howToSchema: WithContext<HowTo> = {
|
|
64
|
+
'@context': 'https://schema.org',
|
|
65
|
+
'@type': 'HowTo',
|
|
66
|
+
name: title,
|
|
67
|
+
description,
|
|
68
|
+
step: howToData.map((step) => ({
|
|
69
|
+
'@type': 'HowToStep',
|
|
70
|
+
name: step.name,
|
|
71
|
+
text: step.text,
|
|
72
|
+
})),
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
76
|
+
'@context': 'https://schema.org',
|
|
77
|
+
'@type': 'SoftwareApplication',
|
|
78
|
+
name: title,
|
|
79
|
+
description,
|
|
80
|
+
applicationCategory: 'UtilityApplication',
|
|
81
|
+
operatingSystem: 'All',
|
|
82
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
83
|
+
inLanguage: 'en',
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export const content: ToolLocaleContent<WifiRangeSimulatorUI> = {
|
|
87
|
+
slug,
|
|
88
|
+
title,
|
|
89
|
+
description,
|
|
90
|
+
faq: faqData,
|
|
91
|
+
bibliography,
|
|
92
|
+
howTo: howToData,
|
|
93
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
94
|
+
seo: [
|
|
95
|
+
{
|
|
96
|
+
type: 'title',
|
|
97
|
+
text: 'Why Your Wi-Fi Dies in the Next Room',
|
|
98
|
+
level: 2,
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
type: 'paragraph',
|
|
102
|
+
html: 'Your router broadcasts radio waves in all directions. Those waves travel through air easily, but every physical object they meet takes a toll. Some materials let most of the signal pass. Others devour it completely. Understanding which objects in your home are silently killing your connection is the first step to fixing dead zones without spending a single euro on new hardware.',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'stats',
|
|
106
|
+
items: [
|
|
107
|
+
{ value: '3 dB', label: 'Drywall Loss', icon: 'mdi:wall' },
|
|
108
|
+
{ value: '22 dB', label: 'Thick Stone Wall', icon: 'mdi:wall' },
|
|
109
|
+
{ value: '18 dB', label: 'Metal Door Loss', icon: 'mdi:door-closed-lock' },
|
|
110
|
+
],
|
|
111
|
+
columns: 3,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'title',
|
|
115
|
+
text: 'The Real Cost of Every Object in Your Home',
|
|
116
|
+
level: 3,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
type: 'paragraph',
|
|
120
|
+
html: 'Not all obstacles are equal. A single drywall panel might shave off a few percent of your signal, but a concrete pillar or a metal door can cut your effective range in half. Here is what you are really up against when you place your router behind the TV, next to the fridge, or on the floor under a metal shelf.',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'comparative',
|
|
124
|
+
items: [
|
|
125
|
+
{
|
|
126
|
+
title: 'Light Obstacles',
|
|
127
|
+
description: 'These objects cause minimal signal loss and are usually safe to have near the signal path. You should not worry about a single window or glass door.',
|
|
128
|
+
icon: 'mdi:window-open-variant',
|
|
129
|
+
points: [
|
|
130
|
+
'Glass door: 2 to 3 dB loss',
|
|
131
|
+
'Standard window: 2 dB loss',
|
|
132
|
+
'Drywall partition: 3 dB loss',
|
|
133
|
+
'Wooden interior door: 4 dB loss',
|
|
134
|
+
],
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
title: 'Moderate Obstacles',
|
|
138
|
+
description: 'These objects create a noticeable dent in your coverage. One or two are fine, but stacking three or more in the same signal path will start to cause buffering and lag.',
|
|
139
|
+
icon: 'mdi:wardrobe',
|
|
140
|
+
points: [
|
|
141
|
+
'Wooden wardrobe or closet: 5 dB loss',
|
|
142
|
+
'Large mirror: 6 dB loss',
|
|
143
|
+
'Washing machine: 6 dB loss',
|
|
144
|
+
'Microwave oven: 5 dB loss',
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
title: 'Heavy Obstacles',
|
|
149
|
+
description: 'These are the silent killers of home networks. A single concrete wall or metal door can turn a strong signal into a weak one, and stacking them creates guaranteed dead zones.',
|
|
150
|
+
icon: 'mdi:wall',
|
|
151
|
+
points: [
|
|
152
|
+
'Solid brick wall: 8 dB loss',
|
|
153
|
+
'Floor or ceiling: 10 dB loss',
|
|
154
|
+
'Refrigerator: 10 dB loss',
|
|
155
|
+
'Fish tank: 12 dB loss',
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
title: 'Extreme Obstacles',
|
|
160
|
+
description: 'These materials absorb or reflect almost all radio energy. If your signal path crosses one of these, you need to move the router or the device. There is no workaround.',
|
|
161
|
+
icon: 'mdi:shield',
|
|
162
|
+
points: [
|
|
163
|
+
'Thick stone wall (70-80 cm): 22 dB loss',
|
|
164
|
+
'Concrete wall: 15 dB loss',
|
|
165
|
+
'Metal cabinet: 12 dB loss',
|
|
166
|
+
'Metal door or gate: 18 dB loss',
|
|
167
|
+
'Elevator shaft: 20+ dB loss',
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
columns: 2,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'title',
|
|
175
|
+
text: 'How Different Frequencies Behave Through Walls',
|
|
176
|
+
level: 3,
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'paragraph',
|
|
180
|
+
html: 'Most modern routers broadcast on two bands: 2.4 GHz and 5 GHz. The lower frequency travels farther and sneaks through walls more easily, but it is slower and crowded. The higher frequency is blazing fast but gets absorbed by every obstacle in its path.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'comparative',
|
|
184
|
+
items: [
|
|
185
|
+
{
|
|
186
|
+
title: '2.4 GHz Penetration',
|
|
187
|
+
description: 'Lower frequencies travel farther and penetrate walls better. Ideal for long range but crowded with neighbouring networks.',
|
|
188
|
+
icon: 'mdi:signal',
|
|
189
|
+
points: [
|
|
190
|
+
'Better through solid brick and concrete',
|
|
191
|
+
'More interference from neighbour routers',
|
|
192
|
+
'Slower top speeds, around 150 Mbps real world',
|
|
193
|
+
'Better for smart home devices and IoT',
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
title: '5 GHz Penetration',
|
|
198
|
+
description: 'Higher frequencies offer faster speeds but are absorbed much faster by building materials. Best for open spaces and nearby devices.',
|
|
199
|
+
icon: 'mdi:signal-5g',
|
|
200
|
+
points: [
|
|
201
|
+
'Poor through concrete and metal',
|
|
202
|
+
'Less interference, cleaner channels',
|
|
203
|
+
'Gigabit capable speeds in the same room',
|
|
204
|
+
'Worse coverage, better quality where it reaches',
|
|
205
|
+
],
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
columns: 2,
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
type: 'title',
|
|
212
|
+
text: 'Hidden Killers: Objects You Never Suspected',
|
|
213
|
+
level: 3,
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 'paragraph',
|
|
217
|
+
html: 'Most people blame walls, but some of the worst Wi-Fi killers are everyday objects. A fish tank is mostly water, and water absorbs 2.4 GHz radio waves almost perfectly. A large mirror has a thin metal backing that reflects signal away from your device. A microwave oven leaks radiation at 2.4 GHz, the exact same frequency as your router, causing interference every time you warm up soup.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
type: 'diagnostic',
|
|
221
|
+
variant: 'warning',
|
|
222
|
+
title: 'The Fish Tank Trap',
|
|
223
|
+
icon: 'mdi:fish',
|
|
224
|
+
badge: 'Surprise Blocker',
|
|
225
|
+
html: '<p>A large aquarium can attenuate your Wi-Fi signal by up to 12 decibels. That is the same as a thick concrete wall. If your router is on one side of the tank and your desk is on the other, the water is doing more damage than the wall behind it.</p>',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'diagnostic',
|
|
229
|
+
variant: 'warning',
|
|
230
|
+
title: 'The Mirror Effect',
|
|
231
|
+
icon: 'mdi:mirror',
|
|
232
|
+
badge: 'Reflection Hazard',
|
|
233
|
+
html: '<p>Large mirrors have a thin layer of metal backing designed to reflect light. That same metal layer also reflects radio waves. A mirror facing your router can bounce signal away from where you need it, or create confusing multi-path interference that garbles data packets.</p>',
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
type: 'diagnostic',
|
|
237
|
+
variant: 'warning',
|
|
238
|
+
title: 'The Microwave Interference',
|
|
239
|
+
icon: 'mdi:microwave',
|
|
240
|
+
badge: 'Active Jammer',
|
|
241
|
+
html: '<p>Microwave ovens operate at 2.45 GHz, overlapping directly with the 2.4 GHz Wi-Fi band. When running, a microwave can wipe out the 2.4 GHz signal within a 3 to 5 meter radius. If your router only supports 2.4 GHz and your kitchen is nearby, switch to a dual band router and use 5 GHz for critical tasks.</p>',
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
type: 'title',
|
|
245
|
+
text: 'Room by Room: Where to Place Your Router',
|
|
246
|
+
level: 3,
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
type: 'paragraph',
|
|
250
|
+
html: 'The ideal router location is not the most convenient one. It is the one that gives the clearest line of sight to the rooms where you actually use the internet. Here is how to think about each room.',
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
type: 'table',
|
|
254
|
+
headers: ['Room', 'Risk Level', 'Why It Is Hard', 'Fix'],
|
|
255
|
+
rows: [
|
|
256
|
+
['Kitchen', 'High', 'Fridge, microwave, metal cabinets, water pipes', 'Place router outside the kitchen, never inside.'],
|
|
257
|
+
['Bathroom', 'High', 'Mirrors, water pipes, tiles with metal mesh', 'Avoid placing router on the other side of a bathroom wall.'],
|
|
258
|
+
['Bedroom', 'Medium', 'Wardrobes, thick walls, metal bed frames', 'Elevate router, clear path above furniture.'],
|
|
259
|
+
['Living Room', 'Low', 'Usually open, but watch TVs and consoles', 'Keep router visible, not hidden behind the TV.'],
|
|
260
|
+
['Garage', 'Extreme', 'Metal doors, concrete, cars', 'Do not expect indoor router to reach the garage.'],
|
|
261
|
+
['Garden / Terrace', 'High', 'Exterior walls, glass, distance', 'Use an outdoor access point or mesh node.'],
|
|
262
|
+
],
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
type: 'title',
|
|
266
|
+
text: 'The One Meter Rule and Other Placement Hacks',
|
|
267
|
+
level: 3,
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
type: 'paragraph',
|
|
271
|
+
html: 'Small moves create big differences. You do not need to rewire your house. You just need to understand how radio waves move and give them a clear path.',
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
type: 'tip',
|
|
275
|
+
title: 'The One Meter Rule',
|
|
276
|
+
html: '<p>Moving your router just one meter away from a concrete or metal barrier can recover up to 40 percent of lost signal strength.</p>',
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
type: 'tip',
|
|
280
|
+
title: 'Elevate for Coverage',
|
|
281
|
+
html: '<p>Elevate the router to chest height on a shelf. Signals radiate horizontally from the antenna. Placing it on the floor wastes half your coverage into the ground.</p>',
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
type: 'tip',
|
|
285
|
+
title: 'Keep It Visible',
|
|
286
|
+
html: '<p>Never hide the router inside a cabinet, closet, or behind the TV. The enclosure acts like a Faraday cage, trapping the signal before it reaches your room.</p>',
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
type: 'tip',
|
|
290
|
+
title: 'Antenna Positioning',
|
|
291
|
+
html: '<p>If your router has external antennas, position one vertically and one horizontally. This gives better coverage for devices at different heights.</p>',
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
type: 'tip',
|
|
295
|
+
title: 'Avoid Interference',
|
|
296
|
+
html: '<p>Keep the router at least 1.5 meters away from microwave ovens, cordless phones, and baby monitors. These devices share the 2.4 GHz spectrum and cause active interference.</p>',
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
type: 'tip',
|
|
300
|
+
title: 'Middle Floor Advantage',
|
|
301
|
+
html: '<p>If you live in a multi-storey home, place the router on the middle floor. Signals spread up and down poorly through concrete floors.</p>',
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
type: 'title',
|
|
305
|
+
text: 'Streaming Verdicts: What Your Signal Actually Means',
|
|
306
|
+
level: 3,
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
type: 'paragraph',
|
|
310
|
+
html: 'Percentages are abstract. What you really care about is whether you can watch Netflix, win a match, or finish a video call without freezing. Here is what each signal level means in the real world.',
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
type: 'table',
|
|
314
|
+
headers: ['Signal', '4K Streaming', 'Online Gaming', 'Video Calls', 'Browsing'],
|
|
315
|
+
rows: [
|
|
316
|
+
['80% to 100%', 'Perfect, instant load', 'Low latency, competitive play', 'Crystal clear, no drops', 'Instant, no delay'],
|
|
317
|
+
['60% to 79%', 'Good, occasional buffer', 'Playable, minor lag spikes', 'Stable, rare pixelation', 'Fast, no issues'],
|
|
318
|
+
['40% to 59%', 'Buffering every few minutes', 'Lag warnings, rubber banding', 'Pixelated, some drops', 'Usable, slower loads'],
|
|
319
|
+
['20% to 39%', 'Impossible, constant freeze', 'Disconnects, unplayable', 'Frequent drops, unusable', 'Very slow, timeouts'],
|
|
320
|
+
['0% to 19%', 'Will not start', 'Cannot connect', 'No connection', 'Unusable'],
|
|
321
|
+
],
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
type: 'title',
|
|
325
|
+
text: 'Quick Fixes Before You Buy Anything',
|
|
326
|
+
level: 3,
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
type: 'summary',
|
|
330
|
+
title: 'Zero Cost Optimisation Checklist',
|
|
331
|
+
items: [
|
|
332
|
+
'Move the router to the centre of your home, not the corner.',
|
|
333
|
+
'Raise it to chest height on a shelf or tall furniture.',
|
|
334
|
+
'Pull it out of cabinets, closets, and behind the TV.',
|
|
335
|
+
'Angle one antenna vertical and one horizontal if possible.',
|
|
336
|
+
'Switch to 5 GHz for nearby devices and 2.4 GHz for distant ones.',
|
|
337
|
+
'Change your Wi-Fi channel to a less crowded one using a scanner app.',
|
|
338
|
+
'Update router firmware to fix known signal bugs.',
|
|
339
|
+
'Reboot the router once a month to clear memory leaks.',
|
|
340
|
+
],
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
type: 'title',
|
|
344
|
+
text: 'When to Upgrade Your Hardware',
|
|
345
|
+
level: 3,
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
type: 'paragraph',
|
|
349
|
+
html: 'Sometimes the environment wins. If you have tried every placement trick and still suffer dead zones, it is time to extend the network instead of fighting physics.',
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
type: 'proscons',
|
|
353
|
+
title: 'WiFi Extender vs Mesh System',
|
|
354
|
+
items: [
|
|
355
|
+
{ pro: 'Extenders are cheap and easy to install.', con: 'Extenders create a second network name and half the speed.' },
|
|
356
|
+
{ pro: 'Extenders work for a single dead zone.', con: 'Extenders need a strong existing signal to boost.' },
|
|
357
|
+
{ pro: 'Mesh systems create one seamless network.', con: 'Mesh systems are more expensive upfront.' },
|
|
358
|
+
{ pro: 'Mesh handles multiple floors and large homes.', con: 'Mesh requires a main node near the modem.' },
|
|
359
|
+
],
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
type: 'tip',
|
|
363
|
+
title: 'When to Use Mesh',
|
|
364
|
+
html: '<p>For homes over 120 square metres or with thick concrete walls, a mesh system with at least two nodes will outperform any single router, no matter how expensive.</p>',
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
type: 'title',
|
|
368
|
+
text: 'Understanding Decibels in Plain English',
|
|
369
|
+
level: 3,
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
type: 'paragraph',
|
|
373
|
+
html: 'Decibels are logarithmic, which means they do not behave like normal numbers. Every 3 dB of loss cuts your signal power in half. A 6 dB loss means one quarter of the original power remains. A 10 dB loss means only one tenth survives. That is why a concrete wall at 15 dB is devastating. It does not just weaken the signal. It obliterates it.',
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
type: 'glossary',
|
|
377
|
+
items: [
|
|
378
|
+
{ term: 'Attenuation', definition: 'The gradual loss of signal strength as it passes through a material. Higher numbers mean more signal is lost.' },
|
|
379
|
+
{ term: 'dBm', definition: 'A unit of power used to measure Wi-Fi signal strength. Zero dBm is one milliwatt. Negative values are normal, with minus 30 being excellent and minus 80 being barely usable.' },
|
|
380
|
+
{ term: 'Dead Zone', definition: 'An area where the Wi-Fi signal is too weak to establish or maintain a reliable connection.' },
|
|
381
|
+
{ term: 'Mesh Network', definition: 'A system of multiple router nodes that work together to blanket a large area with a single seamless Wi-Fi network.' },
|
|
382
|
+
{ term: 'Multi-Path Interference', definition: 'When radio waves bounce off walls and objects, creating multiple delayed copies of the same signal that confuse the receiver.' },
|
|
383
|
+
{ term: 'SSID', definition: 'The name of your Wi-Fi network. Extenders often create a second SSID, while mesh systems keep one name across all nodes.' },
|
|
384
|
+
],
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
type: 'diagnostic',
|
|
388
|
+
variant: 'warning',
|
|
389
|
+
title: 'The Golden Rule of Router Placement',
|
|
390
|
+
icon: 'mdi:map-marker-radius',
|
|
391
|
+
badge: 'Key Tip',
|
|
392
|
+
html: '<p>If your router is currently in a corner, inside a cabinet, or on the floor, you are throwing away 50 to 70 percent of its potential range before the signal even leaves the room. The fastest upgrade you can make is moving it to an open, central, elevated location. That single change often fixes more problems than buying new equipment.</p>',
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
type: 'summary',
|
|
396
|
+
title: 'How to Prevent WiFi Dead Zones',
|
|
397
|
+
items: [
|
|
398
|
+
'Place the router centrally, elevated, and in the open.',
|
|
399
|
+
'Minimise the number of walls between router and device.',
|
|
400
|
+
'Avoid kitchens, bathrooms, and garages as router locations.',
|
|
401
|
+
'Use 5 GHz for speed in the same room, 2.4 GHz for distance.',
|
|
402
|
+
'Consider mesh for large homes or thick exterior walls.',
|
|
403
|
+
'Reboot monthly and update firmware to maintain peak performance.',
|
|
404
|
+
],
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
ui: {
|
|
408
|
+
labelObstacles: 'Home Objects That Block Wi-Fi',
|
|
409
|
+
labelAddObstacle: 'Click to add to the signal path',
|
|
410
|
+
labelRemove: 'Remove',
|
|
411
|
+
labelSignalStrength: 'Signal',
|
|
412
|
+
labelEffectiveRange: 'Effective Range',
|
|
413
|
+
labelMeters: 'm',
|
|
414
|
+
labelPercent: '%',
|
|
415
|
+
labelStreamingVerdict: 'Streaming Verdict',
|
|
416
|
+
verdictPerfect: 'Perfect',
|
|
417
|
+
verdictGood: 'Good',
|
|
418
|
+
verdictFair: 'Fair',
|
|
419
|
+
verdictPoor: 'Poor',
|
|
420
|
+
verdictDead: 'Dead Zone',
|
|
421
|
+
tipTitle: 'Placement Tip',
|
|
422
|
+
label4kStreaming: '4K Streaming',
|
|
423
|
+
labelOnlineGaming: 'Online Gaming',
|
|
424
|
+
labelVideoCalls: 'Video Calls',
|
|
425
|
+
labelBasicBrowsing: 'Basic Browsing',
|
|
426
|
+
statusPerfect: 'Perfect',
|
|
427
|
+
statusGood: 'Good',
|
|
428
|
+
statusFair: 'Fair',
|
|
429
|
+
statusPoor: 'Poor',
|
|
430
|
+
statusImpossible: 'Impossible',
|
|
431
|
+
statusLowLatency: 'Low Latency',
|
|
432
|
+
statusLagWarning: 'Lag Warning',
|
|
433
|
+
statusDisconnect: 'Disconnect',
|
|
434
|
+
statusStable: 'Stable',
|
|
435
|
+
statusPixelated: 'Pixelated',
|
|
436
|
+
statusDropped: 'Dropped',
|
|
437
|
+
statusPass: 'Pass',
|
|
438
|
+
statusUnusable: 'Unusable',
|
|
439
|
+
tipMoveRouter: 'Moving your router just 1 meter away from that solid barrier could boost signal by up to 40%.',
|
|
440
|
+
tipElevateRouter: 'Elevate the router to chest height. Signals spread horizontally, and the floor absorbs more than you think.',
|
|
441
|
+
tipReduceObstacles: 'Each additional wall halves the signal. Try to reduce the number of obstacles between router and device.',
|
|
442
|
+
|
|
443
|
+
tipFishTank: 'A fish tank blocks Wi-Fi like a concrete wall. Move the router or device away from it.',
|
|
444
|
+
tipMicrowave: 'Microwaves jam the 2.4 GHz band when running. Use 5 GHz or move the router further from the kitchen.',
|
|
445
|
+
labelMove: 'Move',
|
|
446
|
+
labelWalls: 'Walls',
|
|
447
|
+
labelDrywall: 'Drywall',
|
|
448
|
+
labelBrick: 'Brick',
|
|
449
|
+
labelConcrete: 'Concrete',
|
|
450
|
+
labelStone: 'Stone',
|
|
451
|
+
labelObjects: 'Objects',
|
|
452
|
+
labelWood: 'Wood',
|
|
453
|
+
labelMetal: 'Metal',
|
|
454
|
+
labelWindow: 'Window',
|
|
455
|
+
labelFridge: 'Fridge',
|
|
456
|
+
labelFish: 'Fish',
|
|
457
|
+
labelMicro: 'Micro',
|
|
458
|
+
labelMirror: 'Mirror',
|
|
459
|
+
labelFurn: 'Furn',
|
|
460
|
+
labelActions: 'Actions',
|
|
461
|
+
labelUndo: 'Undo',
|
|
462
|
+
labelAddDevice: '+ Device',
|
|
463
|
+
labelClearWalls: 'Clear Walls',
|
|
464
|
+
labelClearObjects: 'Clear Objects',
|
|
465
|
+
labelClearAll: 'Clear All',
|
|
466
|
+
labelZoomIn: 'Zoom In',
|
|
467
|
+
labelZoomOut: 'Zoom Out',
|
|
468
|
+
labelRouter: 'Router',
|
|
469
|
+
labelAverageSignal: 'Average Signal',
|
|
470
|
+
labelScaleMeters: '5 m',
|
|
471
|
+
hintText: 'Drag router or devices to move them. Double-click walls or objects to delete. Ctrl+Z to undo.',
|
|
472
|
+
labelMaxDevices: 'Max 4 devices',
|
|
473
|
+
labelDevicePrefix: 'Device',
|
|
474
|
+
labelPerDevice: 'Per Device',
|
|
475
|
+
labelDb: 'dB',
|
|
476
|
+
},
|
|
477
|
+
};
|