About 608,000 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. python - unable to set line to input - Stack Overflow

    Jun 13, 2022 · I am trying to read humidity and temperature values from the AM2301(DHT21). for that I am using the adafruit_dht library which is written for DHT11 & DHT22. because I …

  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. java - read temperature from DHT11, using pi4j - Stack Overflow

    I've the same issue and, unfortunately, I've read that Java cannot read data from DHT11/22 in this way for timing problems. I've found in the Raspberry Forum a thread where you can find some …

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

  6. DHT11 sensor giving NAN for Temperature and Humidity

    Apr 1, 2024 · I am working on an Arduino Smartwatch with an RTC Module and a DHT11 Temperature Sensor. I have not connected the RTC Module yet since I am receiving an NAN …

  7. STM32 freeRTOS program stuck in vPortEnterCritical () while …

    Sep 3, 2024 · STM32 freeRTOS program stuck in vPortEnterCritical () while getting data from DHT11

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

  9. How to connect ESP8266 with Azure IoT Hub? - Stack Overflow

    Feb 18, 2025 · BH1750 light sensor, DHT11, and soil moisture sensor I plan to send sensor data (temperature, humidity, soil moisture, and light intensity) to Azure IoT Hub and possibly trigger …

  10. Sensor data from DHT-11 temperature/ humidity sensor to CSV …

    I have minimal coding experience and am relatively new to python, but am trying to write a python program for raspberry pi (3B+) that will get temperature and humidity data from the DHT-11 …