About 59,600 results
Open links in new tab
  1. DHT11 - difference between integral and decimal data

    Apr 16, 2016 · I am using DHT11 sensor in my arduino uno . the data format sent by the sensor is the following : 8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal …

  2. DHT11 Error compiling for board Arduino/Genuino Uno

    Sep 7, 2017 · #include "DHT11.h" ^ ... Indicates that the specified .h file is not found. Perhaps you need to install a DHT11 Arduino driver package. With driver package properly installed, …

  3. How can I get accurate value of temperature and humidity from …

    Oct 1, 2020 · From DHT11 datasheet, it only supports resolution to 1 degree Celsius and 8bits for humidity leading to the integer like floats. Also something to keep in mind is the units that the …

  4. c# - Reading data with DHTxx.Dht11 - Stack Overflow

    Oct 30, 2021 · You will need to use the TryReadHumidity and the TryReadTemperature method of the Dht11 class. This methods return a bool where you can validate the successful read of …

  5. Getting NAN-Readings from DHT-11 Sensor - Stack Overflow

    Nov 29, 2016 · The first time I used the DHT11 everything went fine. I tried the DHT11 for another application and I had that problem, the nan on my LCD1602 and on the serial monitor. I …

  6. Reading temperature on Raspberry Pi using DHT11 sensor

    I am new to working with Raspberry Pi physical computing. I have a Raspberry Pi and am trying to write a simple Python program to print the temperature and humidity data to the log. I have a …

  7. wrong humidity from a DHT11 sensor w/ Nano v3 - Stack Overflow

    May 31, 2018 · How do I get correct humidity readings from a DHT11 sensor, or do I just need better quality gear? The temp looks correct, humidity is not. Remotely accurate humidity …

  8. How to code for DHT11, pH Sensor with i2c 16x2 LCD in Arduino …

    Nov 6, 2020 · // Using macros #define DHT11_PIN 7 #define DigitalPin 8 #define DHT11_PIN 7 or using constants for pins. Choose one, not both: // Group all your const int together, for the …

  9. c - DHT11 sensors keep printing 255 temperature and humidity …

    Although it depends on the exact model, the output power pins on most ESP8266s are 3.3V. Most sensors (including the DHT11) prefer an input closer to 5V. (It claims it can take 3.5V - 5.5V) …

  10. How to read data from dht11 using atmega328p - Stack Overflow

    Nov 9, 2018 · Using IDE : AtmelStudio, uC = atmega328p, sensor DHT11. Im trying to read the values from DHT11. I have set the start signal

Refresh