Automatic Garden Light | Arduino Nano Relay Trigger at specific time | DS3231 RTC Module

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2021
  • This allows us to be active at any time of the day and then deactivate at the required time.This happens automatically every day.
    E.g.
    1. Automatic garden bulbs
    2. Automatic garden water spray
    3. Automatic water tanks
    This channel to share exciting videos of Arduino projects,Electronics and electrical easy diy projects to share with you I hope this projects will be helpful for you to create something new .
    Do not Forget to like comment and subscribe my channel.
    SUBSCRIBE LINK:-
    / @slideas1
    Arduino Code :-
    www.mediafire.com/folder/45l9...
    Circuit Diagram :-
    www.mediafire.com/view/a8410v...
    RTC DS3231 Library :-
    www.mediafire.com/file/cth2q0...
    #RTC_DS3231 #Automatic_Garden_Light #Trigger_at_specific_time
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 34

  • @widiudb3313
    @widiudb3313 7 หลายเดือนก่อน +1

    God bless you, Sir

  • @adambeedle
    @adambeedle 2 ปีที่แล้ว

    So cool man 👍

  • @rnumediasouth
    @rnumediasouth 4 หลายเดือนก่อน

    ❤❤❤❤❤❤

  • @sonuala5671
    @sonuala5671 2 ปีที่แล้ว

    Sir suppose mera light on hai and current chalagaya after 5 min se current aagaya to kiya light on hoga ya nahi .? Pl revert me this project is awesome....if its work as same

  • @a.p.7373
    @a.p.7373 2 ปีที่แล้ว

    Bro pls make signal jammer circuit with less components pls 🔥🔥✅

  • @axelateon1384
    @axelateon1384 ปีที่แล้ว +4

    i found a solution for current off issue, no need for eeprom, just replace the hour and min like this
    example: i want to set up my microwave oven from 23:10 to 23:40.
    if(t.hour == 23 && t.min 10){
    digitalWrite(Relay,HIGH);
    digitalWrite(Led,HIGH);
    Serial.println("LIGHT ON");
    }

    else {
    digitalWrite(Relay,LOW);
    digitalWrite(Led,LOW);
    Serial.println("LIGHT OFF");
    }

  • @almeeraamsanarachmani5395
    @almeeraamsanarachmani5395 2 ปีที่แล้ว

    Sir, what should I do if I want to set in on for a couple of hours every day? Thank you in advance for the fabulous tutorial

    • @axelateon1384
      @axelateon1384 ปีที่แล้ว

      use for and while instead of using const int for miin and hours
      if(t.hour == 23 && t.min 10){
      digitalWrite(Relay,HIGH);
      digitalWrite(Led,HIGH);
      Serial.println("LIGHT ON");
      }

      else {
      digitalWrite(Relay,LOW);
      digitalWrite(Led,LOW);
      Serial.println("LIGHT OFF");
      }
      worked for me, even if i unplug the device

  • @sonuala5671
    @sonuala5671 2 ปีที่แล้ว

    If u add eeprom then its will work good other wise when current off system not come to same position

    • @slideas1
      @slideas1  2 ปีที่แล้ว

      I have update code for this problem

    • @sonuala5671
      @sonuala5671 2 ปีที่แล้ว

      Code plll

    • @slideas1
      @slideas1  2 ปีที่แล้ว

      @@sonuala5671 send mail

    • @sonuala5671
      @sonuala5671 2 ปีที่แล้ว

      @@slideas1 no code there pl send updates code sir plll

    • @sonuala5671
      @sonuala5671 2 ปีที่แล้ว

      Pl send sir updated code

  • @karthikonline4974
    @karthikonline4974 2 ปีที่แล้ว

    Hai bro

  • @karthikonline4974
    @karthikonline4974 2 ปีที่แล้ว

    Email id not sent probleam

    • @axelateon1384
      @axelateon1384 ปีที่แล้ว

      delete the const int variables, instead use > < command
      if(t.hour == 23 && t.min 10){
      digitalWrite(Relay,HIGH);
      digitalWrite(Led,HIGH);
      Serial.println("LIGHT ON");
      }

      else {
      digitalWrite(Relay,LOW);
      digitalWrite(Led,LOW);
      Serial.println("LIGHT OFF");
      }

  • @riswanck1862
    @riswanck1862 2 ปีที่แล้ว

    Please send the new code 🥺

    • @slideas1
      @slideas1  2 ปีที่แล้ว

      Code in discretion ...download

  • @karthikonline4974
    @karthikonline4974 2 ปีที่แล้ว

    RTC Update code

    • @slideas1
      @slideas1  2 ปีที่แล้ว

      Mail send ...

  • @ashimgain
    @ashimgain 10 หลายเดือนก่อน

    'DS3231::DS3231(const uint8_t&, const uint8_t&) sir plese fix this error problem

    • @randisetiana8174
      @randisetiana8174 10 หลายเดือนก่อน

      do you have the answer for now?

    • @ashimgain
      @ashimgain 10 หลายเดือนก่อน

      @@randisetiana8174 yes sir

    • @danielroe1735
      @danielroe1735 9 หลายเดือนก่อน

      @@ashimgain i got same error...may i know how did you fix it please?