Navigation

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

    Topics created by fdlou147

    • fdlou147

      Arduino Mega2560 and multifunction gateway issues/questions
      Troubleshooting • arduino • • fdlou147  

      2
      0
      Votes
      2
      Posts
      27
      Views

      rejoe2

      @fdlou147 According to my personal experience, I'd recommend to split up Gateway and Node funktionality and use two seperate mcu's. Wrt. to the code itself: you only set up a debouncer on one of the pins (finally: Pin 5), as you always redefine the same "flags" over and over again. Perhaps have a look at this imo excellent multi relay/button sketch by korttoma here. This one should be not to hard to adopt to your needs (still, I'd recommend two mcu's).
    • fdlou147

      Momentary output command to node
      MyController.org • • fdlou147  

      2
      0
      Votes
      2
      Posts
      18
      Views

      fdlou147

      Also, ideally, moreso very necessary, the momentary needs to be sorta snappy, as I am planning on connecting to a starter circuit on the generator, so which is why i was thinking more at the node built into the sketch as opposed to the controller, due to lag times in data to/from node
    • fdlou147

      Hi everyone newbish question here
      MyController.org • • fdlou147  

      6
      0
      Votes
      6
      Posts
      65
      Views

      fdlou147

      @kimot Yeah, but mainly this is more proof of concept. If this platform works for what I am trying to accomplish, I may just go mesh and start migrating to mysensors/mycontroller