diff --git a/.gitmodules b/.gitmodules index e69de29..99071aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/amberterm"] + path = themes/amberterm + url = git@codeberg.org:mclemens/amberterm.git diff --git a/config.toml b/config.toml index 02a88fa..3361825 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ #baseURL = "qrz.is/" baseURL = "/" languageCode = "en-us" -title = "qrz.is" +title = "dk1mi.radio" copyright = "Michael Clemens" subtitle = "personal website of Michael Clemens / DK1MI" theme = "amberterm" diff --git a/content/fedihams.md b/content/fedihams.md index b4c7c18..1944e2f 100644 --- a/content/fedihams.md +++ b/content/fedihams.md @@ -17,7 +17,7 @@ The FediHams network is neither topic nor location based. All can jump in, have # Diagram The following diagram shows how everything is connected: -![image](/img/fedihams.svg) +![image](/img/diagram.jpg) # What you can do with this diff --git a/content/post/mx-p50m-mod.md b/content/post/mx-p50m-mod.md new file mode 100644 index 0000000..18f85c7 --- /dev/null +++ b/content/post/mx-p50m-mod.md @@ -0,0 +1,39 @@ +--- +title: "MX-P50M Modifications" +type: post +author: micha +date: 2023-01-01T06:00:00+02:00 +url: /mx-p50m-mod/ +tags: + - Ham Radio + - amplifier + - mod +--- + +I've recently purchased the famous chinese MX-P50M 45W amplifier as an addition to the X5105 for portable use. The amp is small, lightweight and does a decent job but I did not like the SO-239 sockets. I also did not like that there is a PTT cable permanently attached to the amplifier. This post describes briefly the steps to modify it to BNC and a dedicated PTT jack. + +The MX-P50M before the modification: + +![image](/img/mxp50m-1.jpg) + +![image](/img/mxp50m-2.jpg) + +After opening the case, I desoldered the PL sockets, removed the backplate, removed the sockets and replaced them with BNC sockets. The BNC sockets are mounted with screws which required drilling four 2,5mm holes for each one. + +![image](/img/mxp50m-3.jpg) + +In the above picture, the 3,5mm headphone jack can be seen, which will be used for triggering PTT via the transceiver. + +This is how the amplifier looks assembled but still opened: + +![image](/img/mxp50m-4.jpg) + +I've also replaced the original cable gland with a 3D printed one. You can find the design [here](https://www.thingiverse.com/thing:5264517). + +The final result from the back... + +![image](/img/mxp50m-5.jpg) + +... and in action while activating POTA park DA-0221: + +![image](/img/mxp50m-6.jpg) diff --git a/content/post/review-pac-12-antenna.md b/content/post/review-pac-12-antenna.md new file mode 100644 index 0000000..b7660b1 --- /dev/null +++ b/content/post/review-pac-12-antenna.md @@ -0,0 +1,63 @@ +--- +title: "Review of the PAC-12 Portable Antenna System" +type: post +author: micha +date: 2023-01-01T08:00:00+02:00 +url: /review-pac-12-antenna/ +tags: + - Ham Radio + - antenna + - review +--- + +Since my old and proven antenna is only resonant on 20m and I did not like the fact, that the mast does not fit into any backpack, I decided to give the PAC-12 antenna system a go. I've ordered the following from Aliexpress: + + * [5,6m long stainless steel whip](https://www.aliexpress.com/item/1005004662439855.html) + * earth spike with feed point (part of the set linked above) + * [radials](https://www.aliexpress.com/item/1005004552316570.html) + * [coil for 40m band](https://www.aliexpress.com/item/1005004758022020.html) + +All in all the antenna system cost me ~100 EUR. + +The antenna together with the X5105 for scale: + +![image](/img/pac12-1.jpg) + +The coil for 40m: + +![image](/img/pac12-2.jpg) + +This is how the antenna looks when deployed: + +![image](/img/pac12-3.jpg) + +![image](/img/pac12-4.jpg) + +## Protective Cover + +The earth spike is very pointed and might damage the backpack or other carried items. I've designed a 3D printable protective cover for it that also includes a winder for the radials. You can download it at [Thingiverse](https://www.thingiverse.com/thing:5736912). + +![image](/img/pac12-5.jpg) + +![image](/img/pac12-6.jpg) + +## Real World Test + +A first test of the antenna during my POTA activation of DA-0221 gave me very nice results (Xiegu X5105 + MX-P50M, 40m/20m/17m/15m): + +![image](/img/pac12-7.jpg) + +## Verdict + +I like it a lot! Which is convincing to me: + + * fits into a backpack or can be held via MOLLE system + * no supports like a bench, table or tree needed. The antenna supports itself + * no coil needed for a quarterwave vertical for 20m or higher + * no complicated tuning via adjustable coil necessary. The antenna is simply pushed in or out. + +The whip seems quite solid but it can be damaged easily when improperly handled. This is why I've ordered a spare whip - just in case. + +Finally a picture with the antenna attached to the backpack using the MOLLE system: + +![image](/img/pac12-8.jpg) diff --git a/static/img/mxp50m-1.jpg b/static/img/mxp50m-1.jpg new file mode 100644 index 0000000..de06498 Binary files /dev/null and b/static/img/mxp50m-1.jpg differ diff --git a/static/img/mxp50m-2.jpg b/static/img/mxp50m-2.jpg new file mode 100644 index 0000000..f6651eb Binary files /dev/null and b/static/img/mxp50m-2.jpg differ diff --git a/static/img/mxp50m-3.jpg b/static/img/mxp50m-3.jpg new file mode 100644 index 0000000..c832211 Binary files /dev/null and b/static/img/mxp50m-3.jpg differ diff --git a/static/img/mxp50m-4.jpg b/static/img/mxp50m-4.jpg new file mode 100644 index 0000000..7363dcb Binary files /dev/null and b/static/img/mxp50m-4.jpg differ diff --git a/static/img/mxp50m-5.jpg b/static/img/mxp50m-5.jpg new file mode 100644 index 0000000..a8b0d50 Binary files /dev/null and b/static/img/mxp50m-5.jpg differ diff --git a/static/img/mxp50m-6.jpg b/static/img/mxp50m-6.jpg new file mode 100644 index 0000000..cfa3ba2 Binary files /dev/null and b/static/img/mxp50m-6.jpg differ diff --git a/static/img/pac12-1.jpg b/static/img/pac12-1.jpg new file mode 100644 index 0000000..f7588fd Binary files /dev/null and b/static/img/pac12-1.jpg differ diff --git a/static/img/pac12-2.jpg b/static/img/pac12-2.jpg new file mode 100644 index 0000000..ff54cc5 Binary files /dev/null and b/static/img/pac12-2.jpg differ diff --git a/static/img/pac12-3.jpg b/static/img/pac12-3.jpg new file mode 100644 index 0000000..5e12207 Binary files /dev/null and b/static/img/pac12-3.jpg differ diff --git a/static/img/pac12-4.jpg b/static/img/pac12-4.jpg new file mode 100644 index 0000000..6bdc90c Binary files /dev/null and b/static/img/pac12-4.jpg differ diff --git a/static/img/pac12-5.jpg b/static/img/pac12-5.jpg new file mode 100644 index 0000000..d526b87 Binary files /dev/null and b/static/img/pac12-5.jpg differ diff --git a/static/img/pac12-6.jpg b/static/img/pac12-6.jpg new file mode 100644 index 0000000..244dd14 Binary files /dev/null and b/static/img/pac12-6.jpg differ diff --git a/static/img/pac12-7.jpg b/static/img/pac12-7.jpg new file mode 100644 index 0000000..8b4f25a Binary files /dev/null and b/static/img/pac12-7.jpg differ diff --git a/static/img/pac12-8.jpg b/static/img/pac12-8.jpg new file mode 100644 index 0000000..5b3bfce Binary files /dev/null and b/static/img/pac12-8.jpg differ diff --git a/themes/amberterm b/themes/amberterm new file mode 160000 index 0000000..42bd540 --- /dev/null +++ b/themes/amberterm @@ -0,0 +1 @@ +Subproject commit 42bd540a2ce8a06da5f4d28c8223ed0eada09ce3