Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78295753/oserr…
raspberry pi - OSError: [Errno 110] ETIMEDOUT - Stack Overflow
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 get this error: OSError: [Errno 110] ETIMEDOUT.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/46086047/dht11…
DHT11 Error compiling for board Arduino/Genuino Uno
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 2016 board. Connecting to it...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/40874880/getti…
Getting NAN-Readings from DHT-11 Sensor - Stack Overflow
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 developing code to read from devices, the first step is to print the raw data it is sending, and then you can see if that makes sense, according to the data sheet.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78257984/dht11…
DHT11 sensor giving NAN for Temperature and Humidity
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 for the Temperature and Humidity.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/28486159/read-…
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 solutions using SPI or pigpio.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/67003467/getti…
arduino - Getting 'NaN' when I try to read temperatures with DHT11 on ...
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.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/72601053/unabl…
python - unable to set line to input - Stack Overflow
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 can't find any adafruit li...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78944455/stm32…
STM32 freeRTOS program stuck in vPortEnterCritical () while getting ...
I programmed a freeRTOS on STM32F407 Can use 4x4 matrix keyboard to get data such as temperature and humidity below code is keyboard task that keep scanning 4x4 matrix keyboard's input. For example...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78342575/dht11…
DHT11 value returns 0, but sensor is working - Stack Overflow
I'm working on a program that processes the data from a DHT11 sensor and returns the output to USART. I am using an STM32 F4 microcontroller for this project. It seems that I got something wrong in...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78686603/esp-3…
ESP-32 with DHT-11 sensor not returning the expected output
I am trying to use the output of a DHT sensor module whose data pin I have connected to Pin 27 of my ESP-32 Dev Module. The original code uses the DHT library but I can't seem to get that to work s...