A current transformer unit is a passive electromagnetic device that steps down high alternating current (AC) to a safe, measurable proportional current (typically 1A or 5A) for metering and protection relays. In a real circuit, it changes the installation by providing galvanic isolation between lethal mains voltage and low-voltage measurement electronics, allowing a standard 5A ammeter or a 3.3V microcontroller ADC to safely monitor a 400A feeder without direct electrical contact. Beginners commonly confuse CTs with potential transformers (PTs, which step down voltage) or Hall-effect sensors (which can measure DC and do not require an AC magnetic field to operate).

The Core Function: Isolation and Proportional Scaling

Unlike a standard voltage transformer where both primary and secondary windings have multiple turns, a typical current transformer unit features a primary "winding" that is simply the single conductor passing through the center of the toroidal core. The secondary winding consists of hundreds or thousands of turns of fine enameled copper wire wrapped around that core.

The Physics of the Step-Down: The ratio of primary to secondary current is inversely proportional to the turns ratio. If your secondary has 2,000 turns and the primary is a single straight wire (1 turn), the secondary current will be exactly 1/2000th of the primary current. This allows massive busbar currents to be read by delicate, low-voltage instruments.

According to the Electronics Tutorials transformer guide, the primary current is not determined by the transformer itself, but entirely by the load connected to the main circuit. The CT merely "observes" this current and forces a proportional current through its secondary terminals.

The Math: Ratios, Burden, and a Worked Numeric Example

A current transformer must never be left open-circuited on its secondary side. It requires a "burden" (a load resistor or an ammeter coil) to convert the induced secondary current into a measurable voltage. If you are interfacing a CT with an ESP32 or Arduino, calculating this burden resistor is the most critical step in your design.

Worked Example: Interfacing a 100A CT with an ESP32 ADC

Let’s use the popular YHDC SCT-013-000, which has a primary rating of 100A AC and a secondary output of 50mA AC. This gives a turns ratio of 2000:1.

  • Target Microcontroller: ESP32 DevKit v1 (12-bit ADC, 0V to 3.3V reference).
  • Signal Conditioning: We need an AC voltage signal centered at 1.65V (half of 3.3V) so the sine wave swings symmetrically without clipping at 0V or 3.3V.
  • Maximum Peak Voltage Allowed: 1.65V (which means the wave swings from 0V to 3.3V).
  • Maximum RMS Voltage Allowed: 1.65V / √2 = 1.167V RMS.

Now, we calculate the burden resistor using Ohm’s Law (R = V / I) at the CT’s maximum rated secondary current (50mA or 0.050A):

R = 1.167V / 0.050A = 23.34 Ω

Since 23.34 Ω is not a standard E12 resistor value, we step down to the nearest standard value: 22 Ω.

Bench Verification: If your actual load peaks at 80A, the secondary current will be 40mA RMS. Across a 22 Ω burden resistor, this yields 0.88V RMS (1.24V peak). Added to your 1.65V DC bias, the ESP32 ADC will see a clean sine wave swinging between 0.41V and 2.89V—perfectly within the safe measurement window.

Note: Ensure you are using the SCT-013-000 variant. The SCT-013-030 variant has an internal 62 Ω burden resistor and outputs 1V RMS at full scale, which will instantly clip and distort on a 3.3V ADC without a voltage divider.

Where You Meet Current Transformers in Practice

You will encounter current transformer units in almost every tier of electrical infrastructure, from hobbyist workbenches to utility-scale substations.

  • Home Energy Monitors: Systems like the Emporia Vue or Sense use arrays of split-core CTs clamped onto individual branch circuit wires inside your main service panel to track real-time appliance usage.
  • Solar Inverter Export Limitation: Grid-tied inverters (like Fronius or SolarEdge) use a CT clamped to the main service feeder. If the CT detects power flowing backward to the grid, the inverter dynamically throttles its AC output to comply with utility zero-export rules.
  • Industrial Motor Protection: Motor control centers use solid-core CTs wired to overload relays. If a 50HP motor jams and pulls 400% of its locked-rotor current, the CT feeds this scaled spike to the relay, tripping the contactor in milliseconds to prevent winding destruction.

Decision Tree: Sizing and Selecting Your CT Unit

Selecting the wrong CT leads to saturated cores, clipped ADC readings, or destroyed meters. Use this decision path to lock in the correct hardware for your specific application.

Application Scenario Core Type Required Secondary Output Format Concrete Part Pick
Arduino/ESP32 DIY Energy Monitor (Bench or Panel) Split-Core (for easy retrofit) Current (e.g., 50mA) YHDC SCT-013-000 (~$12)
Prosumer Smart Panel Sub-metering (e.g., Home Assistant IoTaWatt) Split-Core Voltage (e.g., 333mV RMS internal burden) Accuenergy SCT016 (~$25)
Industrial Motor Overload Protection (New Build) Solid-Core (higher accuracy) Current (5A standard) Magnelab DCAW-100 (~$45)
High-Frequency Switching Power Supply Analysis Rogowski Coil or Wideband CT Voltage/Current (High bandwidth) Pearson Electronics 4100 (~$800+)

If you are building a custom PCB for a commercial IoT energy monitor and need surface-mount integration, look into fluxgate or Hall-effect ICs like the Allegro ACS712, but remember these lack the galvanic isolation and high-voltage safety rating of a physical toroidal CT unit.

Critical Safety: The Open-Circuit Lethality Rule

⚠️ HIGH VOLTAGE HAZARD: Never open-circuit the secondary of a current transformer unit while primary current is flowing.

Unlike a voltage transformer, a CT is a constant-current source. If you remove the burden resistor or disconnect the ammeter while the primary is energized, the secondary current drops to zero. Without the secondary ampere-turns to oppose the primary magnetic field, the core instantly saturates. The massive rate of change in magnetic flux (dΦ/dt) induces a lethal voltage spike—often exceeding 2,000V to 5,000V—across the open secondary terminals. This will arc across your multimeter probes, destroy connected microcontrollers, and poses a severe electrocution and fire risk.

The Rule: Always short the secondary terminals (using a shorting switch or a jumper wire) before removing a meter or swapping a burden resistor on a live circuit.

Frequently Asked Questions About CT Selection

Can I use a current transformer unit to measure DC battery current?

No. Standard CTs rely on Faraday’s law of induction, which requires a changing magnetic field (AC). A steady DC current creates a static magnetic field, inducing zero voltage in the secondary. To measure DC, you must use a Hall-effect sensor (like the ACS758) or a shunt resistor with an isolated amplifier.

Does the physical position of the wire inside the CT window matter?

For a standard toroidal CT, the wire should ideally pass through the exact center of the window to ensure uniform flux distribution. However, in high-accuracy metering (Class 0.2 or better), placing the conductor hard against the inner edge of the core can introduce a 1% to 3% measurement error due to asymmetrical magnetic path lengths. For hobbyist 1% or 5% accuracy class units, centering is not strictly critical.

What is the default recommendation for a beginner starting an energy monitoring project?

Stop searching and buy the YHDC SCT-013-000. It is the undisputed standard for DIY AC current measurement. Pair it with a 22 Ω burden resistor, a 10kΩ/10kΩ voltage divider for your 1.65V DC bias, and an ESP32. It provides excellent linearity up to 100A, costs under $15, and the split-core design means you never have to disconnect a live mains wire to install it.