Added diplexer to build doc

master
marcel 3 months ago
parent ec55e4b98c
commit 74b67599c3
  1. 29
      build_doc/aprs_digipeater.html
  2. 16
      build_doc/aprs_digipeater.md
  3. 2042
      build_doc/images/diplexer.svg

@ -55,8 +55,8 @@
<main> <main>
<article> <article>
<p><b>Abstract </b><p>This project is a collection of former (and some <p><b>Abstract </b><p>This project is a collection of former (and some
new) projects connected together to make an APRS digipeater, which new) projects brought together to make an APRS digipeater, which doubles
doubles as an APRS weather station, with PE1RXF telemetry server as an APRS weather station, with PE1RXF telemetry server
capabilities.</p></p> capabilities.</p></p>
<figure> <figure>
<img src="./images/block_diagram_overview.svg" <img src="./images/block_diagram_overview.svg"
@ -218,13 +218,26 @@ alt="Alinco DJ-580" />
</figure> </figure>
<h3 id="diplexer">Diplexer</h3> <h3 id="diplexer">Diplexer</h3>
<p>The LoRa APRS transceiver (70cm) and the APRS transceiver (2m) are <p>The LoRa APRS transceiver (70cm) and the APRS transceiver (2m) are
connected to a triplexer, making it possible to use one dual band connected to a diplexer, making it possible to use one dual band antenna
antenna for both radios. Why a triplexer? Well, I had one laying around. for both radios. The diplexer is designed specially for this project.
I terminated the unused 1200MHz connector with a 50 Ohm load. But a The port isolation is not great, but because of the small transmit power
diplexer would have been sufficient, of course.</p> of the two transceivers, this is not a big deal. And even so: it
outperforms a commercial Diamond triplexer on the 70cm band.</p>
<p>All the inductors are made from 1mm copper wire (preferably silver
plated) and wind around a 6mm rod (a screw driver or a drill bit for
example).</p>
<h4 id="adjustment-procedure">Adjustment procedure:</h4>
<ul>
<li>Connect a dummy load to the combined 2m/70 cm port</li>
<li>Connect an SWR meter and a 70cm transmitter to the 70cm port</li>
<li>Adjust C1, C2 and C3 for the best SWR</li>
<li>Connect the SWR meter and a 2 meter transmitter to the 2m port</li>
<li>Adjust C4 and C5 for the best SWR</li>
<li>Repeat the two steps, as both ports influence each other</li>
</ul>
<figure> <figure>
<img src="./images/triplexer.png" title="Triplexer" alt="Triplexer" /> <img src="./images/diplexer.svg" title="Diplexer" alt="Diplexer" />
<figcaption aria-hidden="true">Triplexer</figcaption> <figcaption aria-hidden="true">Diplexer</figcaption>
</figure> </figure>
<h3 id="antenna">Antenna</h3> <h3 id="antenna">Antenna</h3>
<p>This is a simple 2m/70cm dual band antenna from Diamond, the X30.</p> <p>This is a simple 2m/70cm dual band antenna from Diamond, the X30.</p>

@ -99,9 +99,21 @@ The 2 meter transceiver is an old Alinco DJ-580 hand held radio with an output p
### Diplexer ### Diplexer
The LoRa APRS transceiver (70cm) and the APRS transceiver (2m) are connected to a triplexer, making it possible to use one dual band antenna for both radios. Why a triplexer? Well, I had one laying around. I terminated the unused 1200MHz connector with a 50 Ohm load. But a diplexer would have been sufficient, of course. The LoRa APRS transceiver (70cm) and the APRS transceiver (2m) are connected to a diplexer, making it possible to use one dual band antenna for both radios. The diplexer is designed specially for this project. The port isolation is not great, but because of the small transmit power of the two transceivers, this is not a big deal. And even so: it outperforms a commercial Diamond triplexer on the 70cm band.
![Triplexer](./images/triplexer.png "Triplexer") All the inductors are made from 1mm copper wire (preferably silver plated) and wind around a 6mm rod (a screw driver or a drill bit for example).
#### Adjustment procedure:
- Connect a dummy load to the combined 2m/70 cm port
- Connect an SWR meter and a 70cm transmitter to the 70cm port
- Adjust C1, C2 and C3 for the best SWR
- Connect the SWR meter and a 2 meter transmitter to the 2m port
- Adjust C4 and C5 for the best SWR
- Repeat the two steps, as both ports influence each other
![Diplexer](./images/diplexer.svg "Diplexer")
### Antenna ### Antenna

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 76 KiB

Loading…
Cancel
Save