Navigation

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

    avgays

    @avgays

    0
    Reputation
    2
    Posts
    285
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    avgays Follow

    Best posts made by avgays

    This user hasn't posted anything yet.

    Latest posts made by avgays

    • RE: 💬 Air Humidity Sensor - DHT

      @jwosnick
      Very strange as in my case this library work well with sleep() on battery-powered node.

      Look like it's nessesary to add delay(2000); before or after sleep() as sleep mode stops all timers, so
      currenttime - _lastreadtime =0
      and function returns with no new measurements.

      posted in Announcements
      avgays
      avgays
    • RE: 💬 Air Humidity Sensor - DHT

      @jwosnick

      As your set sensor model

      DHT dht(DHT_DATA_PIN, DHT22);
      

      it looks like you use "Adafruit DHT-sensor-library".
      It's need dht.begin(); in setup(){ } which is missing in your sketch

      posted in Announcements
      avgays
      avgays