1 Channel Relay Module – 5V DC – Online India
This Single Channel Relay Module 5V DC is used when you want an automated switch using an Arduino! This Relay Module circuit will definitely fit perfectly in your coolest project ideas!
Here you can buy the Single (1 channel) Relay 5V DC Module in India. Order multiple products and save per-item shipping cost in India. Local Pickup is also available in Delhi-NCR.
SAVE MORE! By buying the combination instead, see below for this offer.
₹49.00
Description
You can switch one electrical appliance or circuit with Arduino or other controller boards using this 1 Channel Relay 5V DC Module. So if you want to buy online in India the 1 Channel Relay Module, you are at the right place, Circuit Uncle – Home for Embedded and IoT solutions and components.
- High-quality relay
- Normally open
- Maximum load: AC 250V / 10A, DC 30V / 10A;
- Optocoupler isolation,
- Stable performance
- trigger current 5mA
- Can be set by jumper high or low trigger
- Fault-tolerant design, even if the control line off, the relay will not move;
- power indicator (green), relay status indicator (red)
- VCC+: then the power supply positive (voltage according to the relay requirements 5V)
- GND: connected to the power supply negative
- IN: can be high or low-level control relay pull
- NO: relay normally-open interface, relay pull before the suspension, after the connection with the COM shorted
- COM: relay common interface
- NC: relay normally closed interface, the relay before the connection with the COM short, pull after the suspension
The indicator LEDs (both power as well as the operational indicator) improve the operational feature of this module, as it provides a real-time feedback about the module’s state. Below is your sample Arduino code, which blinks or switch on/off the relay module in the interval of 1 sec each:
int RelayPin = 6;
void setup() {
// Set RelayPin as an output pin
pinMode(RelayPin, OUTPUT);
}
void loop() {
// Let’s turn on the relay…
digitalWrite(RelayPin, LOW);
delay(1000);
// Let’s turn off the relay…
digitalWrite(RelayPin, HIGH);
delay(1000);
}
A bonus tutorial and discussion video on how to use the 1 channel relay module – 5V DC module.
Circuit Uncle ensures the quality of the component delivered to you, so be assured and buy online in India with confidence in the 1 channel relay module 5V DC at this page.
Additional information
Weight | 300 g |
---|---|
Dimensions | 180 × 70 × 1 cm |
You must be logged in to post a review.
Reviews
There are no reviews yet.