Ultra Mega Timers

Sdílet
Vložit

Komentáře • 83

  • @Galo1722
    @Galo1722 Před 3 lety

    Aplausos caballero!! Le envío mis saludos y felicitaciones desde Argentina. por mi parte intentare añadir 1 rele por cada tiempo y la puesta en hora del reloj desde el teclado. Muchas gracias por tus aportes, son excelentes!!

  • @amardarwatkar8338
    @amardarwatkar8338 Před 4 lety +3

    Very nice 😄 sir l m so happy for this project

  • @lcy1975
    @lcy1975 Před 6 lety +1

    Good Tutorial ~
    Thank you very much!

  • @9wattd
    @9wattd Před 4 lety +1

    Thank you so much for your teaching

  • @crkvenazvonahr8668
    @crkvenazvonahr8668 Před 4 lety +1

    Can there be more relays and more program lines (16 at least)?

  • @crkvenazvonahr8668
    @crkvenazvonahr8668 Před 4 lety

    Can you do more timers like 8 in a day and 3 relays?

  • @amardarwatkar8338
    @amardarwatkar8338 Před 4 lety

    Can you create a setting of Timeset in this?

  • @adhilpa1489
    @adhilpa1489 Před 3 lety

    Nice project
    Waiting for 8 relay 8 timer project,

  • @amardarwatkar8338
    @amardarwatkar8338 Před 4 lety

    Hi, can u add to this project manual clock set with buttons.

  • @mehdwiyouth6338
    @mehdwiyouth6338 Před 4 lety

    Nice project

  • @corbinmacphee6505
    @corbinmacphee6505 Před 5 lety

    using the time intervals for the relay function for the single timer is there a way to turn on a second motor after the first is done for a set amount of time then turn off until the next cycle? i also swapped the 5v relay for an l298n motor driver module

  • @LuizAntonio-yn1hj
    @LuizAntonio-yn1hj Před 3 lety

    nicolas, congratulations on the projects, well explained and easy to understand. mine: 1 timer, 1 relay, selectable day. the sunday: case 7: // if sunday
    if (Sun1 == 1) {
    First_Timer ();
    it does not activate the high signal. so do not turn on the relay. what is the cause of the problem. I thank.

  • @corbinmacphee6505
    @corbinmacphee6505 Před 5 lety

    if you connect a dc 5v toy car motor to your relay do you have to add code in the program to turn the motor or just having it with the relay and the fact that the light on the relay is on will suffice? lemme know asap for a school project. thanks a bunch

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      Use the COM and NO from your relay to interrupt one line that supplies your motor. Don´t use the Arduino pin because they can supply enough current.

    • @corbinmacphee6505
      @corbinmacphee6505 Před 5 lety

      @@nicolasjarpa4336 i set it up that way and motor didnt turn on so do i have to add code?

  • @daudshahzad2943
    @daudshahzad2943 Před 5 lety

    Hi it's awesome.
    I want to use this to control my solar panals but i need to add one more relay.
    Please tell me how to add two relays.
    Thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      Thanks! another user asked me about that. You can find "2 timers 2 relays" at the end of step 5 (not tested).

  • @corbinmacphee6505
    @corbinmacphee6505 Před 5 lety

    also if im using a 16x2 LCD display but not the 12c module is it still possible to hook it up the display still ?

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      Yes, go to the link in the description and look for the comment section at the end. I gave the answer to the user "Saiko". Please let me know if work because he didn't answer me.

    • @corbinmacphee6505
      @corbinmacphee6505 Před 5 lety

      @@nicolasjarpa4336 going to set up right now and try ill let you know soon also bought the 12c module one in case its easier to use but wont receive it for a week

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      @@corbinmacphee6505 Ok

    • @corbinmacphee6505
      @corbinmacphee6505 Před 5 lety

      @@nicolasjarpa4336 it worked thank you very much appreciated:)

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      @@corbinmacphee6505 Great!

  • @alico797
    @alico797 Před 6 lety +1

    minute 6:58 ... the relay coil causes interference with the lcd screen

  • @invincibleman9473
    @invincibleman9473 Před 5 lety

    sir,i have used ur given library but there is error coming 'it states
    E:\Arduino\libraries\LiquidCrystal_I2C\I2CIO.cpp:35:26: fatal error: ../Wire/Wire.h: No such file or directory

  • @corbinmacphee6505
    @corbinmacphee6505 Před 5 lety

    i attempted to use the 4 timers code and my motors just hum but using the single timer code the motors turn at full speed any reason why they would just hum and not turn? sorry for so many questions just this is my final year project and i want to do a good job on it so im double and triple checking everything

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      I'm not familiar with your module, but the 4 timers code put a HIGH on the output. Be careful to don't overlap the timers on the 4 timers code or you will have a conflict in the output.

    • @corbinmacphee6505
      @corbinmacphee6505 Před 5 lety

      @@nicolasjarpa4336 attempted to use a 2channel 5v relay for the motors like your video and motor will not turn on and off at the set times any idea?

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      @@corbinmacphee6505 If you are trying the 4 timers 1 relay, the timers must be in sequence and not overlapped

    • @corbinmacphee6505
      @corbinmacphee6505 Před 5 lety

      @@nicolasjarpa4336 you mean like T1 is set for 15 30 00 and off at 15 30 10 so then next time could be at the earliest 15 30 11 not 10 seconds cause thats over lapping? i had timer 1 end at 15 30 10 and second start at 15 30 15 and end at 15 30 20?

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      @@corbinmacphee6505 Yes you need 1 second between timers, it's logic, right? you don't want to turn off and on something at the same time.....Did you change the code? The setup is right as you described, but what is the on time?

  • @corbinmacphee6505
    @corbinmacphee6505 Před 5 lety

    what kind of relay module is that? message me back please need to know for school project

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 5 lety

      It's the most common relay "brick" you can find, must be HIGH activated

  • @waleedsajjad6605
    @waleedsajjad6605 Před 4 lety

    Hi @Nicolas Jarpa its working.... but why its showing values on lcd as 255 255 255 for timers 2,3 and 4. kindly give the solution.

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 4 lety

      Hi, did you clear the EEPROM?

    • @waleedsajjad6605
      @waleedsajjad6605 Před 4 lety

      @@nicolasjarpa4336 Hi, no i didn't, please tell how to do that?
      Thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 4 lety

      ​@@waleedsajjad6605 How did you manage to make the project by skipping steps? It's all in the tutorial and the video.

    • @waleedsajjad6605
      @waleedsajjad6605 Před 4 lety

      @@nicolasjarpa4336 you were right..that was skipped from me, but now its working fine..thanks

  • @dassajityadav5555
    @dassajityadav5555 Před 3 lety

    Super sir i just search thia type of function i need for 8 time set per day and on sunday saturday off

  • @brad346326
    @brad346326 Před 5 lety

    Hi I followed your video but it is Not working I have wired the same as you with the exception of using 15k resistors
    The video is confusing as to the order you up,loaded your code
    First I uploaded led scanner I get 3 line of address in the print monitor the first address is the same as yours
    Next I upload the RTC3231 then eeprom read and then eeprom clear then the
    Last code I upload is the simple timer for one day timer
    I'm not sure why we go through all theses steps of code when they are over written with each new code upload also there is no place to put in my LCD address
    My LCD lights up blue and that it I have adjusted the contrast makes no difference
    Any ideas what might be going on or did I upload the wrong code or order of code
    Could you explain why we are uploading each do and what we are doing
    Thanks a lot for taking the time to make this

  • @yasiromenacho5694
    @yasiromenacho5694 Před 2 lety

    Que gran proyecto gracias lo haré para un colegio se lo voy a regalar pero como sería para 12 temporizadores y un rele y seleccionar los días por favor ayuda

  • @seahdk
    @seahdk Před 4 lety

    anybody knows why am i having this problem?
    expected constructor, destructor, or type conversion before '(' token
    at the line LiquidCrystal_h lcd(0x68,16,2);//0x68 is my lcd address, maybe not yours!

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 4 lety

      Hi, Before implementing the project, test your LCD alone with the library examples.

    • @seahdk
      @seahdk Před 4 lety

      @@nicolasjarpa4336 for this project do i need the I2C module for the lcd to work?

    • @seahdk
      @seahdk Před 4 lety

      @@nicolasjarpa4336 cause rite now i have not soldered on it is that what's it causing to say no file or directory? thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336  Před 4 lety

      @@seahdk The code should compile. Do you have the I2C library?

    • @seahdk
      @seahdk Před 4 lety

      @@nicolasjarpa4336 yes i have but i did not solder the I2C onto my lcd