Navigation

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

    Best posts made by mwalker

    • RE: Round water tank level sensor

      @tango156157 no worries. Declare waterAvail as a float:

      float waterAvail;
      

      Then when calling set on msgVolume just add a second argument, an int with the number of decimal places you want (I've used 3 which will get you to millilitre precision):

      send(msgVolume.set(waterAvail, 3));
      
      posted in My Project
      mwalker
      mwalker
    • RE: Current Sensing?

      @scalz the jeelabs post is interesting. When I was using an LM393 module with a LDR I was unable to detect the pulses coming from my meter (later established as 15ms). Reading that article it seems that was because of inadequate light proofing (the meter is shaded, but outdoors), but lacking any sort of test equipment, it's interesting to see his oscilloscope tracings of the response of the LDR to a pulse. Thanks for linking it.

      posted in Hardware
      mwalker
      mwalker