Navigation

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

    Topics created by carlierd

    • carlierd

      Looking for a box for TTP229 (WAF request)
      Hardware • • carlierd  

      1
      0
      Votes
      1
      Posts
      798
      Views

      No one has replied

    • carlierd

      Board dimension issue on OSHPark
      Hardware • • carlierd  

      6
      0
      Votes
      6
      Posts
      1896
      Views

      carlierd

      So easy ! I finally used directly BRD file and not GERBER. Thanks for the advice on DRU. The strange thing is that I tried with CAM job of OSH Park but the result was the same. But it's working with BRD so let's order my first board David.
    • carlierd

      Office plan monitor (advice required)
      My Project • • carlierd  

      12
      4
      Votes
      12
      Posts
      3648
      Views

      carlierd

      Hello, Last modification: I still have your make minor modification on marking and then go to production David.
    • carlierd

      [Solved] How disable sleep timer ?
      Development • • carlierd  

      7
      0
      Votes
      7
      Posts
      1646
      Views

      carlierd

      Hello @m26872 , I set some serial.print in the code and found that i need to add some node.sleep when an incorrect key is pushed. The problem was due to the fact that the interruption pin is still valid when i restart the loop function ! David.
    • carlierd

      Operational and debug MySensors network
      General Discussion • • carlierd  

      1
      0
      Votes
      1
      Posts
      520
      Views

      No one has replied

    • carlierd

      [Solved] How to check RFM69 is a HW model ?
      Hardware • • carlierd  

      7
      0
      Votes
      7
      Posts
      2881
      Views

      joaoabs

      Hi, By the PCB silk I was wrongly thinking that the module could be on of "RFM69" or "RFM69H" or "RFM69W" and "RFM69HW". Now if I understood correctly the diagram, the module can only be either the "RFM69W" (low power 13dBm) or the "RFM69HW" (high power 20dBm). Since this module has the "H" marked it should be "RFM69HW" and that is confirmed by the other side of it, because it has the two additional black ICs. Thanks!
    • carlierd

      [Solved] Soft signing with whitelist on nodes
      Troubleshooting • • carlierd  

      4
      0
      Votes
      4
      Posts
      1641
      Views

      Anticimex

      Well, then I do believe your vision is described in my signing thread But let's focus on the problem you describe in the other thread.
    • carlierd

      [Solved] 'Verify fail' when enabling whitelist in signing function
      Troubleshooting • • carlierd  

      11
      0
      Votes
      11
      Posts
      3117
      Views

      Anticimex

      That's great! I am always on the lookout for people interested in testing and using the signing framework. There are really great things in the pipe for the next (1.6.0 I believe) release.
    • carlierd

      [Solved] Soft signing issue
      Troubleshooting • • carlierd  

      13
      0
      Votes
      13
      Posts
      3474
      Views

      carlierd

      Thanks to take time ! Especially on your phone
    • carlierd

      RFM69 temperature and how to check RFM69 is set to high power
      Troubleshooting • • carlierd  

      9
      0
      Votes
      9
      Posts
      4775
      Views

      carlierd

      It's perfect !! Thanks !
    • carlierd

      Led blink at startup and controller connection
      Feature Requests • • carlierd  

      1
      0
      Votes
      1
      Posts
      846
      Views

      No one has replied

    • carlierd

      Leds always on with Ethernet gateway
      Development • • carlierd  

      4
      0
      Votes
      4
      Posts
      1263
      Views

      carlierd

      Sorry !! I was probably very tired as I not connected LED correctly
    • carlierd

      Ethernet gateway example in DEV branch
      Development • • carlierd  

      19
      0
      Votes
      19
      Posts
      4728
      Views

      cdr

      I'm testing the DEV branch with MQTT and W5100, I use a shield with an included SD-CARD. I had trouble sending messages using MQTT so I tried to debug using plain Ethernet gateway w5100, the same problem seems to occur. Everything seems to work normal in debug log, but I noticed that I never get a "gateway ready" command. Please note that radio init is good, and I get an IP adress that is reachable. I tried to enable SOFTSPI and UDP ethernet, but no dice. Really looking forward to the new w5100 MQTT client gateway! Any advice appreciated. (trying with a w5100 without SD CARD did not change anything)