Arduino Programmable Timer With On/Off Set Point

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • For more information, please visit:
    www.instructabl...

КОМЕНТАРІ • 63

  • @ambernishad7596
    @ambernishad7596 4 роки тому +2

    Sir, if possible please write few lines about the explanation in between the video. Even better if you speak and if not then atleast write few lines. It will make us easy to understand. Hope you work on it...

  • @vineshv7401
    @vineshv7401 4 роки тому

    Sir marvelous project sir I need a help is it possible to adjust the time of by hardware buttons ?. Because once I have programmed then after that if rtc battery failed it should be capable for setting the time again without loading the code. Please update sir thank in advance 🙂🙂🙂🙂

  • @Randy2747
    @Randy2747 5 років тому +1

    Can i use this timer with my fog machine and have it come on for a few minutes, wait for 10 minutes and then have it come in for 2 minutes then repeat?

  • @Hsrt767.....93
    @Hsrt767.....93 Рік тому

    bro can you explain how to edit a variable using a keypad or pushbutton and print in real-time on an LCD using arduino.

  • @farhannavid9071
    @farhannavid9071 4 роки тому

    hi,
    is it possible to run this timer circuit entirly on c programming??
    i need to run it on c programming. can u help

  • @lcy1975
    @lcy1975 6 років тому

    Good Tutorial ~
    Thank you!
    Looking forward to new tutorials.

  • @premarajan5829
    @premarajan5829 4 роки тому +1

    Can I set more than two time on and off ?

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

    Sir time setting not sure?

  • @user-be4yc2vr5c
    @user-be4yc2vr5c 4 роки тому

    nice. *suggestive head bob*

  • @corbinmacphee6505
    @corbinmacphee6505 5 років тому

    is it possible to do witha DS3231 RTC module instead of a 1307?

  • @tobotdolce9556
    @tobotdolce9556 5 років тому

    sir how to set if i like to turn on my machine at 6 Am, and turn off in 9pm, i change the if else statement or not. if change the statement which part? thank you.

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      That's what the timer does. Set on at 6 and off at 21, don´t change anything.

  • @hanifali888
    @hanifali888 7 років тому

    hello, i made the same arduino project like this, but i the time on off cannot be change when i push the buttons. it only show the default time which is ON 12 OFF 12. hope you can help me.

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      Hi! are you using a proto/breadboard? if yes, Make sure you are not connected to the same rails. If you are using a 4 pin push buttons, remember pin 1 and 2 are connected, the same for 3 and 4. So, pin arduino to push button pin 1 or 2 and push button pin 1 or 2 to 10k resistor to gnd, and pin 3 or 4 to 5V. Look for "pull down" examples and you can see what i am telling you . Use instructables link so you can send me a picture.Regards!

    • @hanifali888
      @hanifali888 7 років тому

      Nicolas Jarpa thanks for your help.. 👍😁😊

  • @santiagopapa5077
    @santiagopapa5077 5 років тому

    Can i do this with a nano??

  • @gururajkchandan9910
    @gururajkchandan9910 6 років тому

    I was added the minutes also but am confused in relay on and off how I can set relay on and off for minutes also ( also I have added eeprom for on off time setting saving purpose)

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому +1

      Hi! it's tricky ;p , I will update this timer soon with minues, seconds , also with eeprom.

    • @nicolasjarpa4336
      @nicolasjarpa4336  6 років тому

      ua-cam.com/video/_PL-bci4e0s/v-deo.html

    • @gururajkchandan9910
      @gururajkchandan9910 6 років тому

      @@nicolasjarpa4336 ua-cam.com/video/aU4PnBQfRko/v-deo.html

    • @gururajkchandan9910
      @gururajkchandan9910 6 років тому

      @@nicolasjarpa4336 I already done
      eeprom and other features added thanks for your tutorials

  • @yanbudi5059
    @yanbudi5059 7 років тому

    Code in variable timer runs continuously / looping ?

  • @yenrajan
    @yenrajan 6 років тому

    Sir.Could you please give me code for my project. The project is : I want to switch on a relay at every hour for 6 min. duration daily using arduino uno and rtc 3231

  • @sanb3586
    @sanb3586 5 років тому

    Hello can you help me with code

  • @raghulraj2831
    @raghulraj2831 5 років тому

    Your use arduino software link please share

  • @naasuha
    @naasuha 7 років тому

    hey where can I get THE TIMER code?

  • @VICTORSILVA-fz3fm
    @VICTORSILVA-fz3fm 4 роки тому

    Hola como podría editar la hora de un rtc Ds3231(I2c) y que se guarde la configuración, con botones ?

    • @nicolasjarpa4336
      @nicolasjarpa4336  4 роки тому +2

      Hola, si lees la documentación de la libreria rtc puedes saber los comandos necesarios. Creo que es algo como setTime(hora,minuto segundo); por lo que debes colocarlas como variables para cambiarlas en el programa. Otro consejo: no pierdas tiempo preguntando en UA-cam ya que esta plataforma no sirve para compartir código. Para eso están los foros dedicados de Arduino. Otra cosa, si tienes una duda o pregunta, lo más probable es que ya esté resuelta. Yo mismo puse en google "cambiar hora rtc arduino" y salieron varias respuestas. Busca las que digan [SOLUCIONADO] porque los más seguro es que esté la respuesta con código y todo. Si sabes Inglés, busca mejor en ese idioma ya que es una comunidad más grande(casi nunca busco nada en Español). Espero te sirvan estos consejos.

    • @VICTORSILVA-fz3fm
      @VICTORSILVA-fz3fm 4 роки тому

      @@nicolasjarpa4336 muchas gracias por contestar, si de echo busque cómo usted me lo indica pero los códigos que proporcionaron en los foros están inconclusos y ya nos les dieron seguimiento a los comentarios

    • @nicolasjarpa4336
      @nicolasjarpa4336  4 роки тому +2

      @@VICTORSILVA-fz3fm Si, es así. Solo dan trozos de código porque asumen que sabes lo que estás haciendo. Por lo general es requisito postear tu código para que lo puedan revisar. En realidad, nadie va a escribir un programa por ti. Para eso subo estos tutoriales completos con explicación y código listo. Otra cosa, busca un tutorial como lo que quieres construir o lo mas parecido, como por ejemplo un reloj con arduino. Lo más seguro es que se le pueda cambiar la hora y así sacas esa parte del código.

  • @corbinmacphee6505
    @corbinmacphee6505 5 років тому

    Am I able to do this without a 5v relay?

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      Yes, but what do you want to use?

    • @corbinmacphee6505
      @corbinmacphee6505 5 років тому

      @@nicolasjarpa4336 could I go without or do I need one at least

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      @@corbinmacphee6505 The relay is intended to control a load that Arduino can handle. If you only need a digital signal (5v), don't use the relay.

    • @nicolasjarpa4336
      @nicolasjarpa4336  5 років тому

      Sorry, "Arduino can't handle"

  • @vivianvalentina494
    @vivianvalentina494 7 років тому

    Can we set the timer without using relay?

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      I really don't understand your question my friend...

    • @vivianvalentina494
      @vivianvalentina494 7 років тому

      Nicolas Jarpa pardon me.. I want to set alarm(every 8 hour) using ds3231 for medicine reminder but i cant figured how to do that.. When the time reach, lcd display "time to take medicine" and buzzer beeping for few minutes then automatically beep off.. Do u have idea about it?

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      OK, it's a cool project,but don't your phone can do that? there are lots of free apps.I really can't explain how to program it here

  • @temoherbert172
    @temoherbert172 7 років тому

    Is possible make that with the DS 1302????

    • @nicolasjarpa4336
      @nicolasjarpa4336  7 років тому

      I think so..but i never tried, here the link (read the manual for instructions)
      rinkydinkelectronics.com/library.php?id=5
      rinkydinkelectronics.com/resource/DS1302/DS1302.pdf

    • @temoherbert172
      @temoherbert172 7 років тому

      Well, thanks Mr Jarpa

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

      ua-cam.com/video/-riZqMX27KY/v-deo.html

  • @mdnayemuddinapan4329
    @mdnayemuddinapan4329 4 роки тому

    Sir, pls give me code for my project 😊

  • @nicolasjarpa4336
    @nicolasjarpa4336  6 років тому

    New timers ! hours, minutes, seconds, eeprom:
    ua-cam.com/video/_PL-bci4e0s/v-deo.html

  • @CrazyGuyOfficial
    @CrazyGuyOfficial 6 років тому

    cool .. checkout the controller that i made