Rendre DHT11 disponible avec Raspeye + python (Remarque)

DHT11 Thermo-hygromètre [DHT11] qui peut être introduit à faible coût (https://www.amazon.co.jp/s/ref=nb_sb_noss?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB% Introduction de la bibliothèque python pour utiliser rapidement E3% 83% 8A & url = search-alias% 3Daps & field-keywords = DHT11 & rh = i% 3Aaps% 2Ck% 3ADHT11). Il suffit de télécharger).

git clone https://github.com/szazo/DHT11_Python

Le dht11_example.py publié ci-dessus est le programme de démarrage.

dht11_example.py


import RPi.GPIO as GPIO
import dht11
import time
import datetime

# initialize GPIO
GPIO.setwarnings(False)
GPIO.setmode(GPIO.BCM)
GPIO.cleanup()

# read data using pin 14
instance = dht11.DHT11(pin=14)

while True:
    result = instance.read()
    if result.is_valid():
        print("Last valid input: " + str(datetime.datetime.now()))
        print("Temperature: %d C" % result.temperature)
        print("Humidity: %d %%" % result.humidity)

time.sleep(1)

Recommended Posts

Rendre DHT11 disponible avec Raspeye + python (Remarque)
Raspeye + Python + Mémo OpenGL
[Python] Rendre pip disponible sur macOS
Détectez la "luminosité" en utilisant python sur Raspberry Pi 3!
Adafruit Python BluefruitLE fonctionne sur Raspeye.
Exécutez un servomoteur en utilisant python sur Raspberry Pi 3
Détectez la température à l'aide de python sur Raspberry Pi 3!
Travailler avec le GPS en Python pour Raspberry Pi 3
Détectez les interrupteurs à glissière à l'aide de python sur Raspberry Pi 3!
Détectez les commutateurs magnétiques à l'aide de python sur Raspberry Pi 3!
Grove - Capteur de température et d'humidité (DHT11) avec Raspberry Pi
Sonnez le buzzer en utilisant python sur Raspberry Pi 3!
Notes de configuration du Raspberry Pi 4
Cython sur Raspberry Pi
Connectez-vous à MySQL avec Python sur Raspberry Pi
Construire un environnement de développement Python sur Raspberry Pi
Essayez de déboguer Python sur Raspberry Pi avec Visual Studio.
Ubuntu 20.04 sur raspberry pi 4 avec OpenCV et utilisation avec python
Installez pyenv sur Raspberry Pi pour gérer Python
Sortie sur "LED 7 segments" en utilisant python avec Raspberry Pi 3!
Rendre MeCab disponible à partir de Python 3
Rendre iPython disponible sur OSGeo4W
Rendre Cython disponible sur Windows.
Rendre Opencv disponible en Python
raspberry pi 1 modèle b, python
Introduction de pyenv sur Raspberry Pi
Utilisez NeoPixel avec la tarte aux framboises
Installez OpenCV4 sur Raspberry Pi 3
Installez TensorFlow 1.15.0 sur Raspberry Pi
L'intelligence VScode ne fonctionne pas sur Raspeye OS 64 bits! (Python)
Exécutez AWS IoT Device SDK for Python sur Raspberry Pi
Utilisez python sur Raspberry Pi 3 pour détecter la "température (en utilisant un convertisseur A / N)"!
Accédez aux feuilles de calcul Google en utilisant python avec raspberry pi (pour vous-même)
Mémo de construction de l'environnement Python sur Windows 10
Utilisez vl53l0x avec RaspberryPi (python)
MQTT sur Raspberry Pi et Mac
raspberry pi 4 centos7 installer sur docker
Mémo de construction de l'environnement Python sur Mac
Essayez d'utiliser ArUco avec Raspberry Pi
Procédure d'installation d'OpenCV sur Raspberry Pi
[Lambda] Activer les demandes d'importation [python]
Allumer / éteindre le Raspberry pi avec Arduino
Détecter l'état du commutateur avec Raspberry Pi 3
Installez OpenMedia Vault 5 sur Raspberry Pi 4
L Chika avec Raspberry Pi C #
[Memo] Tweet sur Twitter avec Python
[Raspberry Pi] Changement par défaut de Python en Python3
Construisez wxPython sur Ubuntu 20.04 sur Raspberry Pi 4
Contrôlez le moteur avec un pilote de moteur en utilisant python sur Raspberry Pi 3!
Résolution d'une erreur lors de la mise en place de pygame dans python3 sur raspberry pi
Utilisez python sur Raspberry Pi 3 pour éclairer la LED (Hello World)
Comment lire des fichiers musicaux (wav / mp3) sur Raspberry Pi python
Utilisez le capteur de température / humidité / pression BME280 de Python avec Raspberry Pi 2
Raspberry Pi "Lampe de notification Honwaka" Partie 2
Détectez les signaux analogiques avec un convertisseur A / N en utilisant python sur Raspberry Pi 3!
Démarrage USB sur Raspberry Pi 4 modèle B
mémo python
Caméra infrarouge de sécurité Raspberry Pi (édition Python)
Raspberry Pi "Lampe de notification Honwaka" Partie 1
Activer la communication série UART + avec Raspberry Pi