Navigation

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

    Topics created by ileneken3

    • ileneken3

      'Mysensor' a smoke detector with sound detection
      My Project • • ileneken3  

      9
      0
      Votes
      9
      Posts
      1514
      Views

      ileneken3

      @tmaster Actually, the KY-038 works exactly what I want (except for the power consumption). I also have ones that are connect to mains power, and the false alarms are rare. Also, I have the Arduino programmed to sleep some time after detecting a sound and sending a message. In the case of a real alarm, it will keep sending regularly, which would make it obvious. The "batteries just end in a few months" is what I'm asking about - avoiding the .4ma used by the LM393. I'm hoping I can replace it with the LMV393, but I'm not sure if it will work. Regarding the "you think you are safe", Mysensors has heartbeats, and battery percentage reporting to deal with all that.
    • ileneken3

      Board and hardware failures
      Hardware • • ileneken3  

      34
      0
      Votes
      34
      Posts
      6630
      Views

      sundberg84

      Make sure to doublecheck the G on the 4.7uF cap if you have rev 7 or 8 because it may be wrong. (this is fixed in rev 9)
    • ileneken3

      is "isTransportOK()" function obsolete in 2.1.0 ?
      Troubleshooting • • ileneken3  

      3
      0
      Votes
      3
      Posts
      1603
      Views

      ileneken3

      @tekka OK, I changed it to isTransportReady() and it compiles fine. Thank you!