Skip to content
  • HOME
  • Shop
    • IOT & Wireless
      • Module EPS32
      • Shield Board
      • Module ESP8266
      • Module Lora
      • Module STM32
      • Wifi Lainnya
    • Sensor Modules
      • Sensor Proximity
      • Sensor Tegangan
      • Sensor Temp & Humidity
      • Sensor Ultrasonic
      • Sensor Modules
      • Sensor Gas / Udara
      • Sensor Liquid / Water
      • Sensor GPS Compas
      • Sensor Infrared / Light
      • Sensor Kits
      • Sensor Motion
      • Sensor Lainnya
      • Sensor Laser Range
    • Arduino Ecosystem
      • Arduino Official
      • Arduino Compatible
      • Arduino Kits
      • Camera Arduino
      • Komponen Arduino
      • Electronics
      • LCD Display Arduino
    • Motor & Servo
      • Servo Controller
      • Servo Modules
      • Stepper Driver
      • DC Motor
    • RFID
      • RFID Card
      • RFID Smart Reader
  • SBC
    • Nvidia AI
      • Nvidia AI Board
      • Camera Nvidia AI
      • Module & Aksesoris
      • Nvidia Display
    • Raspberry Pi
      • Raspberry Pi Board
      • Raspberry Pi Kits
      • Raspberry Pi Camera
      • Raspberry Pi Accesories
      • Raspberry Pi MCU
      • Raspberry Pi Case
      • Raspberry Pi Display
    • BBC Microbit
      • Microbit Board
      • Microbit Kits
      • Microbit Robots
      • Shield IO Microbit
    • SBC Raxda
    • SBC Odorid
    • Orange Pi
    • LCD Display
  • Wiki
  • Blog
  • Contact
  • HOME
  • Shop
    • IOT & Wireless
      • Module EPS32
      • Shield Board
      • Module ESP8266
      • Module Lora
      • Module STM32
      • Wifi Lainnya
    • Sensor Modules
      • Sensor Proximity
      • Sensor Tegangan
      • Sensor Temp & Humidity
      • Sensor Ultrasonic
      • Sensor Modules
      • Sensor Gas / Udara
      • Sensor Liquid / Water
      • Sensor GPS Compas
      • Sensor Infrared / Light
      • Sensor Kits
      • Sensor Motion
      • Sensor Lainnya
      • Sensor Laser Range
    • Arduino Ecosystem
      • Arduino Official
      • Arduino Compatible
      • Arduino Kits
      • Camera Arduino
      • Komponen Arduino
      • Electronics
      • LCD Display Arduino
    • Motor & Servo
      • Servo Controller
      • Servo Modules
      • Stepper Driver
      • DC Motor
    • RFID
      • RFID Card
      • RFID Smart Reader
  • SBC
    • Nvidia AI
      • Nvidia AI Board
      • Camera Nvidia AI
      • Module & Aksesoris
      • Nvidia Display
    • Raspberry Pi
      • Raspberry Pi Board
      • Raspberry Pi Kits
      • Raspberry Pi Camera
      • Raspberry Pi Accesories
      • Raspberry Pi MCU
      • Raspberry Pi Case
      • Raspberry Pi Display
    • BBC Microbit
      • Microbit Board
      • Microbit Kits
      • Microbit Robots
      • Shield IO Microbit
    • SBC Raxda
    • SBC Odorid
    • Orange Pi
    • LCD Display
  • Wiki
  • Blog
  • Contact

Analog Sensor

2
  • DHT11
  • Analog Infrared CO2 Sensor For Arduino (0~5000 ppm)

Arduino Basic Kit

1
  • Sensor Ultrasonic HC SR04

IOT Basic Dengan NodeMCU ESP8266

1
  • Setting Blynk V2

Raspberry Pi Pico Basic

15
  • Programming LED Raspberry Pi Pico
  • LED chaser Dengan Raspberry Pi Pico
  • LED Control Dengan Push Button Di Pi Pico
  • Mengkontrol LED Dengan Potensio Di Pi Pico
  • Lampu Mengalir Warna Warni Raspberry Pi Pico
  • Buzzer Dengan Raspberry Pi Pico
  • HC SR501 Pir Motion Sensor Gerak
  • Control Servo SG90 Motor Dengan Raspberry Pi Pico
  • Kontrol Servo SG90 Dengan Potensio Di PI PICO
  • HC-SR04 ultrasonic distance sensor Jarak
  • HC-SR04 Ultrasonic Di LCD 1602 I2C Pi Pico
  • DHT11 Sensor Suhu Dan Kelembaban
  • LCD 1602 I2C Display Ke Raspberry Pi Pico
  • Raspberry Pi Pico – DHT11
  • Menampilkan DHT11 Di LCD 1602 I2C Pada Pi Pico

Raspberry Pi Pico Basic V2

3
  •  (draf)ESP8266-01 WiFi with Raspberry Pi Pico
  • (draf)Raspberry Pi Pico with nRF24L01
  • (draf)ESP8266-01 WiFi DHT11 with Raspberry Pi Pico

Raspberry Pi Pico W

2
  • Connect to WIFI with Raspberry Pi Pico W
  • Langkah2 blink LED via WiFi on Pico W

Smart Car DIY

3
  • Smart Car Parking System
  • Balance Smart Car
  • Wifi Smart Car
View Categories
  • Home
  • Docs
  • Raspberry Pi Pico Basic
  • DHT11 Sensor Suhu Dan Kelembaban

DHT11 Sensor Suhu Dan Kelembaban

< 1 min read

Persiapan Perangkat #

– Raspberry Pi Pico / Pico W
– HC SR501 Pir Motion Sensor
– Breadboard
– 3x Kabel Jumper Male to Female
– Kabel Micro USD
– Aplikasi Thonny IDE

Wiring DHT11 Ke Raspberry Pi PICO #

– connect the DATA pin of the sensor to GP16 (yellow wire)
– connect the VCC pin of the sensor to 3V3(OUT) (red wire)
– connect the GND of the sensor to a GND of the Pico (black wire)

Sample Code #

from machine import Pin
import time
from dht import DHT11, InvalidChecksum
 
sensor = DHT11(Pin(16, Pin.OUT, Pin.PULL_DOWN))
 
while True:
    temp = sensor.temperature
    humidity = sensor.humidity
    print("Temperature: {}°C   Humidity: {:.0f}% ".format(temp, humidity))
    time.sleep(2)

Hasil Yang Di Tampikan:
#

Updated on 11/01/2023

What are your Feelings

  • Happy
  • Normal
  • Sad
Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
HC-SR04 Ultrasonic Di LCD 1602 I2C Pi PicoLCD 1602 I2C Display Ke Raspberry Pi Pico

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Table of Contents
  • Persiapan Perangkat
    • Wiring DHT11 Ke Raspberry Pi PICO
      • Sample Code
      • Hasil Yang Di Tampikan:

Contact Us

Selamat datang di TOKO ONLINE KHURSLABS

  • Alamat :
  • Jl. Lamongan Barat III No.52, Sampangan, Gajahmungkur, Semarang, Jawa Tengah, Indonesia, 50236
  • sales@khurslabs.com
  • | | +62 816-383640 | +62 811-383640
  • Jam Operasional
  • Senin - Jum'at : 08.00-16.00
  • Sabtu : 08.00-12.00
  • Minggu & Tanggal Merah : Libur
  • | | | | Toko Raspberry Pi

Products

  • Raspberry Pi 5 Computer
    Raspberry Pi 5 Single Board Computer Rp1.200.000 – Rp1.850.000
  • Hi-Link HLK-10M24 AC 220V to DC 24V 10 Watt 0.42A Hilink Power Supply
    Hi-Link HLK-10M24 AC 220V to DC 24V 10 Watt 0.42A Hilink Power Supply Rp55.000
Proteo - A free theme designed with by YITH

Social Chat is free, download and try it now here!