Back To Basics: Class X & Y Capacitors

I recently had to interact with a client specifically regarding Class X and Class Y capacitors, and I thought it will be a good refresher for the community as well.

These 2 caps are mostly used in the AC circuits. Class X sits across Line and Neutral and helps remove differential mode noise. Class Y connects from Line or Neutral to protective earth, or across the isolation barrier, to drain common mode noise safely. “X” and “Y” names are got from the international capacitor safety standard IEC 60384-14 for capacitors.

An across-the-line failure can cause fire, so X capacitors are built to be self-healing, pass surge and flammability tests. A line-to-earth failure could make exposed metal live and cause electric shock, so Y capacitors must fail open and are limited in capacitance to keep leakage current small.

There are subclasses. X parts are X1 and X2. X2 is the common choice for normal mains surges, X1 is for harsher industrial projects. Y parts are Y1 and Y2. Y2 goes from Line or Neutral to earth in Class I gear. Y1 is used when you bridge reinforced insulation across the isolation barrier. Pick only parts with safety marks like UL on the datasheet and body. Keep Y values small and check leakage current with I ≈ 2πfVC so the total stays within your power budget.

Think about tradeoffs. X caps can be larger and cut more differential noise, but they need discharge parts and space. A bleeder resistor is needed across the X capacitor to make sure you don’t get a shock after unplugging the AC. Typically, in 1-5MΩ range. Y caps keep users safe by failing open and by being small, but they add leakage, so values are limited.

Remember that many Y MLCCs lose capacitance with DC bias so leave margin or pick C0G or film. In humid regions, choose parts that pass 85C and 85% RH tests. Never replace safety capacitors with general purpose parts on the mains(I can’t stress this enough!).

If you liked the post, Share it with your friends!

Tech News: Arduino & Qualcomm

Unless you have been living under a rock, you would have heard this week that Qualcomm announced it will acquire Arduino. I have mixed feelings about it. Probably one of the most celebrated Open source companies gets bought by one of the most closed source hardware chip company ever!

It says Arduino keeps its brand, tools, and open-source mission. But knowing Qualcomm, I don’t have high hopes. They technically have been one of the worst offenders when it comes to putting detailed specs of devices out there. Their documentation is poor, it is always under NDAs, and they have this unspoken rule of not responding to folks who have a non-business ID when you reach out via mails. I desperately hope they prove me wrong this time with Arduino.
Along with this news, they also shipped an Arduino UNO form factor board “UNO Q”. It has a Debian-running Qualcomm Dragonwing QRB2210 application processor with an STM32U585 microcontroller for doing the low level IO. You get 2 GB RAM, 16 GB eMMC, Wi-Fi 5, Bluetooth 5.1(WCBN3536A – Qualcomm Chip), and video output over USB-C. Processor-wise, performance seems to be in the RPi-3 range of things. It’s supposed to be in the “AI for Edge” specific applications. QRB2210 has quad-core 2.0 GHz A53 CPU, Adreno GPU and Dual Camera ISP so can be good for Robotics and Vision IoT stuff. But not sure if it’s a right move when RPi already dominates this range.

It seems to have a new software IDE called Arduino AppLab which is a hybrid for doing Python development for the DragonWing and Arduino sketches for the STM32. Will need to try it out once the board arrives. Anyway, I checked the website documentation, schematic of the board is available (Layout Gerber is available but not the design files). As usual, nothing on the Qualcomm chip used on the board. Hopefully they make this chip atleast available to the public.
 
I just long for a day when I can read up and buy a single unit Qualcomm chip from a reseller without signing an NDA or reaching out to a sales rep. Then I will believe that this acquisition was different!  

If you liked the post, Share it with your friends!
1 4 5 6 7 8 17