Skip to Content

5v Single Channel Relay Module

https://circuitsnepal.odoo.com/web/image/product.template/31/image_1920?unique=ca39508

This 1 Channel Relay Module allows you to control a high-power device with a low-voltage signal from your microcontroller. It features optocoupler isolation to protect your microcontroller from voltage spikes and can be easily triggered by a HIGH signal on the input, making it ideal for various automation and control projects.

175.00 ₨ 175.0 NPR 175.00 ₨ 215.00 ₨

175.00 ₨ 215.00 ₨

Not Available For Sale

This combination does not exist.

Free Delivery is available on orders worth Rs.2000 or more!

Terms and Conditions

Shipping: 2-3 Business Days

Product Description:


This 1 Channel Relay Module allows you to control a high-power device with a low-voltage signal from your microcontroller. It features optocoupler isolation to protect your microcontroller from voltage spikes and can be easily triggered by a HIGH signal on the input, making it ideal for various automation and control projects.

Product Specifications

SpecificationValue
Channels1
Operating Voltage5V DC
Coil Current70mA
Load Voltage250VAC or 30VDC max
Load Current10A max
Contact Resistance100mΩ
Response Speed10ms
Maximum Switching Frequency300 operations per minute
Dimensions(Approximate) 30mm x 15mm x 15mm
Weight10g (Approximate)

Features

  • Single Channel for controlling one device
  • Optocoupler isolation for enhanced protection
  • High switching capacity for handling high-current loads
  • Low power consumption for efficient operation
  • Compact and lightweight design

Applications

  • Home automation (e.g., controlling lights, fans, appliances)
  • Industrial control systems
  • Robotics and DIY projects
  • Security systems
  • Experimentation and prototyping

Pinout and Usage

PinFunctionConnection
VCCPower SupplyConnect to +5V power source
GNDGroundConnect to ground
INInputConnect to the digital output pin of your microcontroller (e.g., Arduino Digital Pin 2). A HIGH signal on this pin will trigger the relay.
NONormally OpenConnect to the load (device to be controlled)
NCNormally ClosedConnect to the load when the relay is not activated
COMCommonConnect to the load

How to Use the 1 Channel Relay Module

  1. Wiring: Connect the module to your microcontroller and the load as per the pinout table.
  2. Control: To activate the relay, send a HIGH signal to the IN pin. To deactivate the relay, send a LOW signal to the IN pin.

Example (Arduino)

C++

const int relayPin = 2; // Relay IN pin connected to Arduino Digital Pin 2

void setup() {
  pinMode(relayPin, OUTPUT); 
}

void loop() {
  digitalWrite(relayPin, HIGH); // Activate the relay
  delay(1000); // Wait for 1 second
  digitalWrite(relayPin, LOW); // Deactivate the relay
  delay(1000); // Wait for 1 second
}

Note:

  • The specific library functions and usage will vary depending on the microcontroller and the library you are using.
  • Refer to the library documentation and examples for detailed usage instructions.

Package Includes:


 1x 5v Single Channel Relay Module 

Our latest content

Check out what's new in our company !

Your Dynamic Snippet will be displayed here... This message is displayed because you did not provide both a filter and a template to use.