Skip to product information
1 of 1

vendor-unknown

Turn On/Off a Bulb at a specific time using 1 channel 5v Relay and DS3231 RTC Module interfacing with Arduino Uno - KT866

Turn On/Off a Bulb at a specific time using 1 channel 5v Relay and DS3231 RTC Module interfacing with Arduino Uno - KT866

SKU:KT866

1000 in stock

Regular price Rs. 1,149.00
Regular price Sale price Rs. 1,149.00
Sale Sold out
Shipping calculated at checkout.

For refund/return/replacement, call us at +91 95995 94524 For bulk and B2B enquiries kindly mail us at support@rees52.com

View full details

KIT INCLUDES:


HARDWARE REQUIRED

SOFTWARE REQUIRED

Arduino IDE ((Programmable platform for Arduino boards)

You can download it from this link: https://www.arduino.cc/en/Main/Software)

SPECIFICATION

PIN DESCRIPTION

  • 5V 1- CHANNEL RELAY

  • Number of I/O Channels: 1
  • Type: Digital
  • Control signal: TTL level
  • Max. Allowable Voltage: 250VAC/110VDC
  • Max. Allowable Power Force: From C(800VAC/240W), From A(1200VA/300W)

  • DS3231 RTC MODULE

INSTALL LIBRARY

http://www.rinkydinkelectronics.com/library.php?id=73

Click on the link given above to download the DS3231 library

CIRCUIT DESCRIPTION

  1. Connect Arduino ground to ds3231 ground and relay’s ground
  2. Connect Arduino 5v to ds3231 VCC and relay VCC
  3. Relay in pin to Arduino digital pin 4
  4. Arduino SCL to ds3231 SCl and SDA to ds3231 SDA
  5. Lamp NEGATIVE to OUTPUT 220v lamp POSITIVE to OUTPUT of relay output
  6. No relay output to o/p 220v

CODE


https://docs.google.com/document/d/e/2PACX-1vQpYyIFLWTuTpdsnpYaQOOAsmK5FoM0UhBgLrmviGBVkKo6fjiMk4XKlNegpf2OB8QlgARvuo8wZTS7/pub

WORKING

In this ds3231 RTC module, it will switch on and switch off the bulb with the help of 1 way 5V relay module in real-time

As we programmed.