Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Bruno Cunha
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Bruno Cunha

    • Bruno Cunha

      Automatic Irrigation (Adjust Hour)
      My Project • • Bruno Cunha  

      1
      0
      Votes
      1
      Posts
      684
      Views

      No one has replied

    • Bruno Cunha

      Timer Help
      My Project • • Bruno Cunha  

      10
      0
      Votes
      10
      Posts
      2157
      Views

      dbemowsk

      @Topdawg2881 that's where I was going with my example. There is still the delay(500) that I left in from his code, but that's a short delay.
    • Bruno Cunha

      Timer (Emergencie)
      My Project • • Bruno Cunha  

      3
      0
      Votes
      3
      Posts
      922
      Views

      Tmaster

      if it is an emergency button should be connected directly to relay (connected by hardware). And not using code,because if arduino it's freezed it will not respond and you cant stop it
    • Bruno Cunha

      Irrigation System (LCD Keypad)
      My Project • • Bruno Cunha  

      4
      0
      Votes
      4
      Posts
      1286
      Views

      Bruno Cunha

      Well i need to finish this Project until the end of this month so o dont have time to learn, im learning arduino but slower, i dont want a magic code just nisto way of programing the switch buttons to change the time, or where tofind
    • Bruno Cunha

      Thermostat-Code problem
      My Project • • Bruno Cunha  

      7
      0
      Votes
      7
      Posts
      1736
      Views

      mfalkvidd

      @Bruno-Cunha it is not a variable, and using - 5 would be the same, but using 5 makes it harder to understand and maintain the code. See https://refactoring.com/catalog/replaceMagicNumberWithSymbolicConstant.html for more info on why I prefer using define.