<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ePanorama.net &#187; Uncategorized</title>
	<atom:link href="http://www.epanorama.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Wed, 15 Apr 2026 20:31:27 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>Modern C++ Patterns</title>
		<link>https://www.epanorama.net/blog/2026/04/12/modern-c-patterns/</link>
		<comments>https://www.epanorama.net/blog/2026/04/12/modern-c-patterns/#comments</comments>
		<pubDate>Sun, 12 Apr 2026 20:31:45 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199378</guid>
		<description><![CDATA[<p>Modern C++ is a Mess (And I Love It) Miten hyödyntää Moderni C++ -ohjelmointikieltä tehokkaasti ja joustavasti? https://www.tieturi.fi/webinaari-miten-hyodyntaa-moderni-c-ohjelmointikielta-tehokkaasti-ja-joustavasti/ Modern C++ Design Patterns Full Course C++ Design Patterns &#8211; The Most Common Misconceptions (2 of N) &#8211; Klaus Iglberger &#8211; CppCon 2024 Hands-On Design Patterns with C++ by Fedor Pikus Design Patterns in C++ Modern C++ <a class="moretag" href="https://www.epanorama.net/blog/2026/04/12/modern-c-patterns/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.youtube.com/watch?v=YrnAAp_Z16I">Modern C++ is a Mess (And I Love It)</a></p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/YrnAAp_Z16I?si=AmYsy9CCIfvoKFhs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><a href="https://www.youtube.com/watch?v=FVsJ7buEf1I">Miten hyödyntää Moderni C++ -ohjelmointikieltä tehokkaasti ja joustavasti? </a><br />
<a href="https://www.tieturi.fi/webinaari-miten-hyodyntaa-moderni-c-ohjelmointikielta-tehokkaasti-ja-joustavasti/">https://www.tieturi.fi/webinaari-miten-hyodyntaa-moderni-c-ohjelmointikielta-tehokkaasti-ja-joustavasti/</a></p>
<p><a href="https://www.youtube.com/watch?v=GwQnoaUoiOM">Modern C++ Design Patterns Full Course </a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/GwQnoaUoiOM?si=4zwYKCe2jbAieUnS" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><a href="https://www.youtube.com/watch?v=pmdwAf6hCWg">C++ Design Patterns &#8211; The Most Common Misconceptions (2 of N) &#8211; Klaus Iglberger &#8211; CppCon 2024 </a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/pmdwAf6hCWg?si=p41iWksiaMRqBcJa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><a href="https://www.sandordargo.com/blog/2022/07/23/hands-on-design-patterns-by-fedor-pikus">Hands-On Design Patterns with C++ by Fedor Pikus</a></p>
<p><a href="https://refactoring.guru/design-patterns/cpp">Design Patterns in C++</a></p>
<p><a href="https://www.geeksforgeeks.org/system-design/modern-c-design-patterns-tutorial/">Modern C++ Design Patterns Tutorial</a></p>
<p><a href="https://embeddedartistry.com/fieldatlas/design-pattern-catalogue/">Design Pattern Catalogue</a></p>
<p><a href="https://www.geeksforgeeks.org/system-design/singleton-pattern-c-design-patterns/">Singleton Pattern | C++ Design Patterns</a></p>
<p>Observer<br />
Also known as: Event-Subscriber, Listener<br />
Observer is a behavioral design pattern that lets you define a subscription mechanism to notify multiple objects about any events that happen to the object they’re observing.<br />
<a href="https://refactoring.guru/design-patterns/observer">https://refactoring.guru/design-patterns/observer</a></p>
<p>Strategy<br />
Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of them into a separate class, and make their objects interchangeable.<br />
<a href="https://refactoring.guru/design-patterns/strategy">https://refactoring.guru/design-patterns/strategy</a></p>
<p><a href="https://www.geeksforgeeks.org/cpp/how-to-create-custom-memory-allocator-in-cpp/">How to Create Custom Memory Allocator in C++?</a></p>
<p><a href="https://www.geeksforgeeks.org/cpp/template-metaprogramming-in-c/">Template Metaprogramming in C++</a></p>
<p><a href="https://www.youtube.com/watch?v=_doRiQS4GS8">From C++ Templates to C++ Concepts &#8211; Metaprogramming: an Amazing Journey &#8211; Alex Dathskovsky</a><br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/_doRiQS4GS8?si=-lyQSDkmTqXKwswi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><a href="https://stackoverflow.com/questions/2226252/embedded-c-to-use-stl-or-not">Embedded C++ : to use STL or not?</a></p>
<p>Standard Template Library (STL) in C++<br />
<a href="https://www.geeksforgeeks.org/cpp/the-c-standard-template-library-stl/">https://www.geeksforgeeks.org/cpp/the-c-standard-template-library-stl/</a><br />
<a href="https://en.wikipedia.org/wiki/Standard_Template_Library">https://en.wikipedia.org/wiki/Standard_Template_Library</a></p>
<p>In embedded systems, how much memory C++ STL uses depends heavily on:<br />
The container type<br />
The number of elements<br />
The implementation (libstdc++, libc++, etc.)<br />
Whether dynamic allocation is used<br />
Compiler optimization settings<br />
There is no fixed memory cost, but I’ll break it down clearly.<br />
Heap Usage (Critical for Embedded)<br />
Most STL containers use dynamic memory (new).</p>
<p>Problems in embedded:<br />
Heap fragmentation<br />
Unpredictable allocation time<br />
Memory exhaustion<br />
No control over allocator unless customized</p>
<p>STL within embedded system with very limited memory<br />
<a href="https://stackoverflow.com/questions/9612588/stl-within-embedded-system-with-very-limited-memory">https://stackoverflow.com/questions/9612588/stl-within-embedded-system-with-very-limited-memory</a></p>
<p>Understanding Memory Management, Part 2: C++ and RAII<br />
<a href=" https://educatedguesswork.org/posts/memory-management-2/">https://educatedguesswork.org/posts/memory-management-2/</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/04/12/modern-c-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dangerous LED tester circuit warning</title>
		<link>https://www.epanorama.net/blog/2026/03/26/dangerous-led-tester-circuit/</link>
		<comments>https://www.epanorama.net/blog/2026/03/26/dangerous-led-tester-circuit/#comments</comments>
		<pubDate>Thu, 26 Mar 2026 22:26:11 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199053</guid>
		<description><![CDATA[<p>Circuit source: https://www.facebook.com/share/p/1HGut3uEAd/ This is a bad and dangerous design This is a dangerous design. There is potentially lethal voltage on those probe pins. ⚡️☠️ I strongly discourage to build this. Design problems - no isolation from mains &#8211; test probes and circuit being tested dangerous to touch - pointless filter coil in output - <a class="moretag" href="https://www.epanorama.net/blog/2026/03/26/dangerous-led-tester-circuit/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Circuit source: <a href="https://www.facebook.com/share/p/1HGut3uEAd/">https://www.facebook.com/share/p/1HGut3uEAd/</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260201_120711_Gallery.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260201_120711_Gallery.jpg" alt="screenshot_20260201_120711_gallery" width="1079" height="1544" class="alignnone size-full wp-image-199055" /></a></p>
<p>This is a bad and dangerous design </p>
<p>This is a dangerous design. There is potentially lethal voltage on those probe pins. ⚡️☠️<br />
I strongly discourage to build this.</p>
<p>Design problems<br />
- no isolation from mains &#8211; test probes and circuit being tested dangerous to touch<br />
- pointless filter coil in output<br />
- open circuit voltage can be over 300V<br />
- output capacitor in circuit directly on probes &#8211; high current surge when you connect probe can potentially damage LED being tested</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/03/26/dangerous-led-tester-circuit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Happiest countries</title>
		<link>https://www.epanorama.net/blog/2026/03/19/happiest-countries/</link>
		<comments>https://www.epanorama.net/blog/2026/03/19/happiest-countries/#comments</comments>
		<pubDate>Thu, 19 Mar 2026 06:44:59 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199428</guid>
		<description><![CDATA[<p>If happiness were an Olympic event, the Nordic countries would be a guaranteed to fill spots on the podium. According to the latest edition of the World Happiness Report, the three happiest countries in the world are Finland, Iceland and Denmark. Finland was named the happiest country in the world for a record 9th time <a class="moretag" href="https://www.epanorama.net/blog/2026/03/19/happiest-countries/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>If happiness were an Olympic event, the Nordic countries would be a guaranteed to fill spots on the podium. </p>
<p>According to the latest edition of the World Happiness Report, the three happiest countries in the world are Finland, Iceland and Denmark.</p>
<p>Finland was named the happiest country in the world for a record 9th time in a row,</p>
<p>There is seen a sharp drop in youth happiness in very many countries: A key factor in the sharp drop in youth happiness, researchers said, is the number of hours young people spend consuming social media or gaming. While experts say it’s important to limit time spent with the Internet overall, some ways of spending time online are healthier than others. A key question is “if they are really social media or anti-social media.”<br />
“The digital age is reshaping the social and emotional foundations of wellbeing in Europe” </p>
<p>Source:<br />
<a href="https://www.cnn.com/2026/03/18/travel/worlds-happiest-countries-2026-wellness">https://www.cnn.com/2026/03/18/travel/worlds-happiest-countries-2026-wellness</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/03/19/happiest-countries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The second Friday the 13th of 2026</title>
		<link>https://www.epanorama.net/blog/2026/03/14/the-second-friday-the-13th-of-2026/</link>
		<comments>https://www.epanorama.net/blog/2026/03/14/the-second-friday-the-13th-of-2026/#comments</comments>
		<pubDate>Sat, 14 Mar 2026 09:36:06 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Off topic fun]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199245</guid>
		<description><![CDATA[<p>The second Friday the 13th of 2026 is here, a date synonymous with bad luck for the superstitious. Friday the 13th has a reputation as a day of bad luck mainly because two separate superstitions merged over time: fear of the number 13 and fear of Friday. When they combined, the date became especially ominous <a class="moretag" href="https://www.epanorama.net/blog/2026/03/14/the-second-friday-the-13th-of-2026/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>The second Friday the 13th of 2026 is here, a date synonymous with bad luck for the superstitious.</p>
<p>Friday the 13th has a reputation as a day of bad luck mainly because two separate superstitions merged over time: fear of the number 13 and fear of Friday. When they combined, the date became especially ominous in Western culture.</p>
<p>The number 13 has long been considered unlucky in parts of Europe and North America (bible The Last Supper and Norse mythology).<br />
According to Christian tradition, Jesus Christ was crucified on Good Friday. Sailors and travelers in folklore believed starting a journey on Friday brought bad luck.<br />
Modern media amplified the superstition, especially horror films like Friday the 13th.</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/03/Friday13_nayttökuva-2026-03-12-200238.png"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/03/Friday13_nayttökuva-2026-03-12-200238.png" alt="friday13_nayttokuva-2026-03-12-200238" width="432" height="641" class="alignnone size-full wp-image-199374" /></a></p>
<p>Read more:<br />
<a href="https://www.independent.co.uk/life-style/friday-13th-march-unlucky-meaning-history-b2937180.html">Why is Friday the 13th considered unlucky? The history of the superstitious date</a><br />
<a href="https://www.independent.co.uk/life-style/friday-13th-unlucky-why-meaning-history-b2919712.html">https://www.independent.co.uk/life-style/friday-13th-unlucky-why-meaning-history-b2919712.html</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/03/14/the-second-friday-the-13th-of-2026/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Class A amplifier circuit analysis</title>
		<link>https://www.epanorama.net/blog/2026/03/11/class-a-amplifier-circuit-analysis/</link>
		<comments>https://www.epanorama.net/blog/2026/03/11/class-a-amplifier-circuit-analysis/#comments</comments>
		<pubDate>Wed, 11 Mar 2026 16:06:45 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199264</guid>
		<description><![CDATA[<p>This is a viral class A amplifier from https://www.facebook.com/share/p/1MWzg9TXxc/ This is a classic &#8220;minimalist&#8221; single-ended Class A MOSFET amplifier. While it is praised for simplicity, it is inherently inefficient and prone to significant distortion. ​In this design, the MOSFET (IRF530) is always &#8220;on,&#8221; acting as a variable resistor that pulls current through the 15 ohms <a class="moretag" href="https://www.epanorama.net/blog/2026/03/11/class-a-amplifier-circuit-analysis/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>This is a viral class A amplifier from <a href="https://www.facebook.com/share/p/1MWzg9TXxc/">https://www.facebook.com/share/p/1MWzg9TXxc/</a></p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260216_133258_Gallery.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260216_133258_Gallery.jpg" alt="screenshot_20260216_133258_gallery" width="1079" height="1253" class="alignnone size-full wp-image-199270" /></a></p>
<p>This is a classic &#8220;minimalist&#8221; single-ended Class A MOSFET amplifier. While it is praised for simplicity, it is inherently inefficient and prone to significant distortion.<br />
​In this design, the MOSFET (IRF530) is always &#8220;on,&#8221; acting as a variable resistor that pulls current through the 15 ohms load resistor.</p>
<p>​Circuit Analysis</p>
<p>​Operating Class: Class A. The transistor conducts through the full 360° of the input cycle.<br />
​Bias Point: The schematic shows a 12V quiescent point at the Drain (half of the 24V supply). This is achieved by adjusting the 100k potentiometer to set the Gate voltage.<br />
​Heat Generation: This circuit is a space heater. With 12V across a 15 ohms resistor, it dissipates P = (12*12)/15 = 9.6 Watts constantly, even with no music playing.<br />
​Output Voltage: The maximum theoretical peak-to-peak output voltage is roughly 24V, but in practice, it will be less due to the MOSFET&#8217;s saturation voltage and the voltage drop across the source (if a source resistor were present).</p>
<p>Original source</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260216_131438_ChatGPT.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/02/Screenshot_20260216_131438_ChatGPT.jpg" alt="screenshot_20260216_131438_chatgpt" width="663" height="549" class="alignnone size-full wp-image-199267" /></a></p>
<p>This is a single-ended Class-A common-source MOSFET stage using a 2SK1058 with a 15 Ω drain resistor and capacitor-coupled output.</p>
<p>I would not expect quality with this design be specifically good but maybe useable for experimenting. Class A avoids crossover distortion is true. But this simple class A design introduces other significant distortion sources.<br />
1. Important: This design has NO global feedback<br />
Notice:<br />
No feedback loop from output to input<br />
Pure resistor load at drain<br />
Single-ended topology<br />
That means:<br />
Output impedance is mostly set by hardware physics<br />
No correction via feedback<br />
Strong interaction with speaker impedance curve</p>
<p>2. Realistic Output Impedance ≈ 3–7 Ω<br />
Most likely around: ~4–6 Ω<br />
Damping Factor Example (8Ω speaker) is 1.6<br />
That is very low damping factor.<br />
For comparison:<br />
Typical Class AB: DF 50–500<br />
Typical Class D: DF 200–1000+</p>
<p>What That Means Sonically<br />
With ~5 Ω output impedance:<br />
Bass will be loose<br />
Frequency response will follow speaker impedance curve<br />
Midrange may sound “rich”<br />
Damping is minimal<br />
This is electrically closer to a small tube amp than to a modern solid-state amp.</p>
<p>3. Bias &#038; Quiescent Current<br />
Drain resistor = 15 Ω<br />
Supply = 24 V<br />
Drain biased at 12 V<br />
Current 0.8A</p>
<p>Maximum Output Voltage Swing<br />
Because this is single-ended Class A with resistor load:<br />
Max upward swing ≈ +12 V (until drain hits 24 V)<br />
Max downward swing ≈ −12 V (until near 0 V)<br />
Realistically subtract MOSFET saturation (~2 V), so usable peak swing ≈ ±10 V</p>
<p>RMS voltage: around 7V<br />
Realistically: 5–6 W clean max for 8 ohms speaker</p>
<p>Efficiency:<br />
That 32% is theoretical.<br />
For resistor-loaded Class A:<br />
Maximum theoretical efficiency = 25%<br />
With real voltage drops and MOSFET limits:<br />
Real-world efficiency ≈ 20–25%<br />
The MOSFET will dissipate roughly:<br />
~10 W at idle<br />
~8–15 W under signal<br />
That’s why it needs a serious heatsink.</p>
<p>Real Maximum Clean Power into 4 Ω ≈ 1.3 watts<br />
Efficiency 6.8%</p>
<p>4. Distortion Estimate<br />
This design:<br />
Has no global feedback<br />
Is single-ended<br />
Has asymmetric transfer curve<br />
Uses resistive load<br />
Expected distortion at:<br />
1W output:<br />
~1–2% THD<br />
Near full power (5–6W):<br />
3–8% THD</p>
<p>Dominant harmonic:<br />
Strong 2nd harmonic<br />
Some 3rd<br />
Very little crossover distortion (it’s pure Class A)<br />
This is why these amps are often described as:<br />
“Warm”<br />
“Tube-like”<br />
“Euphonic”<br />
But technically:<br />
Distortion is far higher than AB or D designs (<0.01%)

Distortion with 4 Ω
Because the load is heavier:
Clipping starts early
Distortion rises quickly
At 1W expect ~3–5% THD
Near max (1.3W) distortion >5–10%<br />
It will sound:<br />
Softer<br />
Compressed<br />
Less controlled bass<br />
Very low damping factor (~4Ω / ~5Ω ≈ 0.8)</p>
<p>This amplifier is designed for 8 Ω or higher speakers.<br />
Driving 4 Ω:<br />
Wastes power<br />
Increases distortion<br />
Severely limits output</p>
<p>In this amplifier the 4700 µF output capacitor is not neutral. The 4700 µF capacitor blocks DC, passes AC to the speaker and forms a high-pass filter with the speaker. It directly affects distortion, especially at low frequencies.</p>
<p>How It Causes Distortion<br />
A) Capacitor Voltage Swing Effect (Major)<br />
Electrolytic capacitors are voltage-dependent devices.<br />
In this amp:<br />
The cap has ~12 V DC bias across it<br />
Audio signal adds AC swing<br />
So instantaneous voltage varies between ~2 V and ~22 V at high output<br />
Electrolytic capacitance changes slightly with voltage.<br />
That causes:<br />
Capacitance modulation<br />
Nonlinear impedance<br />
Added low-frequency harmonic distortion</p>
<p>This increases as:<br />
Frequency decreases<br />
Signal amplitude increases<br />
Load impedance decreases (4 Ω worse than 8 Ω)</p>
<p>B) ESR (Equivalent Series Resistance)<br />
The capacitor has small series resistance.<br />
At high current peaks:<br />
Voltage drop across ESR occurs<br />
That drop is nonlinear with temperature and ripple current<br />
Adds small distortion<br />
Usually minor compared to mechanism A.<br />
C) Dielectric Absorption<br />
Electrolytics “store memory” of previous charge.<br />
This causes:<br />
Slight waveform asymmetry<br />
Mostly low-frequency distortion<br />
Small, but measurable.</p>
<p>How Big Is the Effect?<br />
For 4700 µF good-quality low-ESR electrolytic:<br />
At 1 kHz:<br />
Distortion from cap ≈ negligible<br />
At 50 Hz near full power:<br />
Can add 0.2–1% THD<br />
At 20 Hz:<br />
Can exceed 1–2% THD<br />
With 4 Ω load:<br />
Roughly doubles<br />
And remember:<br />
Your amp already has 1–3% intrinsic distortion.<br />
So the cap can be a significant contributor at bass frequencies.</p>
<p>Why Designers Add the 10µF Poly Cap in some designa.<br />
When you have a 10µF film cap in paraller, this:<br />
Reduces high-frequency impedance<br />
Bypasses electrolytic ESR at mid/high frequencies<br />
Improves HF linearity<br />
But it does nothing for low-frequency distortion, because 10µF is too small to affect bass.</p>
<p>Audible Effects<br />
Capacitor coupling often produces:<br />
Slight bass softening<br />
Reduced damping<br />
Warm character<br />
Slight compression at high bass levels<br />
Some people like it. Technically, it is added distortion.</p>
<p>Final Answer<br />
In this amplifier the output capacitor:<br />
Has minimal effect above ~200 Hz<br />
Adds measurable low-frequency distortion<br />
Increases distortion more with 4 Ω load<br />
Slightly reduces damping factor<br />
Contributes to the “warm” character<br />
About 75% (est) of the power just becomes heat.</p>
<p>Comparison to Direct-Coupled AB Amplifier with +- power supply: A DC-coupled Class AB amp:<br />
Has no output capacitor<br />
Lower output impedance<br />
Much lower LF distortion<br />
Better bass control<br />
That’s why modern designs avoid large output electrolytics.</p>
<p>Improvements ideas:</p>
<p>Ways to Reduce Distortion<br />
​The primary cause of distortion here is the non-linearity of the MOSFET’s transconductance and the lack of negative feedback. Here is how to clean it up:<br />
​1. Add a Source Resistor (Local Feedback)<br />
​Currently, the Source (S) is tied directly to ground. Adding a small resistor (e.g., 0.47 \Omega to 1 \Omega) between the Source and Ground introduces Degeneration.<br />
​Effect: It sacrifices some gain but makes the circuit much more linear and thermally stable.<br />
​2. Replace the Load Resistor with a Constant Current Source (CCS)<br />
​The 15 \Omega resistor is a &#8220;passive&#8221; load. As the output voltage swings, the current through the resistor changes, which causes harmonic distortion.<br />
​Effect: Replacing the 15 \Omega resistor with an active CCS (using another MOSFET or an LM317) ensures the IRF530 sees a constant current, significantly flattening the distortion curve and improving bass response.</p>
<p>​3. Implement Global Negative Feedback<br />
​The current design has no loop to &#8220;correct&#8221; the output against the input.<br />
​Effect: You can take a portion of the output signal (before the output capacitor) and feed it back to an earlier gain stage or the gate biasing network. This &#8220;zeros out&#8221; the difference between what the input wants and what the output is actually doing.<br />
​4. Use a Better MOSFET<br />
​The IRF530 is a switching MOSFET designed for ON/OFF operations, not linear audio. Its input capacitance (C_{iss}) is non-linear.<br />
​Effect: Switching to a lateral MOSFET specifically designed for audio (like those from Exicon) or a more linear power MOSFET will reduce high-frequency harshness.</p>
<p>5. Improve Power Supply Filtering<br />
​Class A amplifiers have a Power Supply Rejection Ratio (PSRR) of nearly zero. Any ripple from your 24V power supply will hum directly through your speakers.<br />
​Effect: Use a regulated power supply or a &#8220;Capacitance Multiplier&#8221; circuit to ensure the DC rail is perfectly smooth.</p>
<p>Safety Note<br />
​The 15R 40W resistor and the IRF530 will get extremely hot. Ensure both are mounted to substantial heatsinks with thermal paste, or they will fail within minutes.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/03/11/class-a-amplifier-circuit-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LED flasher with mic analysis</title>
		<link>https://www.epanorama.net/blog/2026/02/04/led-flasher-with-mic-analysis/</link>
		<comments>https://www.epanorama.net/blog/2026/02/04/led-flasher-with-mic-analysis/#comments</comments>
		<pubDate>Wed, 04 Feb 2026 18:09:38 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=199031</guid>
		<description><![CDATA[<p>Facebook viral circuit from https://www.facebook.com/share/p/1buynd6caE/ analysis Let’s break this down calmly, because this circuit looks cooler than it actually is It works, but in the “Facebook shorts” sense, not in an engineering sense. It’s a very simple sound-reactive LED circuit. Big problem: There are NO current-limiting resistors for the LEDs. It might work for some <a class="moretag" href="https://www.epanorama.net/blog/2026/02/04/led-flasher-with-mic-analysis/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Facebook viral circuit from <a href="https://www.facebook.com/share/p/1buynd6caE/">https://www.facebook.com/share/p/1buynd6caE/</a> analysis</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2026/01/Screenshot_20260130_131723_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2026/01/Screenshot_20260130_131723_Facebook.jpg" alt="screenshot_20260130_131723_facebook" width="1080" height="1300" class="alignnone size-full wp-image-199034" /></a></p>
<p>Let’s break this down calmly, because this circuit looks cooler than it actually is<br />
It works, but in the “Facebook shorts” sense, not in an engineering sense.</p>
<p>It’s a very simple sound-reactive LED circuit. </p>
<p>Big problem:<br />
There are NO current-limiting resistors for the LEDs. It might work for some time, but at longer use danger of LEDs and/or transistor will fail.</p>
<p>Smaller problems:<br />
Different color LEDs with different voltage drop in parallel &#8211; only ones with lowest voltage drop will produce light well, other very dim or not turned on at all<br />
No mic coupling capacitor and no proper biasing network &#8211; very poor sensitivity when works, depending on mic you happen to have might not work at all </p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2026/02/04/led-flasher-with-mic-analysis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Braided cables</title>
		<link>https://www.epanorama.net/blog/2025/11/17/braided-cables/</link>
		<comments>https://www.epanorama.net/blog/2025/11/17/braided-cables/#comments</comments>
		<pubDate>Mon, 17 Nov 2025 15:05:25 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198246</guid>
		<description><![CDATA[<p>What Is Braiding in Cables? Understanding Textile Braids, Shielding Braids, and Braided Conductors Cables come in many forms, and one of the most visually noticeable — and functionally important — design elements is braiding. But not all cable braiding serves the same purpose. Depending on the type, braiding can offer mechanical protection, electromagnetic shielding, or <a class="moretag" href="https://www.epanorama.net/blog/2025/11/17/braided-cables/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<h1>What Is Braiding in Cables? Understanding Textile Braids, Shielding Braids, and Braided Conductors</h1>
<p>Cables come in many forms, and one of the most visually noticeable — and functionally important — design elements is <strong>braiding</strong>. But not all cable braiding serves the same purpose. Depending on the type, braiding can offer <strong>mechanical protection</strong>, <strong>electromagnetic shielding</strong>, or even define the <strong>structure of the conductor itself</strong>.</p>
<p>In this article, we’ll explore three common types of braiding found in cables:</p>
<ol>
<li>Textile Braiding for Protection</li>
<li>Metal Mesh Braiding for Shielding</li>
<li>Braided Conductors (Unshielded but Structured)</li>
</ol>
<h3>1. Textile Braid – Protective Outer Layer</h3>
<p><strong>What it is:</strong></p>
<p>A textile braid is an outer layer made from woven synthetic fibers (such as nylon, PET, or polyester). This braid wraps around the cable jacket, mainly for <strong>physical protection and aesthetics</strong>.</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/11/Braided_Näyttökuva-2025-11-17-1548531.png"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/11/Braided_Näyttökuva-2025-11-17-1548531.png" alt="braided_nayttokuva-2025-11-17-154853" width="163" height="168" class="alignnone size-full wp-image-198541" /></a></p>
<p><a href="https://www.gearit.com/products/gearit-10-awg-speaker-wire-cable-with-banana-plugs-braided-jacket-cl2-rated-for-in-wall-oxygen-free-copper-ofc?variant=39371628576877"><img src="https://www.gearit.com/cdn/shop/products/GI-SPKRY-10AWG-BK.jpg?v=1622741027&#038;width=700" width="700" height="700" class="alignnone" /></a></p>
<p><strong>Where it&#8217;s used:</strong></p>
<p>USB cables, audio cables, power cords, custom PC builds</p>
<p><strong>Advantages:</strong></p>
<ul>
<li>Abrasion resistance: protects the underlying cable from wear and tear.</li>
<li>Tangle resistance: helps reduce cable tangling.</li>
<li>Aesthetics: available in various colors and weaves.</li>
<li>Flexibility: does not restrict movement like metal shielding.</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>No electrical shielding against EMI.</li>
<li>Can absorb moisture or fray over time.</li>
</ul>
<h3>2. Metal Mesh Braid – Electromagnetic Shielding</h3>
<p><strong>What it is:</strong></p>
<p>A braided metal mesh (usually copper, tinned copper, or aluminum) that surrounds signal-carrying conductors inside a cable. This braid provides <strong>electromagnetic interference (EMI) shielding</strong>.</p>
<p>Braided wire typically consists of a mesh-like shielding woven around a cable to protect the wiring from electromagnetic interference and enhance its mechanical strength. The shielding is typically composed of numerous thin wires woven tightly in a standard mesh formation around the conductor.</p>
<p><a href="https://www.iconnsystems.com/blog/what-is-braided-wire"><img src="https://www.iconnsystems.com/hs-fs/hubfs/braided-wire.jpg?width=1275&#038;name=braided-wire.jpg" width="850" height="425" class="alignnone" /></a></p>
<p><strong>Where it&#8217;s used:</strong></p>
<p>Audio cables, coaxial cables, instrument cables, industrial control cables</p>
<p><strong>Advantages:</strong></p>
<ul>
<li>Excellent EMI protection.</li>
<li>Can serve as a grounding path.</li>
<li>Durable and adds mechanical strength.</li>
<li>Flexible (more so than foil shielding).</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>Adds cost and weight.</li>
<li>Less effective at high frequencies compared to foil; often used in combination.</li>
</ul>
<h3>3. Braided Conductors – Structural and Functional</h3>
<p><strong>What it is:</strong></p>
<p>Some unshielded cables use <strong>braided signal or power conductors</strong>. This structure improves <strong>flexibility and mechanical stability</strong> and can reduce noise through symmetry.</p>
<p><a href="https://www.mazeaudio.com/why-maze-audio.html"><img src="https://www.mazeaudio.com/uploads/6/8/1/5/68158339/dscf9758_orig.jpg" width="1067" height="800" class="alignnone" /></a></p>
<p><a href="https://hartaudiocables.com/collections/custom-braided-cables/products/custom-braided-interconnect"><img src="https://hartaudiocables.com/cdn/shop/products/Thumbnail_6462e8d8-487b-49be-b2b6-602a366dca8f_720x.jpg?v=1669233355" width="720" height="720" class="alignnone" /></a></p>
<p><strong>Where it&#8217;s used:</strong></p>
<p>Speaker cables, high-end audio cables, DIY or artisan cables</p>
<p><strong>Advantages:</strong></p>
<ul>
<li>Excellent flexibility and routing ease.</li>
<li>Reduced crosstalk and inductance in some configurations.</li>
<li>Visually appealing for premium or handmade cables.</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>No EMI shielding.</li>
<li>More complex and labor-intensive to manufacture.</li>
<li>May tangle if not sleeved or jacketed.</li>
</ul>
<p><a href="https://hartaudiocables.com/products/custom-braided-interconnect?srsltid=AfmBOoqH6R7ufgVjEjX7m7FOGfxzRRjnP2UL9UShiip9V7ub_OVF7DoZ"><img src="https://hartaudiocables.com/cdn/shop/files/ASMStyles-95BRA_10206942-f59e-4bc1-b170-bf998e4134b3_720x.png?v=1701103624" width="720" height="720" class="alignnone" /></a></p>
<h3>Summary Table</h3>
<table border="1" cellpadding="8" cellspacing="0">
<thead>
<tr>
<th>Type of Braiding</th>
<th>Primary Purpose</th>
<th>Shielding?</th>
<th>Flexibility</th>
<th>Common Use Cases</th>
</tr>
</thead>
<tbody>
<tr>
<td>Textile Braid</td>
<td>Physical protection</td>
<td>No</td>
<td>High</td>
<td>Consumer cables, power cords, PC builds</td>
</tr>
<tr>
<td>Metal Mesh Shield Braid</td>
<td>EMI shielding</td>
<td>Yes</td>
<td>High</td>
<td>Audio, coaxial, industrial cables</td>
</tr>
<tr>
<td>Braided Conductors</td>
<td>Structural, functional</td>
<td>No</td>
<td>Very High</td>
<td>Audio/speaker cables, handmade or DIY</td>
</tr>
</tbody>
</table>
<h3>Final Thoughts</h3>
<p>Cable braiding isn’t always just about aesthetics — it can play a crucial role in performance, protection, and signal integrity. Whether it’s shielding against interference, reinforcing the cable’s durability, or simply improving flexibility and appearance, each type of braiding serves a distinct function.</p>
<p>When selecting or designing cables, understanding the differences between textile, shielding, and structural braiding helps you choose the right solution for your application — whether for audio, industrial, or custom-use scenarios.</p>
<p>Sometimes expensive HiFi cables combine several different braiding to be able to sell their products at high price:</p>
<p><a href="https://in-akustik.com/ls-1205-air-pure-silver-00770148353"><img src="https://in-akustik.com/thumbnail/8c/c7/ff/1698342306/produktbild_in-akustik_referenz-ls-1205-air-pure-silver-0077014832par_2000px_1_800x800.webp" width="800" height="800" class="alignnone" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/11/17/braided-cables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cyber security news October 2025</title>
		<link>https://www.epanorama.net/blog/2025/10/03/cyber-security-news-september-2025-2/</link>
		<comments>https://www.epanorama.net/blog/2025/10/03/cyber-security-news-september-2025-2/#comments</comments>
		<pubDate>Fri, 03 Oct 2025 21:25:52 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198359</guid>
		<description><![CDATA[<p>This posting is here to collect cyber security news in October 2025. I post links to security vulnerability news to comments of this article. You are also free to post related links to comments. <a class="moretag" href="https://www.epanorama.net/blog/2025/10/03/cyber-security-news-september-2025-2/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>This posting is here to collect <a href="https://www.epanorama.net/blog/category/security/">cyber security</a> news in October 2025.</p>
<p>I post links to security vulnerability news to comments of this article.</p>
<p>You are also free to post related links to comments.</p>
<p><a href="https://openclipart.org/detail/314725/cyber-security-lock-variation-2"><img src="https://openclipart.org/image/400px/314725" width="300" height="390" class="alignnone" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/10/03/cyber-security-news-september-2025-2/feed/</wfw:commentRss>
		<slash:comments>114</slash:comments>
		</item>
		<item>
		<title>USB charger bad</title>
		<link>https://www.epanorama.net/blog/2025/10/01/usb-charger-bad/</link>
		<comments>https://www.epanorama.net/blog/2025/10/01/usb-charger-bad/#comments</comments>
		<pubDate>Wed, 01 Oct 2025 19:59:29 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Electronics Design]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198341</guid>
		<description><![CDATA[<p>Another bad and potentially dangerous circuit from Facebook. This is supposed to charge LiIon battery from USB power. Identified problems: - no current limiting - can overcharge the battery - red charging LED will be always on when there is USB power coming in - green charged LED will not turn on when battery is <a class="moretag" href="https://www.epanorama.net/blog/2025/10/01/usb-charger-bad/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Another bad and potentially dangerous circuit from Facebook.</p>
<p><a href="https://www.epanorama.net/blog/wp-content/uploads/2025/10/Screenshot_20251001-220658_Gallery.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/10/Screenshot_20251001-220658_Gallery.jpg" alt="screenshot_20251001-220658_gallery" width="1079" height="1517" class="alignnone size-full wp-image-198345" /></a></p>
<p>This is supposed to charge LiIon battery from USB power. Identified problems:<br />
- no current limiting<br />
- can overcharge the battery<br />
- red charging LED will be always on when there is USB power coming in<br />
- green charged LED will not turn on when battery is full</p>
<p>This circuit, as drawn, will not work properly or safely for charging a 3.7 V Li-ion battery. In this circuit, there is nothing to limit the charging voltage/current properly. The battery may overcharge (risk of fire or explosion).</p>
<p>The diode blocks the backflow voltage when the USB power is off and provide 0.7 voltage drop. The design intention seems to be that this would limit the battery charging voltage to safe level.</p>
<p>But even with the diode you have 5V from USB, minus 0,7V over the diode, that is still 4,3V, which is too much for the LiIon battery. So battery will be overcharged.</p>
<p>The typical maximum safe voltage for a standard Li-ion battery cell is 4.20V, although some higher-voltage chemistries can reach 4.30V. Charging a cell above its maximum voltage can cause irreversible damage, shorten its lifespan, and compromise safety. Battery management systems (BMS) in Li-ion packs prevent overcharging and ensure the voltage remains within safe limits. This simple circuit is not proper BMS.</p>
<p>The USB standard specifies a nominal 5V supply but allows for a voltage range between 4.75V and 5.25V for standard USB power delivery, with some USB 2.0 and 3.x specifications permitting higher voltages up to 5.5V to account for voltage drops. If your USB power supply gives those over 5V voltage, we are very considerably over the allowed maximum voltages.</p>
<p>Lithium batteries need constant current (CC) and constant voltage (CV) charging, typically limited to 4.2 V max with current control.</p>
<p>LED “full” and “charging” indicators won’t function correctly. The green/red LEDs with just a resistor and diode cannot sense charge status. The LED will just glow depending on voltage drops, not actual battery full/charging state. Because it shares resistor with red LED, it will not be on when red LED is on.</p>
<p>If you want to charge a 3.7 V Li-ion battery from USB, you need:<br />
A TP4056 charging module (very cheap, <$1). It provides correct CC/CV charging. It includes overcharge, over-discharge, and short-circuit protection (if you buy the protection version).
Comes with proper red/blue LEDs for charging/full indicators.

Another bad battery charger circuit. Lacking proper charging current limiting, proper control of charge stopping when battery is full, too much voltage drop on diodes to work well, green full LED can stay always on or not turn on at all depending green LED used (voltage drop can very between 1.9V and 4V on green LEDs)

<a href="https://www.epanorama.net/blog/wp-content/uploads/2025/10/Screenshot_20251004-104921_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/10/Screenshot_20251004-104921_Facebook.jpg" alt="screenshot_20251004-104921_facebook" width="1080" height="2400" class="alignnone size-full wp-image-198363" /></a></p>
<p>This claims to be a simple Li-ion battery charging indicator circuit.<br />
It uses LEDs, resistors, diodes (1N4007), and a USB 5 V source to:<br />
Charge a 3.7 V Li-ion battery, and<br />
Indicate charging (red LED) and full charge (green LED) states. The 1N4007 diodes (3 in series) will get voltage drop (~0.7 V each × 3 = 2.1 V total). The battery gets a reduced voltage because of the voltage drops across the diodes, and the pproximate voltage at the battery terminals is around 2.9 that is not enough to properly charge the battery. The voltage drop over diodes will be lower at very low current, so a little bit current could get to battery. </p>
<p>This is a very basic indicator circuit, not a safe Li-ion charger.<br />
It lacks:<br />
Constant-current control (CC mode)<br />
Constant-voltage regulation (CV mode)<br />
Overcharge protection<br />
Reverse polarity protection<br />
Temperature monitoring</p>
<p>So while this circuit might be able show charging/full with certain not specified green LED, it’s not recommended for actual battery charging. Use a TP4056 module or similar dedicated Li-ion charger IC instead — it’s safer and inexpensive.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/10/01/usb-charger-bad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Power cable snake oil</title>
		<link>https://www.epanorama.net/blog/2025/09/26/power-cable/</link>
		<comments>https://www.epanorama.net/blog/2025/09/26/power-cable/#comments</comments>
		<pubDate>Fri, 26 Sep 2025 18:50:59 +0000</pubDate>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
				<category><![CDATA[Audio and Video]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://www.epanorama.net/blog/?p=198300</guid>
		<description><![CDATA[<p>I don&#8217;t see any technical benefit of this cable construction for this application. - because there isn&#8217;t https://www.facebook.com/share/p/1CvWzJAZSN/ The reason is that it looks cool so people who don&#8217;t understand anything else will pay for it. So does he have mini pylons that he strings them across so that they don&#8217;t touch like they do <a class="moretag" href="https://www.epanorama.net/blog/2025/09/26/power-cable/">&#8594;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I don&#8217;t see any technical benefit of this cable construction for this application.</p>
<p>- because there isn&#8217;t</p>
<p><a href="https://www.facebook.com/share/p/1CvWzJAZSN/">https://www.facebook.com/share/p/1CvWzJAZSN/</a><br />
<a href="https://www.epanorama.net/blog/wp-content/uploads/2025/09/Screenshot_20250926-210510_Facebook.jpg"><img src="https://www.epanorama.net/blog/wp-content/uploads/2025/09/Screenshot_20250926-210510_Facebook.jpg" alt="screenshot_20250926-210510_facebook" width="1079" height="974" class="alignnone size-full wp-image-198303" /></a></p>
<p>The reason is that it looks cool so people who don&#8217;t understand anything else will pay for it. </p>
<p>So does he have mini pylons that he strings them across so that they don&#8217;t touch like they do now? </p>
<p>Definitely not sound-related for a power cord. A wider spaced transmission line with air in it, which at an estimated length of 2 m is so electrically short as to be completely irrelevant for the 6000 km free-space wavelength of the 50 Hz mains.</p>
<p>Obviously this help to stop RFI pickup but makes RF pickup easier. Also makes the cable more easily radiate electrical field, magnetic field and RF to nearby cables than traditional mains cables. </p>
<p>Making sure you get as much differential-mode coupling as you can from your home AC mains so the 60Hz hum is maximized at the equipment power input.</p>
<p>Who would want to twists cables.</p>
<p>On the technical characteristics having air between wires means lower capacitance and higher inductance than traditional wires closely each other. If you want to optimize power cable, you would want low resistance and low inductance &#8211; and even somewhat high capacitance does not hurt (may even be beneficial as filters high frequencies). The design show in the picture is pretty much opposite of that technically optimal cable.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.epanorama.net/blog/2025/09/26/power-cable/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
