Navigation

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

    Topics created by derksuh

    • derksuh

      Node with Relay
      OpenHAB • • derksuh  

      1
      0
      Votes
      1
      Posts
      501
      Views

      No one has replied

    • derksuh

      Relay not reacting first 3 seconds
      Development • • derksuh  

      4
      0
      Votes
      4
      Posts
      1192
      Views

      rejoe2

      @derksuh For information which version of the board defs you use (and for up- and downgrading also): Within the Arduino IDE you can just use the boardmanager (Tools menue, as far as I remember) to do this...
    • derksuh

      Invert the relay in the sketch
      Development • • derksuh  

      18
      0
      Votes
      18
      Posts
      3726
      Views

      blacey

      @derksuh Sorry to hear but your sketch looks good. Are you using the MySensors development branch? If not, doing so will probably fix the behavior because there was a bug in the 2.0 release that prevented messages from being sent (i.e. the request()) in the setup() method of a sketch. Once you upgrade to the MySensors development branch, if it still doesn't behave properly, please post the messages logged by the node, with #MY_DEBUG enabled.
    • derksuh

      Not seeing child id 0 Humidity from DHT
      Troubleshooting • • derksuh  

      3
      0
      Votes
      3
      Posts
      1063
      Views

      mfalkvidd

      @derksuh great work. Thanks for reporting back.
    • derksuh

      LM393 remove LEDS
      Hardware • • derksuh  

      3
      0
      Votes
      3
      Posts
      1048
      Views

      mfalkvidd

      If you are using the analog output you might be able to remove the lm393 and the pcb it is mounted on entirely. Like I did on my plant monitoring as described in https://forum.mysensors.org/topic/2147/office-plant-monitoring/21
    • derksuh

      Light sensor with battery level problem
      Development • • derksuh  

      5
      0
      Votes
      5
      Posts
      1279
      Views

      boozz

      @derksuh Ok, but it still needs your code to find a place within the loop if I'm not mistaken? I'm not a c-programmer, so now and then I'm somewhat confused by the code of others. I learn by doing, which is now and then a process of copy-paste and at other moments analysing how others did it. BR, Boozz