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

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • 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....
    Circuit Diagram :-
    www.mediafire....
    RTC DS3231 Library :-
    www.mediafire....
    #RTC_DS3231 #Automatic_Garden_Light #Trigger_at_specific_time

Komentáře • 34

  • @axelateon1384
    @axelateon1384 Před 2 lety +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");
    }

  • @widiudb3313
    @widiudb3313 Před 11 měsíci +1

    God bless you, Sir

  • @rnumediasouth
    @rnumediasouth Před 8 měsíci

    ❤❤❤❤❤❤

  • @almeeraamsanarachmani5395

    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 Před 2 lety

      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 Před 2 lety

    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

  • @adambeedle
    @adambeedle Před 3 lety

    So cool man 👍

  • @sonuala5671
    @sonuala5671 Před 2 lety

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

  • @a.p.7373
    @a.p.7373 Před 3 lety

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

  • @karthikonline4974
    @karthikonline4974 Před 3 lety

    Hai bro

  • @ashimgain
    @ashimgain Před rokem

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

    • @randisetiana8174
      @randisetiana8174 Před rokem

      do you have the answer for now?

    • @ashimgain
      @ashimgain Před rokem

      @@randisetiana8174 yes sir

    • @danielroe1735
      @danielroe1735 Před rokem

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

  • @karthikonline4974
    @karthikonline4974 Před 3 lety

    Email id not sent probleam

    • @axelateon1384
      @axelateon1384 Před 2 lety

      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 Před 2 lety

    Please send the new code 🥺

    • @slideas1
      @slideas1  Před 2 lety

      Code in discretion ...download

  • @karthikonline4974
    @karthikonline4974 Před 3 lety

    RTC Update code