約 596,000 件の結果
リンクを新しいタブで開く
  1. raspberry pi - OSError: [Errno 110] ETIMEDOUT - Stack Overflow

    2024年4月9日 · 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 …

  2. Raspberry PicoW + DHT11 error when reading sensor …

    2022年10月28日 · 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 reading.

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

    2016年11月29日 · 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. …

  4. DHT11 Error compiling for board Arduino/Genuino Uno

    2017年9月7日 · I am having a problem with is Arduino code. It is a project called the Segment LED show temperature &amp; humidity. The Arduino board that I am using is a Uno Freaduino 2016 …

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

    2020年10月1日 · 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 …

  6. python - unable to set line to input - Stack Overflow

    2022年6月13日 · 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 &amp; DHT22. because I …

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

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

    2021年4月8日 · 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.

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

    2024年9月3日 · STM32 freeRTOS program stuck in vPortEnterCritical () while getting data from DHT11

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

    2015年3月7日 · I found that DHT11 does not measure the fractional part. So, the measurement is successful.