RELAY MODULE
A Relay module is an electrically operated switch that allows a low-power microcontroller (like an Arduino or Raspberry Pi) to safely control high-power, high-voltage devices, such as motors, lights, and fans. It isolates sensitive control circuits from voltage spikes and dangerous electrical loads.
How It Works
A relay module essentially acts as a bridge between two independent circuits: the low-voltage control circuit and the high-voltage load circuit.
- The Low-Power Side (Control): Connected to a microcontroller (e.g., 5V or 12V), this side features pins for Ground (GND), Power (VCC), and a Trigger Signal (IN). When the microcontroller sends a signal to trigger the relay, it activates a small electromagnet inside.
- The High-Power Side (Load): This side features heavy-duty screw terminals labeled as Normally Open (NO), Normally Closed (NC), and Common (COM). When the electromagnet is activated, it mechanically flips the switch to complete the circuit between the COM and NO terminals.
Key Features
- Optocoupler Isolation: Most high-quality relay modules come with built-in optocouplers (optical isolators). This protects your microcontroller from damage by using light to transfer the control signal rather than a direct electrical connection.
- Switching Capacity: Standard modules can handle loads up to 250 V AC / 10A or 30V DC / 10A.
- Channel Variations: Relay modules are commonly available in single, dual, four, eight, or even 16-channel variants to control multiple devices.
Common Applications
- Home Automation: Controlling smart lights, fans, and high-wattage appliances from IoT boards like the ESP32 or Raspberry Pi.
- Industrial Automation: Interfacing with Programmable Logic Controllers (PLCs) to manage motors, conveyor belts, and plant machinery.
- Automotive: Switching high-current circuits like headlights and windshield wipers in vehicles.
Comments
Post a Comment