Navigation

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

    Topics created by 172pilot

    • 172pilot

      Adding MySensors to existing arduino project? Minimal code needed?
      Development • • 172pilot  

      3
      0
      Votes
      3
      Posts
      1298
      Views

      172pilot

      Thanks for the reply.. It seems that if you can do what you did with the sensor code, presumably it should work with the gateway code, so I guess I just need to make some time to try some more.. Otherwise I think i'm just going to have to move back to a bigger arduino and just use an NRF and forget about the wifi on the new version.. Thanks!
    • 172pilot

      Example of V_CUSTOM
      Troubleshooting • • 172pilot  

      5
      0
      Votes
      5
      Posts
      2158
      Views

      172pilot

      Well.. My initial use is for a pool temperature / level sensor.. The temp is easy - It's registering as a V_TEMP and working great, but what I want is for the level to say "1.5 inches low" or "2 inches high", etc.. I currently have the value implemented as another V_TEMP, and have my arduino code calibrating the code to show 0 degrees if it's "perfect" and then plus/minus one degree for each inch the pool is high or low, but to have a sensor that is named "Pool level" and the data being "1.5 degrees F" isn't intuitive. I thought about using a distance sensor, but I couldn't get the distance code to work in the first place, and then I'd have to just remember what "distance" is normal (ie: is 0 the "top" of the pool, the the distance represents how far down the water is?) It just seems simpler in many cases to have a few english words displayed in the Vera website. Another idea I have is to replace all my "expensive" z-wave door sensors with MySensors on Pro Mini because I hate that the output of the door sensor is just a picture of the door sensor with the "rainbow" on top either colored red, or not, and I have to remember which color is "open". I'd rather have a Vera output that just says "OPEN" or "CLOSED" and I can't figure out any way to do that with the regular sensors so I was just going to build my own.. I'm sure I'll think of more, but that's enough to keep me busy for a while! .. didn't get to try any of this last night as I had hoped.. we ended up going to the town carnival instead... Will try again tonight! -Steve
    • 172pilot

      How to use DistanceSensor?
      Hardware • • 172pilot  

      1
      0
      Votes
      1
      Posts
      548
      Views

      No one has replied

    • 172pilot

      Dumb beginner conceptual question...
      General Discussion • • 172pilot  

      3
      0
      Votes
      3
      Posts
      1058
      Views

      172pilot

      Thanks.. I did break down and order 10 of the nrf radios last night... should be here tomorrow.. In thinking it through more, it seems that it's shortsighted of me to want everything on Wifi just because it's familiar.. I'd end up needing eventually to possibly expand my subnet, have to be reliant on an access point that is probably being killed by my son playing online games, etc.. I'm sure there's a learning curve to the NRFs, but from what I read about their low power requirements and the advantage of all of the self healing, it seems it's the right way to go.. Thanks for the info!