Navigation

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

    Topics created by clio75

    • clio75

      How to get NODE_ID
      Troubleshooting • • clio75  

      5
      0
      Votes
      5
      Posts
      1302
      Views

      clio75

      @hek Thanx Again, I think I was on that page 3-4 time without seeing getnodeid() : )
    • clio75

      Get Temperature from other nodes(through VERA).
      My Project • • clio75  

      7
      0
      Votes
      7
      Posts
      2695
      Views

      clio75

      Hi @korttoma, Just an other question, II'm also using PLEG. Is there a way to compeer the last value against the new value and only IF these values are different we sending a this new value. some thing like : local temp = luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1","CurrentTemperature", 35) local oldTemp = luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1","VAR_1", 14) if temp != oldTemp then luup.call_action("urn:upnp-arduino-cc:serviceId:arduino1", "SendCommand", {radioId="14;2", variableId="VAR_1", value=temp}, 3) end Thanx
    • clio75

      Heartbeat error ?
      Bug Reports • • clio75  

      4
      0
      Votes
      4
      Posts
      1851
      Views

      hek

      You can just send the last state every HEARTBEAT_TIME... should have the same effect.
    • clio75

      Nano on Battery(Programming problem)
      Hardware • • clio75  

      7
      0
      Votes
      7
      Posts
      1852
      Views

      clio75

      I was not able to upload a sketch with "arduino as ISP" so I whent back to my orginal idea to use a FTDI232(like I use for microPro). I looked into the schematic on the nano and the micro. I found that on the micro the DTR pin there is a capacitor between reset and DTR input.. But the reset pin on the Nano did not. So I modified one FTDI232 with a capacitor 0,1uF (See picture). When I also crossed the TX/RX pins it finally works
    • clio75

      Ultra-slim NRF24L01
      Hardware • • clio75  

      4
      0
      Votes
      4
      Posts
      1276
      Views

      Nca78

      Also, when the seller writes "similar" you can expect the worst compatibility problems
    • clio75

      Mini Pro with high Baudrate
      Troubleshooting • • clio75  

      5
      0
      Votes
      5
      Posts
      1916
      Views

      clio75

      @tbowmo I checked yesterday, and you was right. this was a 16MHz. Thanx
    • clio75

      Can't detect device Error
      Troubleshooting • • clio75  

      4
      0
      Votes
      4
      Posts
      1770
      Views

      clio75

      Thanx That did it