About 53 results
Open links in new tab
  1. raspberry pi - OSError: [Errno 110] ETIMEDOUT - Stack Overflow

    Apr 9, 2024 · 1 I am trying to use a DHT11 sensor with 3 pins from my elegoo kit. I have followed the data sheet and connected the 3 pins correctly but each time I try and run different codes, I …

  2. 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 …

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

    Nov 29, 2016 · DHT11 does not send any floating point type. For each reading it sends 2 bytes: the integer value and the fractional value. So any NAN must be the result of your code. When …

  4. 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 …

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

    I'm trying to put my DHT11 data on AdafruitIO by my ESP8266 but it doesn't work and it keep printing out like this: Read failFailed to read from DHT Humidity: 255.00 % Temperature: …

  6. arduino - Getting 'NaN' when I try to read temperatures with …

    Apr 8, 2021 · Pictures of the wiring of the DHT11 to the ESP When I try to read temperatures in Fahrenheit, Celsius and to get the Humidity, it always says 'nan' on the serial monitor.

  7. DHT11 Error compiling for board Arduino/Genuino Uno

    Sep 7, 2017 · I am having a problem with is Arduino code. It is a project called the Segment LED show temperature & humidity. The Arduino board that I am using is a Uno Freaduino …

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

    Oct 30, 2021 · Reading data with DHTxx.Dht11 Asked 3 years, 11 months ago Modified 3 years, 7 months ago Viewed 744 times

  9. Python GPIO code for DHT 11 temperature sensor fails in PI 2

    Mar 7, 2015 · I found that DHT11 does not measure the fractional part. So, the measurement is successful.

  10. Raspberry PicoW + DHT11 error when reading sensor …

    Oct 28, 2022 · I have a Pico running ‘pimoroni-picow-v1.19.1-micropython’ with a DHT11 connected. When running main.py I always get an <bound_method> output instead of the …