Fix images for Radio fielddays.
This commit is contained in:
parent
b2fcc1eec9
commit
7947420187
@ -21,18 +21,60 @@ The stations that try to connect to our station, are called the “Hunters” or
|
||||
|
||||
We had the luxurity to operate from a parking spot to make our connections. We used an [NVIS](https://en.wikipedia.org/wiki/Near_vertical_incidence_skywave)\-antenna, created by PA0ABG. After getting permission over the telephone from the owner, we set up the mast on a 13x13 meter (42.5x42.5 feet) patch within a nearby field.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The vehicle we used, (Citroën Globecar Globescout R), had an additional 12 Volt battery from which we could supply our equipment with power. Next time we intend to set up further in the park, so we will require a mobile battery as well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp"
|
||||
alt="Mobile radio station in van"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp">
|
||||
Mobile radio station in van
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
On SSB I made 16 connections. On CW, PA2WLE made 25 connections. For me as beginner, this was quite a lot.
|
||||
|
||||
Operating practice:
|
||||
Once you have an available frequency, valid in the bandplan (with 5khz above and below also free), you can get started.
|
||||
|
||||
Start by calling: "CQ CQ, PA4KEV, Flaura and Fauna, WWFF" or: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
Start by calling: "CQ CQ, PA4KEV, Flora and Fauna, WWFF" or: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
|
||||
The other station will call you with only their callsign. Repeat the callsign of the other station, until the station replies with a “Roger, roger” or a “QSL”.
|
||||
|
||||
@ -40,35 +82,42 @@ Give the signal report (59) and end the QSO. You can do a greeting of course, bu
|
||||
|
||||
For example:
|
||||
|
||||
Me:
|
||||
Me: _“CQ CQ, PA4KEV, Flora and Fauna, WWFF”_
|
||||
|
||||
_“CQ CQ, PA4KEV, Flaura and Fauna, WWFF”_
|
||||
They: _“PA0--C”_
|
||||
|
||||
They:
|
||||
Me: _“PA0 again” or; “Ending with Charlie again”_
|
||||
|
||||
_“PA0--C”_
|
||||
They: _“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Me:
|
||||
Me: _“PA0ABC QSL?”_
|
||||
|
||||
_“PA0 again” or; “Ending with Charlie again”_
|
||||
They: _“Roger roger, you are a 59”_
|
||||
|
||||
They:
|
||||
Me: _“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||
_“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Me:
|
||||
|
||||
_“PA0ABC QSL?”_
|
||||
|
||||
They:
|
||||
|
||||
_“Roger roger, you are a 59”_
|
||||
|
||||
Me:
|
||||
|
||||
_“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp"
|
||||
alt="Operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp">
|
||||
Operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
In the case of WWFF, you can greet one another at the end with a “44”, together with the standard “73”.
|
||||
|
||||
@ -81,4 +130,25 @@ What I missed during this activation and will bring next time:
|
||||
* UTC clock module
|
||||
* audiosplitter (So 2 headphones may be connected to 1 transceiver)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -32,14 +32,55 @@ My backpack (Osprey Farpoint 40) with equipment weighed 14 kilogram (30.8 lbs),
|
||||
|
||||
In addition, some sandwiches, pen and a notepad along with a vademecum. The table and chairs came from PA2WLE's camper. Also the Jackery power supply would not fit in my backpack.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp"
|
||||
alt="equipment"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp">
|
||||
equipment
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Activation
|
||||
|
||||
The activation of this location went fine with 27 unique QSO's. Once I was spotted on the cluster, I was hailed by many stations quickly.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The location was **PAFF-0221**, de Stiphoutse bossen (The Stiphoutse woods), near the Kamerven (A "ven" is mere in English). Because of the recent heavy rain fall, there was plenty of water in the mere now.
|
||||
|
||||
@ -47,14 +88,76 @@ Hikers will often pass by with their dogs, They are usually interested in the ra
|
||||
|
||||
Those who showed interest, thought that we were searching for extraterrestial lifeforms, doing measurements of even counting animals. It is a fun opportunity to tell people about the hobby. Everyone showed genuine interest in it.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp"
|
||||
alt="location"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp">
|
||||
location
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The weather was cloudy and the temperature about 9° Celcius (48° Fahrenheit). The cold wind does make it difficult to write callsigns down with bare hands though.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp"
|
||||
alt="mobile setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp">
|
||||
mobile setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Learning moments
|
||||
|
||||
@ -74,4 +177,25 @@ The little UTC clock module was perfect, during a pile-up I found it handy to in
|
||||
|
||||
Finally, its important to clean up your cables. It will save much time during deployment and tearing down the antenna. Its really annoying to untangle these in the field.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp"
|
||||
alt="antenna rolls"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp">
|
||||
antenna rolls
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -22,24 +22,129 @@ It was a succesful test for my new antenna deployment though. I made use of a pl
|
||||
* [60mm HWA tube](https://www.praxis.nl/bouwmaterialen/waterafvoer/dakgoten-en-accessoires/martens-hwa-buis-60mm-2-meter-grijs/2215168)
|
||||
* [Wurmi Erdsandwurm pegs](https://www.wurmi-shop.de/)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/setup-w800.webp"
|
||||
alt="antenna setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/setup-w800.webp">
|
||||
antenna setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The mastholder, bit of a mess currently. I should be able to improve this...
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/mast-w800.webp"
|
||||
alt="mast"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/mast-w800.webp">
|
||||
mast
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The sign, that I sadly did not notice. It is important to respect these areas, so pay attention to the surroundings when you will do an activation.
|
||||
|
||||
"Kwetsbaar gebied" = _Vulnerable area_, "Geen toegang" = _Access denied_.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp"
|
||||
alt="access denied sign"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp">
|
||||
access denied sign
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The maintainer of Staatsbosbeheer comes to write the fine.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp"
|
||||
alt="staatsbosbeheer"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp">
|
||||
staatsbosbeheer
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I admit being wrong here, I had no problem accepting the fine. It is important to respect the rules of the park. Make sure you are not in a closed-off area and start putting pegs in the ground. For the ground and the life in it may be disturbed. Do not annoy others with your hobby and respect the rules.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/boete-w800.webp"
|
||||
alt="staatsbosbeheer fine"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/boete-w800.webp">
|
||||
staatsbosbeheer fine
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The fine is €100 ($108 £85 ¥16105) plus €9 ($9,7 £7,6 ¥1450) administration costs, which falls just outside of the criminal offense range.
|
||||
The fine is €100 ($108 £85 ¥16105) plus €9 ($9,7 £7,6 ¥1450) administration costs, which falls just outside of the criminal offense range.
|
||||
|
||||
@ -14,7 +14,48 @@ So dark already at 17:00 UTC.
|
||||
|
||||
I joined PE0CD, Chris, with his POTA activation as a dual operator.
|
||||
|
||||

|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp"
|
||||
alt="night setup 1"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp">
|
||||
night setup 1
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp"
|
||||
alt="night setup 2"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp">
|
||||
night setup 2
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -12,9 +12,51 @@ antenna: "Endfed"
|
||||
|
||||
A nice, cold, early morning at 07:00, with the frost still on the evergreen at about 3°C (37.4°F). This time located at the northern end of the Stiphoutse bossen near the Kievitlaan (street name), near camping spot Croy.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/frost-w800.webp"
|
||||
alt="frost"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/frost-w800.webp">
|
||||
frost
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/location-w800.webp"
|
||||
alt="location map"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/location-w800.webp">
|
||||
location map
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I tried a setup that required minimal effort. A backpack and an antenna with a mast carried on my bicycle. It is still not optimal, I haul way too much stuff in an unwieldy way to the POTA location. I still have to minimize more equipment and discover better transportation methods.
|
||||
|
||||
@ -22,17 +64,121 @@ I tried a new power supply, a [LIFEPO4 battery](https://greencell.global/en/life
|
||||
|
||||
I still have to replace my coax cable. While an excellent Aircell 7 cable, its far too unwieldy. I still use my vademecum, but I should eventually leave that at home as well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp"
|
||||
alt="field setup with bicycle"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp">
|
||||
field setup with bicycle
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp"
|
||||
alt="equipment on ground"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp">
|
||||
equipment on ground
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I used an endfed antenna made by HyEndFed, which I hoisted up a mast and attached the antenna to a tree branch in the woods. On the 40m band, it worked perfectly and I did not have to use my tuner. Maybe I can leave that device at home as well next time.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp"
|
||||
alt="hyendfed"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp">
|
||||
hyendfed
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/antenna-w800.webp"
|
||||
alt="antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/antenna-w800.webp">
|
||||
antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I managed to get 14 QSO's in a few hours with only 15 watt operating power.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -14,18 +14,102 @@ A nice warm day to set up a small station, but sadly I did not make many QSO's w
|
||||
|
||||
I located my station in the area next to a road.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp"
|
||||
alt="location"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp">
|
||||
location
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Using my Endfed antenna.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp"
|
||||
alt="antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp">
|
||||
antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
This time I tried using a throwing weight to get my antenna up in the tree. This worked really well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp"
|
||||
alt="throwing-weight"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp">
|
||||
throwing-weight
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
However, I transmitted at 15 watt, which does not really make you stand out. Only one Polish station and one German station managed to hear me to make a contact. What often happens is that after I claimed an empty frequency, suddenly other stations start talking over my signal. Without asking if the frequency is in use. Because of my weak signal, I am probably not heard by them when calling CQ. So I cannot really blame them for claiming the frequency, but it did lessen my fun that day.
|
||||
|
||||
After a while I decided to seek out PE0CD's station, which was also set up in the same park. He allowed me to make use of his setup (an Icom IC-705) so I managed to make enough QSO to make my activation count. This saved the day for me!
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp"
|
||||
alt="PE0CD"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp">
|
||||
PE0CD
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -28,18 +28,60 @@ The stations that try to connect to our station, are called the “Hunters” or
|
||||
|
||||
We had the luxurity to operate from a parking spot to make our connections. We used an [NVIS](https://en.wikipedia.org/wiki/Near_vertical_incidence_skywave)\-antenna, created by PA0ABG. After getting permission over the telephone from the owner, we set up the mast on a 13x13 meter (42.5x42.5 feet) patch within a nearby field.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The vehicle we used, (Citroën Globecar Globescout R), had an additional 12 Volt battery from which we could supply our equipment with power. Next time we intend to set up further in the park, so we will require a mobile battery as well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp"
|
||||
alt="Mobile radio station in van"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp">
|
||||
Mobile radio station in van
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
On SSB I made 16 connections. On CW, PA2WLE made 25 connections. For me as beginner, this was quite a lot.
|
||||
|
||||
Operating practice:
|
||||
Once you have an available frequency, valid in the bandplan (with 5khz above and below also free), you can get started.
|
||||
|
||||
Start by calling: "CQ CQ, PA4KEV, Flaura and Fauna, WWFF" or: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
Start by calling: "CQ CQ, PA4KEV, Flora and Fauna, WWFF" or: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
|
||||
The other station will call you with only their callsign. Repeat the callsign of the other station, until the station replies with a “Roger, roger” or a “QSL”.
|
||||
|
||||
@ -47,35 +89,42 @@ Give the signal report (59) and end the QSO. You can do a greeting of course, bu
|
||||
|
||||
For example:
|
||||
|
||||
Me:
|
||||
Me: _“CQ CQ, PA4KEV, Flora and Fauna, WWFF”_
|
||||
|
||||
_“CQ CQ, PA4KEV, Flaura and Fauna, WWFF”_
|
||||
They: _“PA0--C”_
|
||||
|
||||
They:
|
||||
Me: _“PA0 again” or; “Ending with Charlie again”_
|
||||
|
||||
_“PA0--C”_
|
||||
They: _“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Me:
|
||||
Me: _“PA0ABC QSL?”_
|
||||
|
||||
_“PA0 again” or; “Ending with Charlie again”_
|
||||
They: _“Roger roger, you are a 59”_
|
||||
|
||||
They:
|
||||
Me: _“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||
_“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Me:
|
||||
|
||||
_“PA0ABC QSL?”_
|
||||
|
||||
They:
|
||||
|
||||
_“Roger roger, you are a 59”_
|
||||
|
||||
Me:
|
||||
|
||||
_“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp"
|
||||
alt="Operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp">
|
||||
Operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
In the case of WWFF, you can greet one another at the end with a “44”, together with the standard “73”.
|
||||
|
||||
@ -88,4 +137,25 @@ What I missed during this activation and will bring next time:
|
||||
* UTC clock module
|
||||
* audiosplitter (So 2 headphones may be connected to 1 transceiver)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -38,14 +38,55 @@ My backpack (Osprey Farpoint 40) with equipment weighed 14 kilogram (30.8 lbs),
|
||||
|
||||
In addition, some sandwiches, pen and a notepad along with a vademecum. The table and chairs came from PA2WLE's camper. Also the Jackery power supply would not fit in my backpack.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp"
|
||||
alt="equipment"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp">
|
||||
equipment
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Activation
|
||||
|
||||
The activation of this location went fine with 27 unique QSO's. Once I was spotted on the cluster, I was hailed by many stations quickly.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp"
|
||||
alt="N V I S antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp">
|
||||
NVIS antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The location was **PAFF-0221**, de Stiphoutse bossen (The Stiphoutse woods), near the Kamerven (A "ven" is mere in English). Because of the recent heavy rain fall, there was plenty of water in the mere now.
|
||||
|
||||
@ -53,14 +94,76 @@ Hikers will often pass by with their dogs, They are usually interested in the ra
|
||||
|
||||
Those who showed interest, thought that we were searching for extraterrestial lifeforms, doing measurements of even counting animals. It is a fun opportunity to tell people about the hobby. Everyone showed genuine interest in it.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp"
|
||||
alt="location"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp">
|
||||
location
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The weather was cloudy and the temperature about 9° Celcius (48° Fahrenheit). The cold wind does make it difficult to write callsigns down with bare hands though.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp"
|
||||
alt="mobile setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp">
|
||||
mobile setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Learning moments
|
||||
|
||||
@ -80,4 +183,25 @@ The little UTC clock module was perfect, during a pile-up I found it handy to in
|
||||
|
||||
Finally, its important to clean up your cables. It will save much time during deployment and tearing down the antenna. Its really annoying to untangle these in the field.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp"
|
||||
alt="antenna rolls"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp">
|
||||
antenna rolls
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -28,24 +28,129 @@ It was a succesful test for my new antenna deployment though. I made use of a pl
|
||||
* [60mm HWA tube](https://www.praxis.nl/bouwmaterialen/waterafvoer/dakgoten-en-accessoires/martens-hwa-buis-60mm-2-meter-grijs/2215168)
|
||||
* [Wurmi Erdsandwurm pegs](https://www.wurmi-shop.de/)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/setup-w800.webp"
|
||||
alt="antenna setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/setup-w800.webp">
|
||||
antenna setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The mastholder, bit of a mess currently. I should be able to improve this...
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/mast-w800.webp"
|
||||
alt="mast"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/mast-w800.webp">
|
||||
mast
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The sign, that I sadly did not notice. It is important to respect these areas, so pay attention to the surroundings when you will do an activation.
|
||||
|
||||
"Kwetsbaar gebied" = _Vulnerable area_, "Geen toegang" = _Access denied_.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp"
|
||||
alt="access denied sign"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp">
|
||||
access denied sign
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The maintainer of Staatsbosbeheer comes to write the fine.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp"
|
||||
alt="staatsbosbeheer"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp">
|
||||
staatsbosbeheer
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I admit being wrong here, I had no problem accepting the fine. It is important to respect the rules of the park. Make sure you are not in a closed-off area and start putting pegs in the ground. For the ground and the life in it may be disturbed. Do not annoy others with your hobby and respect the rules.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/boete-w800.webp"
|
||||
alt="staatsbosbeheer fine"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/boete-w800.webp">
|
||||
staatsbosbeheer fine
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
The fine is €100 ($108 £85 ¥16105) plus €9 ($9,7 £7,6 ¥1450) administration costs, which falls just outside of the criminal offense range.
|
||||
@ -20,7 +20,48 @@ So dark already at 17:00 UTC.
|
||||
|
||||
I joined PE0CD, Chris, with his POTA activation as a dual operator.
|
||||
|
||||

|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp"
|
||||
alt="night setup 1"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp">
|
||||
night setup 1
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp"
|
||||
alt="night setup 2"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp">
|
||||
night setup 2
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -18,9 +18,51 @@ antenna: "Endfed"
|
||||
|
||||
A nice, cold, early morning at 07:00, with the frost still on the evergreen at about 3°C (37.4°F). This time located at the northern end of the Stiphoutse bossen near the Kievitlaan (street name), near camping spot Croy.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/frost-w800.webp"
|
||||
alt="frost"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/frost-w800.webp">
|
||||
frost
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/location-w800.webp"
|
||||
alt="location map"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/location-w800.webp">
|
||||
location map
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I tried a setup that required minimal effort. A backpack and an antenna with a mast carried on my bicycle. It is still not optimal, I haul way too much stuff in an unwieldy way to the POTA location. I still have to minimize more equipment and discover better transportation methods.
|
||||
|
||||
@ -28,17 +70,121 @@ I tried a new power supply, a [LIFEPO4 battery](https://greencell.global/en/life
|
||||
|
||||
I still have to replace my coax cable. While an excellent Aircell 7 cable, its far too unwieldy. I still use my vademecum, but I should eventually leave that at home as well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp"
|
||||
alt="field setup with bicycle"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp">
|
||||
field setup with bicycle
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp"
|
||||
alt="equipment on ground"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp">
|
||||
equipment on ground
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I used an endfed antenna made by HyEndFed, which I hoisted up a mast and attached the antenna to a tree branch in the woods. On the 40m band, it worked perfectly and I did not have to use my tuner. Maybe I can leave that device at home as well next time.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp"
|
||||
alt="hyendfed"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp">
|
||||
hyendfed
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/antenna-w800.webp"
|
||||
alt="antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/antenna-w800.webp">
|
||||
antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
I managed to get 14 QSO's in a few hours with only 15 watt operating power.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -20,18 +20,102 @@ A nice warm day to set up a small station, but sadly I did not make many QSO's w
|
||||
|
||||
I located my station in the area next to a road.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp"
|
||||
alt="location"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp">
|
||||
location
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Using my Endfed antenna.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp"
|
||||
alt="antenna"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp">
|
||||
antenna
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
This time I tried using a throwing weight to get my antenna up in the tree. This worked really well.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp"
|
||||
alt="throwing-weight"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp">
|
||||
throwing-weight
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
However, I transmitted at 15 watt, which does not really make you stand out. Only one Polish station and one German station managed to hear me to make a contact. What often happens is that after I claimed an empty frequency, suddenly other stations start talking over my signal. Without asking if the frequency is in use. Because of my weak signal, I am probably not heard by them when calling CQ. So I cannot really blame them for claiming the frequency, but it did lessen my fun that day.
|
||||
|
||||
After a while I decided to seek out PE0CD's station, which was also set up in the same park. He allowed me to make use of his setup (an Icom IC-705) so I managed to make enough QSO to make my activation count. This saved the day for me!
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp"
|
||||
alt="PE0CD"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp">
|
||||
PE0CD
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -21,18 +21,60 @@ De stations die verbinding met ons willen maken, worden “Hunters” of “Chas
|
||||
|
||||
We hadden de luxe om vanuit de parkeerplaats met de camper een verbinding kunnen maken. We hebben een [NVIS](https://en.wikipedia.org/wiki/Near_vertical_incidence_skywave)\-antenne gebruikt, ontworpen door PA0ABG. Deze mochten we met toestemming opstellen in het paarden-veldje van [manege Meulendijks](https://www.manegemeulendijks.com/). De paarden waren die dag niet in het veldje, dus we konden een antenne van 13x13 meter opstellen.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp"
|
||||
alt="N V I S antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-w800.webp">
|
||||
NVIS antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
We hadden een camper (Citroën Globecar Globescout R), en maakten gebruik van de huishoudaccu om de apparatuur te voorzien van stroom. De volgende keer gaan we de heide op, dus dan moeten we een batterij meenemen.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp"
|
||||
alt="Mobiel radiostation in bus"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-mobile-station-1-w800.webp">
|
||||
Mobiel radiostation in bus
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Ik heb op SSB 16 verbindingen kunnen maken, op CW had PA2WLE 25 verbindingen gemaakt. Voor mij als beginneling, is dit best veel.
|
||||
|
||||
Operating practice:
|
||||
Nadat je een frequentie vrij hebt, binnen het bandplan (met 5khz boven en onder ook vrij), kun je beginnen.
|
||||
|
||||
Begin met oproepen: "CQ CQ, PA4KEV, Flaura and Fauna, WWFF" of: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
Begin met oproepen: "CQ CQ, PA4KEV, Flora and Fauna, WWFF" of: "CQ CQ, PA4KEV, Parks on the Air, POTA"
|
||||
|
||||
Het tegenstation roept alleen met een callsign. Herhaal de callsign van het tegenstation, net zolang je een “Roger, roger” of “QSL” krijgt.
|
||||
|
||||
@ -40,35 +82,42 @@ Geef vervolgens het signaalrapport (59) en sluit af, je kan een korte groet doen
|
||||
|
||||
Bijvoorbeeld:
|
||||
|
||||
Ik:
|
||||
Ik: _“CQ CQ, PA4KEV, Flora and Fauna, WWFF”_
|
||||
|
||||
_“CQ CQ, PA4KEV, Flaura and Fauna, WWFF”_
|
||||
Zij: _“PA0--C”_
|
||||
|
||||
Zij:
|
||||
Ik: _“PA0 again" of; “Ending with Charlie again”_
|
||||
|
||||
_“PA0--C”_
|
||||
Zij: _“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Ik:
|
||||
Ik: _“PA0ABC QSL?”_
|
||||
|
||||
_“PA0 again" of; “Ending with Charlie again”_
|
||||
Zij: _“Roger roger, you are a 59”_
|
||||
|
||||
Zij:
|
||||
Ik: _“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||
_“PA0ABC, Papa Alpha Zero Alpha Bravo Charlie”_
|
||||
|
||||
Ik:
|
||||
|
||||
_“PA0ABC QSL?”_
|
||||
|
||||
Zij:
|
||||
|
||||
_“Roger roger, you are a 59”_
|
||||
|
||||
Ik:
|
||||
|
||||
_“You are 59, thank you for the contact! 44, 73”_
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp"
|
||||
alt="Operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-operator-w800.webp">
|
||||
Operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
In het geval van WWFF, groet je elkaar op het einde met een “44”, samen met de standaard “73”.
|
||||
|
||||
@ -81,4 +130,25 @@ Wat ik miste en de volgende keer meeneem:
|
||||
* UTC klokmodule
|
||||
* audiosplitter (voor 2 koptelefoons aan 1 transceiver)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp"
|
||||
alt="N V I S antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-11-11/wwff-2023-11-11-antenna-2-w800.webp">
|
||||
NVIS antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -32,14 +32,55 @@ Mijn rugzak (Osprey Farpoint 40) met apparatuur woog 14 kilogram, net te zwaar o
|
||||
|
||||
Verder nog broodjes, schrijfgerei en een vademecum. Het tafeltje en de stoelen komen uit de camper. Ook de Jackery voeding paste niet in mijn rugzak.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp"
|
||||
alt="apparatuur"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-equipment-w800.webp">
|
||||
apparatuur
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Activatie
|
||||
|
||||
De activatie van deze locatie verliep prima met 27 unieke QSO's. Zodra ik op het cluster gespot werd, werd ik snel door vele stations aangeroepen.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp"
|
||||
alt="N V I S antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-w800.webp">
|
||||
NVIS antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
De locatie was **PAFF-0221**, de Stiphoutse bossen, bij het Kamerven. Door de hevige regenval, stond er vrij hoog water in het ven dit jaar.
|
||||
|
||||
@ -47,14 +88,76 @@ Er komen geregeld wandelaars met honden voorbij. De wandelaars waren vaak geïnt
|
||||
|
||||
De mensen die interesse tonen, denken dat we zoeken naar buitenaards leven, metingen doen of zelfs dieren aan het tellen zijn. Het is een leuke kans om mensen te vertellen over de hobby en iedereen toonde oprechte belangstelling.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp"
|
||||
alt="locatie"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-location-w800.webp">
|
||||
locatie
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Het weer was bewolkt, ongeveer 9° Celcius. De koude wind maakt het wel lastig om met de blote hand callsigns op te schrijven.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp"
|
||||
alt="mobiele setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-setup-w800.webp">
|
||||
mobiele setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Leermomenten
|
||||
|
||||
@ -74,4 +177,25 @@ De UTC-klok module was perfect om bij te hebben, tijdens een pile-up vind ik een
|
||||
|
||||
Ten slotte, het is zeer belangrijk om kabels netjes op te rollen. Het scheelt veel tijd met opstellen en afbreken van de antenne. Vooral in het veld is het erg vervelend om draden uit de knoop te moeten plukken.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp"
|
||||
alt="antenne rollen"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2023-12-30/wwff-2023-12-30-antenna-roll-w800.webp">
|
||||
antenne rollen
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -22,22 +22,127 @@ Het was wel een test voor mijn nieuwe antenne-opstelling. Ik had een plastic bui
|
||||
* [60mm HWA buis](https://www.praxis.nl/bouwmaterialen/waterafvoer/dakgoten-en-accessoires/martens-hwa-buis-60mm-2-meter-grijs/2215168)
|
||||
* [Wurmi Erdsandwurm haring](https://www.wurmi-shop.de/)
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/setup-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/setup-w800.webp"
|
||||
alt="antenne setup"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/setup-w800.webp">
|
||||
antenne setup
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
De masthouder, een provisorische opstelling. Moet veel beter kunnen denk ik...
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/mast-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/mast-w800.webp"
|
||||
alt="mast"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/mast-w800.webp">
|
||||
mast
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Het bordje, dat ik helaas niet had opgemerkt. Het is belangrijk om deze gebieden te respecteren, dus let goed op als je een activatie gaat doen.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/geen-toegang-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp"
|
||||
alt="geen toegang bordje"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/geen-toegang-w800.webp">
|
||||
geen toegang bordje
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
De handhaver van Staatsbosbeheer komt de boete schrijven.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp"
|
||||
alt="staatsbosbeheer"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/staatsbosbeheer-w800.webp">
|
||||
staatsbosbeheer
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Ik geef toe dat ik hier fout was en had geen probleem met het accepteren van deze boete. Het is belangrijk om de regels van het park te respecteren. Dus voordat je haringen de grond in slaat, bedenk dat je de bodem en het leven daarmee verstoord. Zorg dat je geen last bent tot anderen met je hobbies en respecteer de regels.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-01-21/boete-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-01-21/boete-w800.webp"
|
||||
alt="staatsbosbeheer boete"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-01-21/boete-w800.webp">
|
||||
staatsbosbeheer boete
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
De boete is €100 plus €9 administratiekosten, wat nog net geen aantekening op het strafblad is.
|
||||
@ -14,7 +14,49 @@ Het was om 17:00 UTC al zo donker.
|
||||
|
||||
Ik heb samen met PE0CD, Chris, als dual operator gewerkt tijdens zijn POTA activatie.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-1-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp"
|
||||
alt="nacht setup 1"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-1-w800.webp">
|
||||
nacht setup 1
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2024-11-01/night-setup-2-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp"
|
||||
alt="nacht setup 2"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2024-11-01/night-setup-2-w800.webp">
|
||||
nacht setup 2
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
@ -12,9 +12,51 @@ antenna: "Endfed"
|
||||
|
||||
Een fijne, koude, vroege ochtend om 07:00, met de vorst nog steeds aan de bomen. Het was rond de 3°C. Deze keer zat ik in het meest noordelijke deel van de Stiphoutse bossen, aan de Kievitlaan bij kampeerplaats Croy.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/frost-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/frost-w800.webp"
|
||||
alt="vorst"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/frost-w800.webp">
|
||||
vorst
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/location-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/location-w800.webp"
|
||||
alt="locatie kaart"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/location-w800.webp">
|
||||
locatie kaart
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Ik probeerde een minimale setup dit keer. Een rugzak, antenne en mast allemaal meegenomen met mijn fiets. Het is nog steeds niet optimaal, ik neem nog steeds teveel mee en het is transport is ook erg onhandig. Ik moet nog steeds manieren ontdekken om mijn apparatuur te minimalizeren en makkelijker te transporteren.
|
||||
|
||||
@ -22,17 +64,121 @@ Dit keer probeerde ik een nieuwe krachtbron, een [LIFEPO4 batterij](https://gree
|
||||
|
||||
Ik moet nog steeds mij coaxkabel vervangen. De Aircell 7 is een goede kwaliteit kabel, maar is veel te onhandig voor mobiel gebruik. De kabel is stug en zwaar.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp"
|
||||
alt="setup in veld met fiets"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/field-setup-bicycle-w800.webp">
|
||||
setup in veld met fiets
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/equipment-ground-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp"
|
||||
alt="apparatuur op de grond"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/equipment-ground-w800.webp">
|
||||
apparatuur op de grond
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Ik gebruikte een endfed antenne gemaakt door HyEndFed, die ik aan de mast omhoog heb gehesen en de antennedraad aan een boomtak heb vastgemaatk. Op de 40m band werkte het perfect en ik had mijn tuner niet nodig. De volgende keer kan ik dat apparaat ook weer thuis laten.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/hyendfed-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp"
|
||||
alt="hyendfed"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/hyendfed-w800.webp">
|
||||
hyendfed
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/antenna-w800.webp"
|
||||
alt="antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/antenna-w800.webp">
|
||||
antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Het lukte me om 18 QSO's te maken en enkele uurtjes met 15 watt.
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-01-18/operator-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-01-18/operator-w800.webp"
|
||||
alt="operator"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-01-18/operator-w800.webp">
|
||||
operator
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -14,19 +14,102 @@ Een lekkere warme dag om een klein station op te zetten, maar helaas kon ik met
|
||||
|
||||
Ik stond met mijn station in de berm langs een pad.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_gps-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp"
|
||||
alt="locatie"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_gps-w800.webp">
|
||||
locatie
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
En maakte gebruik van mijn Endfed.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_antenna-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp"
|
||||
alt="antenne"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_antenna-w800.webp">
|
||||
antenne
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Deze keer heb ik een gewichtje gebruikt om mijn antenne in de boom te krijgen. Dit werkte goed, dit wordt vaak gebruik door mensen die onderhoud aan hoge bomen houden om klimapparatuur in de boom te krijgen.
|
||||
|
||||

|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp"
|
||||
alt="gewichtje"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_throwing_weight-w800.webp">
|
||||
gewichtje
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Maar, ik zendde uit op 15 watt, wat er voor zorgt dat je niet echt sterk staat. Slechts één Pools station en één Duits station konden mij horen om een contact te leggen. Wat vaak gebeurd is dat nadat ik een lege frequency heb geclaimt, dat er opeens andere station beginnen te praten over mijn signaal, zonder te vragen of de frequentie in gebruik is. Maar vanwege mijn zwakke signaal, wordt ik waarschijnlijk niet eens gehoord door die stations als ik CQ roep. Dus ik kan ze niet echt verwijten dat ze mijn frequentie afpakken, maar het verpestte wel een beetje mijn plezier.
|
||||
|
||||
Na een tijdje besloot ik om PE0CD's station op te zoeken, die ook in hetzelfde park stond. Ik mocht gebruik maken van zijn setup (een Icom IC-705), wat ervoor zorgde dat ik toch genoeg QSO's kon maken. Hierdoor telde mijn activatie toch nog mee, dus dat heeft mijn dag weer goed gemaakt!
|
||||
|
||||

|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source
|
||||
media="(max-width: 510px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w240.webp"
|
||||
/>
|
||||
<source
|
||||
media="(max-width: 850px)"
|
||||
srcset="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w480.webp"
|
||||
/>
|
||||
<img
|
||||
src="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp"
|
||||
alt="PE0CD"
|
||||
class="img-fluid"
|
||||
/>
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/radio/fielddays/2025-07-19/20250719_PE0CD-w800.webp">
|
||||
PE0CD
|
||||
</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
@ -99,7 +99,7 @@ main = hakyll $ do
|
||||
>>= loadAndApplyTemplate "templates/default.html" extendedCtx
|
||||
>>= relativizeUrls
|
||||
|
||||
match "pages/*/radio/fielddays/*" $ do
|
||||
match "pages/*/radio/**/*" $ do
|
||||
route $ setExtension "html"
|
||||
compile $ do
|
||||
identifier <- getUnderlying
|
||||
@ -208,10 +208,12 @@ main = hakyll $ do
|
||||
let language = lookupString "language" metadata
|
||||
let lang = fromMaybe "en" language
|
||||
|
||||
antenna <- loadAll $ (fromGlob ("pages/" ++ lang ++ "/radio/antenna/*"))
|
||||
fielddays <- loadAll $ (fromGlob ("pages/" ++ lang ++ "/radio/fielddays/*"))
|
||||
fielddays <- recentFirst fielddays
|
||||
|
||||
let radioCtx =
|
||||
listField "antenna" (postCtx language) (return antenna) <>
|
||||
listField "fielddays" (postCtx language) (return fielddays) <>
|
||||
langDict lang <>
|
||||
defaultContext
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user