RELAY MODULE
A R elay 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 betwee...