<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Blitzortung.org Forum - Hardware, Software, Lightning Physics]]></title>
		<link>https://forum.blitzortung.org/mybb/</link>
		<description><![CDATA[Blitzortung.org Forum - https://forum.blitzortung.org/mybb]]></description>
		<pubDate>Mon, 14 Sep 2026 20:03:11 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Signal Optimization Metrics Questions for the Experts]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4298</link>
			<pubDate>Sun, 06 Sep 2026 12:08:25 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6947">AA5H</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4298</guid>
			<description><![CDATA[<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Some Questions on Signal Optimization Metrics for the System Experts!</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">This is going to be a long and verbose post, so apologies in advance.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">I realize there are dozens of posts on how to optimize; most take a "do this" and "do that" shotgun approach by eliminating common impairments. As a former military signals analyst, I prefer to take a systems approach based on baseline measurements of the circuit's known voltage and noise levels.</span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"> My challenge is determining the correlation between the system's electrical metrics and the optimized signal received by the servers.</span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">From my perspective, these factors impact system optimization:</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Home Receiver Unit baseline metrics:</span></span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Noise floor:</span> Drives the signal-to-noise ratio (SNR).</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Pre-amplifier gain:</span> Typically provides a stronger received signal, but can also reduce the SNR depending on the receiver's ability to reject or filter out-of-band signals.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Filters:</span> Dampen or suppress out-of-band signals.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">OSI Wireline and Network settings:</span> Duplex mode and packet size (to prevent packet fragmentation in routers with DF/DNF settings).</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">A/D serialization Settings:</span> Left at Defaults</span><br />
<br />
</li>
</ol>
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Server-side metrics:</span></span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Timestamp quality:</span> The accuracy of timest</span>amps on server-received packets compared to the server's PPS Stratum 1 source.<br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet latency:</span> Measured in jitter.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet distortion:</span> Noise resulting in random or out-of-sequence characters and CRC errors.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Surplus packets:</span> Packets received by the server error-free, but rejected as surplus in areas with high receiver counts.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Factor "X":</span> (More on that below).</span><br />
<br />
</li>
</ol>
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Now, to the meat and potatoes: When it comes to system optimization, what server-reported metrics actually determine success?</span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet Count:</span> Not accurate; it can include routed packets with broken UDP or higher-layer structures.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packets Valid/Involved:</span> Partially accurate, but valid/involved counts may only reflect the integrity of the UDP structure, not the quality of the payload.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packets Used:</span> What I consider true success—packets received at the server with an intact payload, timestamps within the system threshold, and a payload needed by the server to complete a calculation.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet "Efficiency":</span> The ratio of "Valid" to "Used" packets (just my guess).</span><br />
</li>
</ol>
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">And now for "Factor X"...</span></span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">I've systematically eliminated as many variables as possible from my setup. I use a field strength meter to identify RFI hotspots and mitigate them either by shutting off the source or using ferrite rings and clamps optimized to the source frequency. I've built three separate antenna types, tried various grounding scenarios, and added external RFI suppression to the antenna leads (1mF–2mF poly caps).</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">After a week of trial and error, my "Packets Used" count rose steadily into the 2,000–4,000 range—placing it in the top tier compared to similar receivers.<span style="font-weight: bold;" class="mycode_b"> </span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Success! Or so I thought; read on</span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Unfortunately, my high "Packets Used" count isn't sustainable over time. It regularly declines to the 400–500 range for hours; it sometimes recovers to 1,000–1,500, and occasionally spikes back up to 2,000–4,000. My "Packets Used" count fluctuates wildly without any configuration changes, antenna changes,  environmental changes (including local weather), or additional RFI sources. I live 1 km from any neighbor, switching station, or other external RFI source. These fluctuations occur without any GPS errors, identified interference events, or filtering changes.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">My only explanation is "Factor X" on the server side.<span style="font-weight: bold;" class="mycode_b"> <span style="font-style: italic;" class="mycode_i">Is it normal for "Packets Used" to vary wildly throughout the day as atmospheric or server conditions change, or is this shift caused by something on "my end"?</span></span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Again, apologies for such a detailed and long-winded post.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Current Setup:</span></span><ul class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">System Blue-Mini</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Three Coils of Times Microwave LMR-600 (2x each, with a 90-degree polarization shift)</span><br />
</li>
</ul>
<br />
Thanks<br />
<br />
Brian (AA5H)<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5299" target="_blank" title="">Screenshot 2026-09-06 115010.png</a> (Size: 59.89 KB / Downloads: 11)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5297" target="_blank" title="">Screenshot 2026-09-06 115221.png</a> (Size: 73.75 KB / Downloads: 12)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Some Questions on Signal Optimization Metrics for the System Experts!</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">This is going to be a long and verbose post, so apologies in advance.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">I realize there are dozens of posts on how to optimize; most take a "do this" and "do that" shotgun approach by eliminating common impairments. As a former military signals analyst, I prefer to take a systems approach based on baseline measurements of the circuit's known voltage and noise levels.</span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"> My challenge is determining the correlation between the system's electrical metrics and the optimized signal received by the servers.</span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">From my perspective, these factors impact system optimization:</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Home Receiver Unit baseline metrics:</span></span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Noise floor:</span> Drives the signal-to-noise ratio (SNR).</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Pre-amplifier gain:</span> Typically provides a stronger received signal, but can also reduce the SNR depending on the receiver's ability to reject or filter out-of-band signals.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Filters:</span> Dampen or suppress out-of-band signals.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">OSI Wireline and Network settings:</span> Duplex mode and packet size (to prevent packet fragmentation in routers with DF/DNF settings).</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">A/D serialization Settings:</span> Left at Defaults</span><br />
<br />
</li>
</ol>
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Server-side metrics:</span></span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Timestamp quality:</span> The accuracy of timest</span>amps on server-received packets compared to the server's PPS Stratum 1 source.<br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet latency:</span> Measured in jitter.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet distortion:</span> Noise resulting in random or out-of-sequence characters and CRC errors.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Surplus packets:</span> Packets received by the server error-free, but rejected as surplus in areas with high receiver counts.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Factor "X":</span> (More on that below).</span><br />
<br />
</li>
</ol>
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Now, to the meat and potatoes: When it comes to system optimization, what server-reported metrics actually determine success?</span><br />
<ol type="1" class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet Count:</span> Not accurate; it can include routed packets with broken UDP or higher-layer structures.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packets Valid/Involved:</span> Partially accurate, but valid/involved counts may only reflect the integrity of the UDP structure, not the quality of the payload.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packets Used:</span> What I consider true success—packets received at the server with an intact payload, timestamps within the system threshold, and a payload needed by the server to complete a calculation.</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Packet "Efficiency":</span> The ratio of "Valid" to "Used" packets (just my guess).</span><br />
</li>
</ol>
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">And now for "Factor X"...</span></span><br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">I've systematically eliminated as many variables as possible from my setup. I use a field strength meter to identify RFI hotspots and mitigate them either by shutting off the source or using ferrite rings and clamps optimized to the source frequency. I've built three separate antenna types, tried various grounding scenarios, and added external RFI suppression to the antenna leads (1mF–2mF poly caps).</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">After a week of trial and error, my "Packets Used" count rose steadily into the 2,000–4,000 range—placing it in the top tier compared to similar receivers.<span style="font-weight: bold;" class="mycode_b"> </span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Success! Or so I thought; read on</span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Unfortunately, my high "Packets Used" count isn't sustainable over time. It regularly declines to the 400–500 range for hours; it sometimes recovers to 1,000–1,500, and occasionally spikes back up to 2,000–4,000. My "Packets Used" count fluctuates wildly without any configuration changes, antenna changes,  environmental changes (including local weather), or additional RFI sources. I live 1 km from any neighbor, switching station, or other external RFI source. These fluctuations occur without any GPS errors, identified interference events, or filtering changes.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">My only explanation is "Factor X" on the server side.<span style="font-weight: bold;" class="mycode_b"> <span style="font-style: italic;" class="mycode_i">Is it normal for "Packets Used" to vary wildly throughout the day as atmospheric or server conditions change, or is this shift caused by something on "my end"?</span></span></span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Again, apologies for such a detailed and long-winded post.</span><br />
<br />
<span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">Current Setup:</span></span><ul class="mycode_list"><li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">System Blue-Mini</span><br />
</li>
<li><span style="font-family: 'Google Sans Text', sans-serif;" class="mycode_font">Three Coils of Times Microwave LMR-600 (2x each, with a 90-degree polarization shift)</span><br />
</li>
</ul>
<br />
Thanks<br />
<br />
Brian (AA5H)<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5299" target="_blank" title="">Screenshot 2026-09-06 115010.png</a> (Size: 59.89 KB / Downloads: 11)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5297" target="_blank" title="">Screenshot 2026-09-06 115221.png</a> (Size: 73.75 KB / Downloads: 12)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[System RED ground wire]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4276</link>
			<pubDate>Wed, 12 Aug 2026 07:34:03 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=461">Henrik.Jessen</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4276</guid>
			<description><![CDATA[Hi<br />
<br />
I have moved to a new adress and setup my System RED. Unfortunately the ground wire lost its connection to the board and I dont know where to connect it. It looks like it was soldered to the backside of the bord, but I might be wrong.<br />
<br />
I have attached photos of my board.<br />
<br />
Right now I have connected it to the bolt/nut on the backside.<br />
<br />
Hope someone can guide me in the right direction.<br />
<br />
Kind regards,<br />
Henrik from Denmark<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5262" target="_blank" title="">System RED back.png</a> (Size: 3.85 MB / Downloads: 9)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5261" target="_blank" title="">System RED front.png</a> (Size: 4.34 MB / Downloads: 9)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
I have moved to a new adress and setup my System RED. Unfortunately the ground wire lost its connection to the board and I dont know where to connect it. It looks like it was soldered to the backside of the bord, but I might be wrong.<br />
<br />
I have attached photos of my board.<br />
<br />
Right now I have connected it to the bolt/nut on the backside.<br />
<br />
Hope someone can guide me in the right direction.<br />
<br />
Kind regards,<br />
Henrik from Denmark<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5262" target="_blank" title="">System RED back.png</a> (Size: 3.85 MB / Downloads: 9)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5261" target="_blank" title="">System RED front.png</a> (Size: 4.34 MB / Downloads: 9)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ferrite Rod site monitored?]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4273</link>
			<pubDate>Fri, 07 Aug 2026 13:19:27 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6957">jjjman321</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4273</guid>
			<description><![CDATA[Is <a href="https://www.ferrite-rod-antennas.de/" target="_blank" rel="noopener" class="mycode_url">https://www.ferrite-rod-antennas.de/</a> (the ferrite rod purchase site) still active/monitored? The documentation updates suggest it's still active, but I send a message about buying a week or two ago and haven't heard back.<br />
<br />
Barring this, I can't seem to find documentation on making my own. Can someone kindly point to instructions or have some tips?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Is <a href="https://www.ferrite-rod-antennas.de/" target="_blank" rel="noopener" class="mycode_url">https://www.ferrite-rod-antennas.de/</a> (the ferrite rod purchase site) still active/monitored? The documentation updates suggest it's still active, but I send a message about buying a week or two ago and haven't heard back.<br />
<br />
Barring this, I can't seem to find documentation on making my own. Can someone kindly point to instructions or have some tips?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Detectors for Argentina]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4272</link>
			<pubDate>Tue, 04 Aug 2026 18:12:04 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6952">MarceloV</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4272</guid>
			<description><![CDATA[Hello Dear Forum Collaborators,<br />
I am an Electronics Engineer interested in joining the community from the Greater Buenos Aires area of Argentina.<br />
Guidance on procedures, costs, and estimated times would be very helpful for a novice like myself.<br />
Thank you in advance,<br />
Marcelo]]></description>
			<content:encoded><![CDATA[Hello Dear Forum Collaborators,<br />
I am an Electronics Engineer interested in joining the community from the Greater Buenos Aires area of Argentina.<br />
Guidance on procedures, costs, and estimated times would be very helpful for a novice like myself.<br />
Thank you in advance,<br />
Marcelo]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Newbie with a Ecowitt]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4264</link>
			<pubDate>Fri, 31 Jul 2026 12:30:15 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6949">Iceash</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4264</guid>
			<description><![CDATA[Hey all!<br />
<br />
I’ve just bought a Ecowitt weather station, it was an active lightning detector built in.<br />
<br />
Can I upload my data to the network?]]></description>
			<content:encoded><![CDATA[Hey all!<br />
<br />
I’ve just bought a Ecowitt weather station, it was an active lightning detector built in.<br />
<br />
Can I upload my data to the network?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[3D-Print-Enclosure for Ferrite Antenna]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4263</link>
			<pubDate>Fri, 31 Jul 2026 11:40:31 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6891">ArneHude</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4263</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I wanted to briefly introduce you to my new DIY project: an outdoor enclosure for ferrite antennas, specifically designed for lightning detection stations.<br />
The model is now available for free:<br />
<br />
<a href="https://makerworld.com/de/models/3113734-blitzortung-ferrite-rod-antenna-outdoor-box" target="_blank" rel="noopener" class="mycode_url">https://makerworld.com/de/models/3113734...utdoor-box</a><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5253" target="_blank" title="">20260730_175408.jpg</a> (Size: 4.14 MB / Downloads: 25)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5254" target="_blank" title="">20260730_181136.jpg</a> (Size: 4.11 MB / Downloads: 22)
<!-- end: postbit_attachments_attachment --><br />
<br />
The enclosure is designed so that ferrite rods can be mounted securely, weatherproof*, and with minimal vibration.<br />
Key features of my design:<br />
Modular design – ferrite rods can be quickly swapped out or reoriented<br />
Weatherproof* outer housing with optional sealing lips<br />
Internal structure to isolate against minor vibrations<br />
Easy to assemble – all parts are printable with minimal support structures<br />
Cable grommets for clean, protected cable routing<br />
<br />
I’m now using the enclosure myself at my station and am very satisfied with its stability. The * refers to the fact that the station is built with overlapping sections but does not include sealing rings, etc. More on this in the description.<br />
<br />
<br />
Question for the community:<br />
Is there interest in additional variants or alternative enclosure designs?<br />
Examples I’m already considering:<ul class="mycode_list"><li>A pipe clamp version to attach ferrite antennas directly to masts or pipes<br />
</li>
<li>A compact indoor version for ferrite rods in small rooms<br />
</li>
<li>A version with an integrated mount for loop antennas (in case anyone uses hybrid setups)<br />
</li>
</ul>
If you have any requests, ideas, or requirements—please let me know.<br />
I’d design new variants directly in CAD and then make them available as printable models.<br />
I look forward to your feedback and suggestions for improvement!<br />
Best regards,<br />
Arne]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I wanted to briefly introduce you to my new DIY project: an outdoor enclosure for ferrite antennas, specifically designed for lightning detection stations.<br />
The model is now available for free:<br />
<br />
<a href="https://makerworld.com/de/models/3113734-blitzortung-ferrite-rod-antenna-outdoor-box" target="_blank" rel="noopener" class="mycode_url">https://makerworld.com/de/models/3113734...utdoor-box</a><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5253" target="_blank" title="">20260730_175408.jpg</a> (Size: 4.14 MB / Downloads: 25)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5254" target="_blank" title="">20260730_181136.jpg</a> (Size: 4.11 MB / Downloads: 22)
<!-- end: postbit_attachments_attachment --><br />
<br />
The enclosure is designed so that ferrite rods can be mounted securely, weatherproof*, and with minimal vibration.<br />
Key features of my design:<br />
Modular design – ferrite rods can be quickly swapped out or reoriented<br />
Weatherproof* outer housing with optional sealing lips<br />
Internal structure to isolate against minor vibrations<br />
Easy to assemble – all parts are printable with minimal support structures<br />
Cable grommets for clean, protected cable routing<br />
<br />
I’m now using the enclosure myself at my station and am very satisfied with its stability. The * refers to the fact that the station is built with overlapping sections but does not include sealing rings, etc. More on this in the description.<br />
<br />
<br />
Question for the community:<br />
Is there interest in additional variants or alternative enclosure designs?<br />
Examples I’m already considering:<ul class="mycode_list"><li>A pipe clamp version to attach ferrite antennas directly to masts or pipes<br />
</li>
<li>A compact indoor version for ferrite rods in small rooms<br />
</li>
<li>A version with an integrated mount for loop antennas (in case anyone uses hybrid setups)<br />
</li>
</ul>
If you have any requests, ideas, or requirements—please let me know.<br />
I’d design new variants directly in CAD and then make them available as printable models.<br />
I look forward to your feedback and suggestions for improvement!<br />
Best regards,<br />
Arne]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[working out what I need]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4249</link>
			<pubDate>Fri, 03 Jul 2026 08:57:04 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6928">BenCos18</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4249</guid>
			<description><![CDATA[Well I'm planning on going down this rabbithole soon (hopefully in the next two months or so) <br />
<br />
I'm not 100% sure on what parts/ what model is best for my area really so I'm wondering if I can get some advice in that regard, I'm used to soldering and that sort of stuff so that's not a problem just what hardware I need is what I'm not sure on/ or if it's best to just order the bare pcbs myself and that sort of stuff?<br />
<br />
I'm based in Co Galway on the Ardrahan side.<br />
<br />
I don't mind spending more on the more expensive model if it's worth it though.<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[Well I'm planning on going down this rabbithole soon (hopefully in the next two months or so) <br />
<br />
I'm not 100% sure on what parts/ what model is best for my area really so I'm wondering if I can get some advice in that regard, I'm used to soldering and that sort of stuff so that's not a problem just what hardware I need is what I'm not sure on/ or if it's best to just order the bare pcbs myself and that sort of stuff?<br />
<br />
I'm based in Co Galway on the Ardrahan side.<br />
<br />
I don't mind spending more on the more expensive model if it's worth it though.<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Interested in purchasing a complete System Blue station for Finland]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4250</link>
			<pubDate>Wed, 01 Jul 2026 17:46:53 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6200">Mazufa</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4250</guid>
			<description><![CDATA[Hello everyone!  <img src="https://forum.blitzortung.org/mybb/images/smilies/lightbulb.gif" alt="Idea" title="Idea" class="smilie smilie_18" /> <img src="https://forum.blitzortung.org/mybb/images/smilies/lightning.png" alt="Lightning" title="Lightning" class="smilie smilie_21" /><br />
<br />
My name is Matias and I live in Evijärvi, South Ostrobothnia, Finland.<br />
<br />
I have been interested in the Blitzortung project for a long time and I would really like to become part of this amazing community by installing a lightning detection station at my home.<br />
<br />
The station would be located in Evijärvi, South Ostrobothnia, Finland, and I hope it could help improve the lightning detection coverage in this part of the country.<br />
<br />
I already operate an Ambient Weather WS-2000 weather station and I would like to complement it by contributing real lightning detection data to the Blitzortung network.<br />
<br />
However, I have a few questions.<br />
<br />
When I visit the "Cover Your Area" page, I cannot find the application or registration button that is mentioned in older documentation and forum posts. Has the application process changed, or is there another way to join the project?<br />
<br />
I would also like to know how new participants currently obtain the hardware.<br />
<br />
My first choice would be to purchase a complete, fully assembled and tested Blitzortung lightning detector that is compatible with the project. If this is possible, I would be very interested in buying one.<br />
<br />
If complete stations are no longer available, I would gladly build one myself.<br />
<br />
In that case, I would appreciate advice on the following:<br />
<br />
• Where can I order all the required electronic components?<br />
• Where can I obtain the official PCB files?<br />
• Which PCB manufacturer would you recommend? I live in Finland, so recommendations for reliable European suppliers would be appreciated.<br />
• Has anyone had good experiences with manufacturers such as PCBWay, JLCPCB or Aisler?<br />
<br />
I am willing to invest both time and money into building a reliable station because I would like to contribute to the Blitzortung network for many years.<br />
<br />
Thank you very much for your time. I look forward to becoming a member of the Blitzortung community.<br />
<br />
Best regards,<br />
<br />
Matias<br />
Evijärvi, South Ostrobothnia<br />
Finland]]></description>
			<content:encoded><![CDATA[Hello everyone!  <img src="https://forum.blitzortung.org/mybb/images/smilies/lightbulb.gif" alt="Idea" title="Idea" class="smilie smilie_18" /> <img src="https://forum.blitzortung.org/mybb/images/smilies/lightning.png" alt="Lightning" title="Lightning" class="smilie smilie_21" /><br />
<br />
My name is Matias and I live in Evijärvi, South Ostrobothnia, Finland.<br />
<br />
I have been interested in the Blitzortung project for a long time and I would really like to become part of this amazing community by installing a lightning detection station at my home.<br />
<br />
The station would be located in Evijärvi, South Ostrobothnia, Finland, and I hope it could help improve the lightning detection coverage in this part of the country.<br />
<br />
I already operate an Ambient Weather WS-2000 weather station and I would like to complement it by contributing real lightning detection data to the Blitzortung network.<br />
<br />
However, I have a few questions.<br />
<br />
When I visit the "Cover Your Area" page, I cannot find the application or registration button that is mentioned in older documentation and forum posts. Has the application process changed, or is there another way to join the project?<br />
<br />
I would also like to know how new participants currently obtain the hardware.<br />
<br />
My first choice would be to purchase a complete, fully assembled and tested Blitzortung lightning detector that is compatible with the project. If this is possible, I would be very interested in buying one.<br />
<br />
If complete stations are no longer available, I would gladly build one myself.<br />
<br />
In that case, I would appreciate advice on the following:<br />
<br />
• Where can I order all the required electronic components?<br />
• Where can I obtain the official PCB files?<br />
• Which PCB manufacturer would you recommend? I live in Finland, so recommendations for reliable European suppliers would be appreciated.<br />
• Has anyone had good experiences with manufacturers such as PCBWay, JLCPCB or Aisler?<br />
<br />
I am willing to invest both time and money into building a reliable station because I would like to contribute to the Blitzortung network for many years.<br />
<br />
Thank you very much for your time. I look forward to becoming a member of the Blitzortung community.<br />
<br />
Best regards,<br />
<br />
Matias<br />
Evijärvi, South Ostrobothnia<br />
Finland]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Throughole components - partlist (Blue Basic 22.2b/c 23.1)]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4243</link>
			<pubDate>Sat, 27 Jun 2026 16:35:42 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6919">dd1sb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4243</guid>
			<description><![CDATA[Hi guys,<br />
<br />
with my last PCB order i decided to add the System Blue Basic 22.2b with Piggyback 22.2c and Preamp 23.1.<br />
Adding the official partlist from the directory to my last Digikey order worked like a charm.<br />
<br />
Except one thing: the throughole components are not in there <img src="https://forum.blitzortung.org/mybb/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /> All of them are more or less easy to identify on the pictures, but i got one simple problem.<br />
<br />
Which quarz oscillators 8 / 25MHz do i have to use - the CL (or Belastungskapazität) on the board is 10pF, everything else results in a slightly lower or higher frequency. What about the capacity of the tracks etc., do i have to pay attention at them?<br />
That would lead to a quarz with a CL &gt; 10pF<br />
<br />
As the system should be used for participation later on, i'd like to have all values as close as possible to the "detector kit".<br />
<br />
I'd also buy a "throughole component kit" (as seen on the picture on limaps org hardware ) if that is the easier way <img src="https://forum.blitzortung.org/mybb/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Cheers, 73 &amp; 77 de Stefan, DD1SB]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
<br />
with my last PCB order i decided to add the System Blue Basic 22.2b with Piggyback 22.2c and Preamp 23.1.<br />
Adding the official partlist from the directory to my last Digikey order worked like a charm.<br />
<br />
Except one thing: the throughole components are not in there <img src="https://forum.blitzortung.org/mybb/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_8" /> All of them are more or less easy to identify on the pictures, but i got one simple problem.<br />
<br />
Which quarz oscillators 8 / 25MHz do i have to use - the CL (or Belastungskapazität) on the board is 10pF, everything else results in a slightly lower or higher frequency. What about the capacity of the tracks etc., do i have to pay attention at them?<br />
That would lead to a quarz with a CL &gt; 10pF<br />
<br />
As the system should be used for participation later on, i'd like to have all values as close as possible to the "detector kit".<br />
<br />
I'd also buy a "throughole component kit" (as seen on the picture on limaps org hardware ) if that is the easier way <img src="https://forum.blitzortung.org/mybb/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Cheers, 73 &amp; 77 de Stefan, DD1SB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Looking to Input lightning data onto my advanced radar website]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4225</link>
			<pubDate>Mon, 11 May 2026 07:43:03 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6847">NWStwisterman</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4225</guid>
			<description><![CDATA[I'm looking to put Lightning tracking onto my website now this website features a drivable car that you can storm chase on a radar map and lightning data that does not work yet because I can't get it to work and i need help with that]]></description>
			<content:encoded><![CDATA[I'm looking to put Lightning tracking onto my website now this website features a drivable car that you can storm chase on a radar map and lightning data that does not work yet because I can't get it to work and i need help with that]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where to see error improvement]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4209</link>
			<pubDate>Sat, 21 Mar 2026 11:40:07 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=6799">gmiller43</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4209</guid>
			<description><![CDATA[We are attempting to bring online a detector in a fairly underserved region of the world.  As far as I know it would be at least 1000 miles from the nearest detector.  I'm interested in how this would affect the quality of measurement accuracy in the region.<br />
<br />
Can someone point me in the direction of:<ul class="mycode_list"><li>Where (geographically) would you expect the greatest improvement of accuracy (closer to the new detector)?<br />
</li>
<li>Is there an explicit measure of error that would be expected to improve and where in the dataset would I find that?<br />
</li>
</ul>
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[We are attempting to bring online a detector in a fairly underserved region of the world.  As far as I know it would be at least 1000 miles from the nearest detector.  I'm interested in how this would affect the quality of measurement accuracy in the region.<br />
<br />
Can someone point me in the direction of:<ul class="mycode_list"><li>Where (geographically) would you expect the greatest improvement of accuracy (closer to the new detector)?<br />
</li>
<li>Is there an explicit measure of error that would be expected to improve and where in the dataset would I find that?<br />
</li>
</ul>
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Station 18, with green pcb]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4203</link>
			<pubDate>Wed, 11 Mar 2026 11:43:53 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=181">PetrosKa</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4203</guid>
			<description><![CDATA[For the last 3 days, my green pcb does not show on the server, somehow it disappeared from my account also.<br />
<br />
I do have some interference from a solar inverter during the day, but the station was working ok.<br />
<br />
Station 18, green pcb 6.8<br />
Thank you.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5220" target="_blank" title="">tr.jpg</a> (Size: 37.98 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[For the last 3 days, my green pcb does not show on the server, somehow it disappeared from my account also.<br />
<br />
I do have some interference from a solar inverter during the day, but the station was working ok.<br />
<br />
Station 18, green pcb 6.8<br />
Thank you.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5220" target="_blank" title="">tr.jpg</a> (Size: 37.98 KB / Downloads: 6)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Power Supply]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4201</link>
			<pubDate>Sat, 07 Mar 2026 03:36:51 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=3682">Gorzzz</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4201</guid>
			<description><![CDATA[Hi Guys,<br />
<br />
Looks like my p/s for my system blue is starting to die as it's only putting out 4v. I was going to get another powerstream one (<a href="https://www.powerstream.com/AC-1898.htm" target="_blank" rel="noopener" class="mycode_url">https://www.powerstream.com/AC-1898.htm</a>), but I'm not going to pay &#36;70US (!) for postage to Australia.<br />
So, can any Aussies on here point me to some alternatives??<br />
<br />
Thanks,<br />
<br />
John (Gorzzz)]]></description>
			<content:encoded><![CDATA[Hi Guys,<br />
<br />
Looks like my p/s for my system blue is starting to die as it's only putting out 4v. I was going to get another powerstream one (<a href="https://www.powerstream.com/AC-1898.htm" target="_blank" rel="noopener" class="mycode_url">https://www.powerstream.com/AC-1898.htm</a>), but I'm not going to pay &#36;70US (!) for postage to Australia.<br />
So, can any Aussies on here point me to some alternatives??<br />
<br />
Thanks,<br />
<br />
John (Gorzzz)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GPS device for system Green]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4172</link>
			<pubDate>Thu, 18 Dec 2025 14:28:44 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=3537">meteolab</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4172</guid>
			<description><![CDATA[Hello everyone, <br />
I will buy a functional GPS device for the Green system or exchange the Red system 3233 for a functional Green system. Thank you in advance for the offer. <br />
Regards<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5177" target="_blank" title="">20251113_120439.jpg</a> (Size: 2.06 MB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello everyone, <br />
I will buy a functional GPS device for the Green system or exchange the Red system 3233 for a functional Green system. Thank you in advance for the offer. <br />
Regards<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5177" target="_blank" title="">20251113_120439.jpg</a> (Size: 2.06 MB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[System Green serial tracker]]></title>
			<link>https://forum.blitzortung.org/mybb/showthread.php?tid=4157</link>
			<pubDate>Tue, 18 Nov 2025 12:57:36 -0600</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.blitzortung.org/mybb/member.php?action=profile&uid=3537">meteolab</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.blitzortung.org/mybb/showthread.php?tid=4157</guid>
			<description><![CDATA[Hello everyone, <br />
I managed to get the Green PCB 4 Version 3. 2008 system. Does anyone still have software that supports this PCB??? There are newer versions on the compendium page and it doesn't work for this PCB.......I am very grateful for any valuable advice.......regards Erik<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5160" target="_blank" title="">20251118_193945.jpg</a> (Size: 2.01 MB / Downloads: 10)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5161" target="_blank" title="">20251118_193958.jpg</a> (Size: 3.03 MB / Downloads: 11)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5162" target="_blank" title="">20251118_193931.jpg</a> (Size: 3.18 MB / Downloads: 14)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello everyone, <br />
I managed to get the Green PCB 4 Version 3. 2008 system. Does anyone still have software that supports this PCB??? There are newer versions on the compendium page and it doesn't work for this PCB.......I am very grateful for any valuable advice.......regards Erik<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5160" target="_blank" title="">20251118_193945.jpg</a> (Size: 2.01 MB / Downloads: 10)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5161" target="_blank" title="">20251118_193958.jpg</a> (Size: 3.03 MB / Downloads: 11)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.blitzortung.org/mybb/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5162" target="_blank" title="">20251118_193931.jpg</a> (Size: 3.18 MB / Downloads: 14)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>