<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Power-Design on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/power-design/</link>
        <description>Recent content in Power-Design on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sat, 11 Apr 2026 13:10:58 +0800</lastBuildDate><atom:link href="https://knightli.com/en/tags/power-design/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Common USB PD Decoy Chips: CH224K vs HUSB238 vs HUSB237 vs IP2721 vs XSP</title>
        <link>https://knightli.com/en/2026/04/11/usb-pd-decoy-chip-comparison/</link>
        <pubDate>Sat, 11 Apr 2026 13:10:58 +0800</pubDate>
        
        <guid>https://knightli.com/en/2026/04/11/usb-pd-decoy-chip-comparison/</guid>
        <description>&lt;p&gt;When building a USB PD sink/power-request design, decoy chips are usually selected by voltage capability, protocol support, and cost.&lt;/p&gt;
&lt;h2 id=&#34;chip-comparison&#34;&gt;Chip Comparison
&lt;/h2&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Chip&lt;/th&gt;
          &lt;th&gt;Key Features&lt;/th&gt;
          &lt;th&gt;Best For&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;CH224K (WCH)&lt;/td&gt;
          &lt;td&gt;Popular and cost-effective, resistor-configurable, up to 20V output&lt;/td&gt;
          &lt;td&gt;High-power PD requests and general-purpose designs&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;HUSB238 (Hynetek)&lt;/td&gt;
          &lt;td&gt;Small size, high integration, compliant with USB PD3.0, supports PPS and PD3.1 28V&lt;/td&gt;
          &lt;td&gt;Compact devices that need higher voltage output&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;HUSB237 (Hynetek)&lt;/td&gt;
          &lt;td&gt;Minimal PD Sink design, supports PD3.1 (5V/9V/12V/15V/20V), up to 20V/5A (100W), supports SOP&amp;rsquo; (eMarker emulation), BC1.2 and QC2.0&lt;/td&gt;
          &lt;td&gt;Cost-effective sink designs that need very simple external circuitry, especially 100W cable-related use cases&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;IP2721 (Injoinic)&lt;/td&gt;
          &lt;td&gt;Auto plug-in/out detection, compatible with PD2.0/3.0, stable behavior&lt;/td&gt;
          &lt;td&gt;Products needing automatic detection and stronger protocol handling&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;XSP series (for example XSP01/XSP05)&lt;/td&gt;
          &lt;td&gt;Cost-effective, broad support for PD + QC + FCP + SCP + AFC&lt;/td&gt;
          &lt;td&gt;Multi-protocol fast-charging products such as phone adapters and wireless charging modules&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;selection-tips&#34;&gt;Selection Tips
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;For mature and budget-friendly designs: start with CH224K or XSP series.&lt;/li&gt;
&lt;li&gt;For compact boards and higher voltage demand: consider HUSB238 first.&lt;/li&gt;
&lt;li&gt;For minimal BOM and up to 100W (20V/5A): consider HUSB237 first.&lt;/li&gt;
&lt;li&gt;For stronger protocol handling and auto detection: consider IP2721 first.&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        <item>
        <title>Isolated vs Non-Isolated Power Supplies: Pros, Cons and Selection</title>
        <link>https://knightli.com/en/2022/04/27/isolated-vs-non-isolated-power-supply/</link>
        <pubDate>Wed, 27 Apr 2022 00:00:00 +0000</pubDate>
        
        <guid>https://knightli.com/en/2022/04/27/isolated-vs-non-isolated-power-supply/</guid>
        <description>&lt;p&gt;Power modules can be roughly divided into isolated and non-isolated designs. The key difference is whether the input and output share a direct electrical reference.&lt;/p&gt;
&lt;p&gt;In an isolated power supply, the input and output are separated by a transformer, optocoupler or another isolation barrier. In a non-isolated supply, the input and output usually share ground and are electrically connected.&lt;/p&gt;
&lt;h2 id=&#34;isolated-power-supply&#34;&gt;Isolated Power Supply
&lt;/h2&gt;&lt;p&gt;An isolated power supply separates the input side from the output side. This improves safety and reduces the chance that faults on one side directly affect the other side.&lt;/p&gt;
&lt;p&gt;Common advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;safer when input voltage is high;&lt;/li&gt;
&lt;li&gt;better protection between systems;&lt;/li&gt;
&lt;li&gt;useful when input and output grounds cannot be connected;&lt;/li&gt;
&lt;li&gt;can reduce ground loop problems;&lt;/li&gt;
&lt;li&gt;often required in medical, industrial and communication equipment.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Common disadvantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;higher cost;&lt;/li&gt;
&lt;li&gt;larger size;&lt;/li&gt;
&lt;li&gt;lower efficiency in some designs;&lt;/li&gt;
&lt;li&gt;more complex circuit structure.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;non-isolated-power-supply&#34;&gt;Non-Isolated Power Supply
&lt;/h2&gt;&lt;p&gt;A non-isolated power supply does not provide electrical isolation between input and output. Buck converters and many small DC-DC modules are typical examples.&lt;/p&gt;
&lt;p&gt;Common advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;low cost;&lt;/li&gt;
&lt;li&gt;compact size;&lt;/li&gt;
&lt;li&gt;high efficiency;&lt;/li&gt;
&lt;li&gt;simple circuit;&lt;/li&gt;
&lt;li&gt;suitable for low-voltage systems with common ground.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Common disadvantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;input faults can reach the output more easily;&lt;/li&gt;
&lt;li&gt;not suitable where safety isolation is required;&lt;/li&gt;
&lt;li&gt;may cause ground loop issues;&lt;/li&gt;
&lt;li&gt;input and output ground relationship must be understood.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;how-to-choose&#34;&gt;How To Choose
&lt;/h2&gt;&lt;p&gt;Use an isolated power supply when:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the input voltage is dangerous;&lt;/li&gt;
&lt;li&gt;the output is touched by users;&lt;/li&gt;
&lt;li&gt;two systems must remain electrically separated;&lt;/li&gt;
&lt;li&gt;noise or ground loops are a concern;&lt;/li&gt;
&lt;li&gt;the application has safety requirements.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Use a non-isolated power supply when:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;input and output are both low voltage;&lt;/li&gt;
&lt;li&gt;the system shares a common ground;&lt;/li&gt;
&lt;li&gt;efficiency, size and cost matter more;&lt;/li&gt;
&lt;li&gt;the load is inside the same device;&lt;/li&gt;
&lt;li&gt;safety isolation is not required.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;practical-reminder&#34;&gt;Practical Reminder
&lt;/h2&gt;&lt;p&gt;Do not judge only by module appearance. Check the module specification and wiring diagram. Some modules are sold as DC-DC converters but do not provide isolation.&lt;/p&gt;
&lt;p&gt;If the output side may be touched by people or connected to another independent system, isolation should be considered first.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;Isolated power supplies are safer and more suitable for separated systems, but they cost more and are more complex. Non-isolated power supplies are efficient and cheap, but they require a clear common-ground design. The right choice depends on voltage, safety, grounding and system structure.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
