A current sensor measures how much electric current flows through a wire. You don't have to disconnect or cut the wire — just clamp it or pass the wire through the sensor. Common uses: power monitoring, motor control, battery management, and DIY electronics projects. ATO offers AC, DC, AC/DC universal, and true‑RMS current sensors using Hall effect technology, split‑core (non‑invasive) design, and outputs like 4‑20mA, 0‑5V, and RS485.
What's popular: For Arduino, ESP32, or Raspberry Pi projects, the two most common needs are: small battery currents (mA) and larger load currents (5‑30A). Two modules lead the pack:
Example: Use INA219 for a solar‑charged battery logger; use ACS712 for a motor stall detector.
| Model | Type | Range | Output | Best For |
| AC150 | AC (CT) | 1‑150A | 0‑5V / 0‑10V | Low‑cost AC monitoring, DIN rail |
| AC1500 | AC (open‑loop) | 0‑1500A | 4‑20mA | Non‑invasive industrial AC |
| DC1500 | DC (open‑loop) | 50‑1500A | 4‑20mA | Split‑core DC, fast response |
| ACDC5 | AC/DC (Hall) | 1mA‑5A | 0‑5V | Universal small signal, DIN rail |
| 153S01 | DC (closed‑loop) | 1mA‑5A | RS485 / TTL | High precision (Class 0.5), battery & solar |
Q1: What does a current sensor do?
A: It detects the electrical current in a circuit and converts it into a measurable output signal (like 4‑20mA or 0‑5V). This lets you monitor power usage, protect motors from overloading, and manage battery health — all without cutting any wires.
Q2: What's the difference between AC and DC current sensors?
A: AC sensors measure alternating current (wall outlets, 50/60 Hz). DC sensors measure direct current (batteries, solar panels). Some sensors (like ACDC5) measure both.
Q3: Hall effect vs current transformer – which one is better for current sensing?
A: Hall effect works for AC & DC and provides isolation — safer for beginners and ideal for DC applications. Current transformers (CT) are simpler, work for AC only, and require no external power — great for low‑cost AC monitoring. The better choice depends on whether you need DC capability, isolation, or a self‑powered solution.
Q4: Open‑loop vs closed‑loop Hall sensors — which one should I pick?
A: Open‑loop (e.g., AC1500) is cheaper, smaller, ~1% accuracy — fine for most tasks. Closed‑loop (e.g., 153S01) is more accurate (~0.5%) but costs more. Pick closed‑loop only for high precision, like power meters.
Q5: Which DIY module is best for Arduino — INA219 or ACS712?
A: For small currents (mA level) and battery monitoring, use INA219 (I²C, measures both current and voltage). For larger currents (5A–30A) and quick tests, use ACS712 (analog, isolated). Choose based on your current range.