Navigation

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

    mountainman

    @mountainman

    2
    Reputation
    20
    Posts
    552
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Texas

    mountainman Follow

    Best posts made by mountainman

    • RE: Sensebendermicro.ino verify errors

      Thanks @BearWithBeard it is working now.

      @BearWithBeard said in Sensebendermicro.ino verify errors:

      And finally, sha204_lib_return_codes.h and sha204_library.h can be obtained from the Security Personalizer sketch. If you're going to copy and paste those files into the Arduino project folder, you may need to replace the <...> brackets around the included file with "..." (e.g. #include "sha204_library.h"), or else the IDE might not find them.

      I forgot I had to change the <...> brackets around the included file with "..." for the referenced libraries when copied locally. I also got platform.io setup so I'm going to transition to using it going forward in order to help pin the dependencies.

      posted in Hardware
      mountainman
      mountainman

    Latest posts made by mountainman

    • RE: isMetric incorrect on new 2.3.2 serial gateway with HomeAssistant

      I have been seeing the same issue. Did you find a resolution or open a bug report?

      posted in Home Assistant
      mountainman
      mountainman
    • RE: Sensebendermicro.ino verify errors

      Thanks @BearWithBeard it is working now.

      @BearWithBeard said in Sensebendermicro.ino verify errors:

      And finally, sha204_lib_return_codes.h and sha204_library.h can be obtained from the Security Personalizer sketch. If you're going to copy and paste those files into the Arduino project folder, you may need to replace the <...> brackets around the included file with "..." (e.g. #include "sha204_library.h"), or else the IDE might not find them.

      I forgot I had to change the <...> brackets around the included file with "..." for the referenced libraries when copied locally. I also got platform.io setup so I'm going to transition to using it going forward in order to help pin the dependencies.

      posted in Hardware
      mountainman
      mountainman
    • RE: Sensebendermicro.ino verify errors

      Thanks @TRS-80 I started down the path of setting up Platform.io for that reason. Currently using it for building Marlin firmware but have not set it up for the MySensors yet. The library files all appear to be in MySensors Libraries so I don't know why it cannot find them:

      sha204_lib_return_codes.h
      sha204_library.cpp
      sha204_library.h
      
      posted in Hardware
      mountainman
      mountainman
    • RE: Sensebendermicro.ino verify errors

      @PRGelBueno did you ever resolve the error? I'm seeing the same issue and have gone through the same troubleshooting steps to no avail.

      
      SensebenderMicro:66:10: fatal error: sha204_lib_return_codes.h: No such file or directory
       #include <sha204_lib_return_codes.h>
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      compilation terminated.
      exit status 1
      sha204_lib_return_codes.h: No such file or directory
      
      

      Thanks,
      Brendan

      posted in Hardware
      mountainman
      mountainman
    • RE: Sleep() Caused Insomnia when assisted by interrupts

      I think I might be having a similar issue on the slim node. It seems to work fine when pulled down by the circuit but enters an endless loop between the time based interrupt and pin when the circuit is open and being pulled up.

      What value of resistor are using for you pull up and were you having the issue on both rising/falling edge?

      posted in Troubleshooting
      mountainman
      mountainman
    • RE: Multimeter recommendation?

      Temped by EEVblog BM235 Multimeter especially given it comes with some nice silicone leads.

      https://www.eevblog.com/product/bm235-multimeter/

      The flukes are very nice though!

      posted in General Discussion
      mountainman
      mountainman
    • RE: Which Lab Power Supply?

      Any thoughts on a case (ebay/ali) for homemade PSUs?

      posted in Hardware
      mountainman
      mountainman
    • RE: Help with W5100 Resetting with Domoticz

      @sundberg84 I updated MY_GATEWAY_MAX_CLIENTS from 1 to 4 in MyConfig.h

      This might help with you secondary controller issue.

      posted in Troubleshooting
      mountainman
      mountainman
    • RE: Help with W5100 Resetting with Domoticz

      @sundberg84 For me running MSysC appears to have no impact although it will eventually lock up also (1 hr+). What revision of the libraries are you using? The ethernet gateway used to handle 4 connections simultaneously which I think may be configurable in the dev branch.

      posted in Troubleshooting
      mountainman
      mountainman
    • RE: Help with W5100 Resetting with Domoticz

      Thanks for the reply sunberg84.

      I have Myscontroller and openLuup but even with them off I get the same reset behaviour. I'm actually running Domoticz in response to openLuup locking up on sensor inclusion. Do your logs look similar (resets every 30 seconds) if you have a secondary controller running?

      posted in Troubleshooting
      mountainman
      mountainman