revisions

This commit is contained in:
pls.153 2023-11-21 17:33:44 +01:00
parent 8d9cc1446d
commit 5be79e1640
6 changed files with 39 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

View file

@ -29,13 +29,48 @@
<h3>Antennas</h3>
<p>
A good antenna is crucial for the radio to function properly.
<br>A <a href="https://nanovna.com/" target="_blank">NanoVNA</a> is very helpful to test if an antenna is resonant at the specified frequency (otherwise it's useless).
<br>You can find good clones for about 50€/$ (beware of really cheap/bad clones).
</p>
<img src="img/swr.jpg" width=200>
<p>
A <a href="https://nanovna.com/" target="_blank">NanoVNA</a> is very helpful to test if an antenna is resonant at the specified frequency (otherwise it's useless).
<br>The <i>Return Loss</i> should be &gt;= 10dB at the used frequency, which means that at least 90% of the power is going out of the antenna, and only 10% is reflected back to the radio.
</p>
<pre><small><b> RL back out VSWR</b>
---------------------------
0 dB 100% 0% infinity
1 dB 80% 20% 17
2 dB 63% 37% 9
3 dB 50% 50% 6
5 dB 32% 68% 3.5
6 dB 25% 75% 3
8 dB 16% 84% 2.3
10 dB 10% 90% 2
15 dB 3% 97% 1.4
20 dB 1% 99% 1.2
<b>RL</b> ..... Return Loss
<b>back</b> ... reflected back to radio
<b>out</b> .... going out of antenna
<b>VSWR</b> ... Voltage Standing Wave Ratio</small></pre>
<p>
You can find good NanoVNA clones for about 50€/$ (beware of really cheap/bad clones).
</p>
<img src="img/RL.png" width=200>
<p>
The screenshot shows a very good <i>Return Loss</i> of 22dB.
</p>
<p>
The antenna needs to be in vertical position while testing, so it's best practice to build a little stand for it, so one can test without touching the circuit, which would inevitably falsify the measurements.
</p>
<p>
It's highly recommended to only trust specialized shops (mouser, RAK store) for antennas, because there is simply too much mass produced garbage out there (talking from experience).
</p>
<p>
If an antenna is totally off when I measure it, I like to dissect it.
<br>Here you can see the inside of one good example, and the worst offenders so far (at the outside all share the exact same length of around 20cm and the exact same shape, see cut off plastic part on the left):
</p>
<img src="img/good-antenna.jpg" height=220>
<img src="img/worst-antennas.jpg" height=220>
<br>
<br>
<h3>Line of Sight</h3>
To easily find out if two places are within line of sight, you can use this

View file

@ -150,7 +150,7 @@
:value (float (or (app:setting :message-font-size)
18.0))))
(defun font-size-changed (ok) ; callback from QML
(defun font-size-changed (ok) ; see QML
(when ok
(let ((size (q< |value| ui:*dialog-spin-box*)))
(setf size (min 48 (max 10 size)))