Navigation

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

    sellier

    @sellier

    0
    Reputation
    2
    Posts
    198
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    sellier Follow

    Best posts made by sellier

    This user hasn't posted anything yet.

    Latest posts made by sellier

    • RE: LCD Clock and Text sensor node with new V_TEXT

      Re: LCD Clock and Text sensor node with new V_TEXT
      Hello ,
      I have done the same exercise also with the LCD 4*20 and use the same program. It is great.
      It works but only I have the first line with the date.
      The lines 2,3,4 are empty.
      In Domoticz my V_TEXT are created and filled in.
      It seems that I can not read correctly the information LCD_line2, LCD_line3,LCD_line4
      0_1510218378199_Screen Shot 2017-11-09 at 9.56.27 AM.png
      0_1510218403691_Screen Shot 2017-11-09 at 9.55.50 AM.png
      we can see that on the line READ , the text is V_TEXT but nothing is received.
      Why ?
      0_1510218424508_Screen Shot 2017-11-09 at 9.50.27 AM.png

      Thanks

      posted in My Project
      sellier
      sellier
    • RE: 💬 Motion Sensor

      @Cliff-Karlsson
      For dual Sensors

      one error is present on the line sleep:
      it is not : sleep(digitalPinToInterrupt(DIGITAL_INPUT_SENSOR_1 || DIGITAL_INPUT_SENSOR_1), CHANGE, SLEEP_TIME);

      but : sleep(digitalPinToInterrupt(DIGITAL_INPUT_SENSOR_1 )|| digitalPinToInterrupt(DIGITAL_INPUT_SENSOR_2), CHANGE, SLEEP_TIME);

      posted in Announcements
      sellier
      sellier