About 499,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. c# - Reading data with DHTxx.Dht11 - Stack Overflow

    Oct 30, 2021 · Reading data with DHTxx.Dht11 Asked 4 years ago Modified 3 years, 8 months ago Viewed 748 times

  3. dht11 sensor only retuning unexpected number of pulse often

    Feb 18, 2023 · dht11 sensor only retuning unexpected number of pulse often Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 587 times

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

    Nov 29, 2016 · I am trying to read temperature and humidity from a DHT-11 sensor with a arduino uno R3 #include <DHT.h> #include <LiquidCrystal.h> #define DHTPIN A3 #define …

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

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

    Sep 3, 2024 · 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 …

  7. ImportError: can't import name InvalidChecksum - Stack Overflow

    Nov 27, 2022 · in raspberry pi pico board when i tried to connect 3v3 with 3v3 of raspberry pi pico , gnd to gnd of raspberry pi pico and dat to g16 and ran this belo code on thonny micropython . …

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

  9. python - (Adafruit_Python_DHT - Raspberry Pi) in get_platform ...

    Sep 27, 2020 · I have a Raspberry Pi 4 connected with a DHT22 sensor, and I want to read data from my sensor. So I installed the library Adafruit_DHT sudo pip3 install Adafruit_DHT then, I …

  10. Storing NodeMCU data into MySQL database - Stack Overflow

    I am working on a project that requires me to store DHT11 humidity and temperature data into a local MySQL database. I have installed the XAMPP server on my computer and started …