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

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 36

  • @axelateon1384
    @axelateon1384 2 роки тому +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 Рік тому +1

    God bless you, Sir

  • @husseinfasihhalim7835
    @husseinfasihhalim7835 4 місяці тому

    Thaks you sir, Is this coding possible every day?

  • @sonuala5671
    @sonuala5671 3 роки тому

    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

  • @sonuala5671
    @sonuala5671 3 роки тому

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

    • @slideas1
      @slideas1  3 роки тому

      I have update code for this problem

    • @sonuala5671
      @sonuala5671 3 роки тому

      Code plll

    • @slideas1
      @slideas1  3 роки тому

      @@sonuala5671 send mail

    • @sonuala5671
      @sonuala5671 3 роки тому

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

    • @sonuala5671
      @sonuala5671 3 роки тому

      Pl send sir updated code

  • @almeeraamsanarachmani5395
    @almeeraamsanarachmani5395 3 роки тому

    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 2 роки тому

      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

  • @rnumediasouth
    @rnumediasouth Рік тому

    ❤❤❤❤❤❤

  • @a.p.7373
    @a.p.7373 3 роки тому

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

  • @adambeedle
    @adambeedle 3 роки тому

    So cool man 👍

  • @karthikonline4974
    @karthikonline4974 3 роки тому

    Hai bro

  • @riswanck1862
    @riswanck1862 3 роки тому

    Please send the new code 🥺

    • @slideas1
      @slideas1  3 роки тому

      Code in discretion ...download

  • @karthikonline4974
    @karthikonline4974 3 роки тому

    Email id not sent probleam

    • @axelateon1384
      @axelateon1384 2 роки тому

      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");
      }

  • @ashimgain
    @ashimgain Рік тому

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

    • @randisetiana8174
      @randisetiana8174 Рік тому

      do you have the answer for now?

    • @ashimgain
      @ashimgain Рік тому

      @@randisetiana8174 yes sir

    • @danielroe1735
      @danielroe1735 Рік тому

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

    • @ATULRGHARAT
      @ATULRGHARAT 4 місяці тому

      same error

  • @karthikonline4974
    @karthikonline4974 3 роки тому

    RTC Update code