Your cart
There are no more items in your cart
DHT ProShield DHT-22 - (Wemos D1 Mini)
SENWEMDHT22
Last items in stock
€11.00
DHT Pro Shield is a digital temperature and humidity sensor shield based DHT22.
Features:
The temperature and humidity data read from sensor is the result of the last measurement (the sensor will measure after you read).
To get real-time data, you need read twice.
But not recommended to repeatedly reading sensor, reading interval should be more than 2 seconds.
Technical specs:
- Temperature: -40~80°C (±0.5°C)
- Humidity: 0-99.9%RH (±2%RH)
Pin:
D1 mini | Shield |
D4 | Data out |
Arduino Code:
- Install DHT sensor library
- Find code in Arduino IDE:
File->Sketchbook->libraries->D1_mini_Examples->04.Shields->DHT_Shield
NodeMCU Code:
- Build firmware from Marcel’s NodeMCU custom build cloud service.
- Flash firmware by esptool-ck
- Example
pin = 4
status, temp, humi, temp_dec, humi_dec = dht.read(pin)
if status == dht.OK then
-- Integer firmware using this example
print(string.format("DHT Temperature:%d.%03d;Humidity:%d.%03drn",
math.floor(temp),
temp_dec,
math.floor(humi),
humi_dec
))
-- Float firmware using this example
print("DHT Temperature:"..temp..";".."Humidity:"..humi)
elseif status == dht.ERROR_CHECKSUM then
print( "DHT Checksum error." )
elseif status == dht.ERROR_TIMEOUT then
print( "DHT timed out." )
end
2 Items
New product
No reviews
Customers who bought this product also bought:
Home
Dual Motor Driver 1A TB6612FNG
MOTDUALDRIVER
€6.80
The TB6612FNG motor driver can control up to two DC motors at a constant current of 1.2A (3.2A peak). Two input signals (IN1 and IN2) can be used to control the motor in one of four function modes - CW, CCW, short-brake, and stop.
Electronics
Solderable Breadboard PCB ( protoboard )
BRBELDSOLD
€4.00
Breadboard layout PCB board, including two power channels on the side, and all same prototyping holes in the middle.
This is a small size breadboard-style PCB board. Double side board.
Sensors
PMS5003ST G5ST, High Precision Laser Dust...
SENTAOPMS5
€45.00
PMS5003ST G5ST, High Precision Laser Dust Sensor Module PM1.0 PM2.5 PM10 Built-in Fan
Electronics
4x6 Protoboard
PCBPROTO4x6
€1.50
no odor
finely drilled
tough
including power pad.
Clean hole
Dev. Tools
Wemos D1 (ESP8266, Arduino-compatible layout,...
MCBWEMD1
€10.50
€12.50
The D1 is an Arduino Uno-like wifi board based on ESP-8266EX.
11 digital input/output pins
1 analog input(3.3V max input)
a Micro USB connection
a power jack, 9-24V power input.
Compatible with Arduino
ESP32
Widora-AIR ESP32 module WIFI V6 version...
WIRNODMCUAIR
€11.40
€17.50
Widora-AIR V6.0 is an ESP32 (ESP8266 successor with bluetooth) board that is very thin and can be stacked on a breadboard. You can start prototyping you app with bluetooth 4.0 and wifi in a few minutes. Moreover, you can use atom, arduino and other ide to develop for it in a range of languages (C, C++, LUA, Python, etc.)
Display
8x8 WS2812 RGB Led Matrix with integrated...
LMARGB8X8WS2812
€17.00
€24.17
Put on your sunglasses before using this matrix with 64 eye-blistering RGB LEDs adorn the panel for a blast of configurable color. Arranged in a 8x8 matrix, each pixel is individually addressable. Only one pin is required to control all the LEDs. You can cut a trace and use nearly any other pin if you need some customization.
Dev. Tools
Wireless RF 433MHz Module ASK Transceiver...
WIRTAO433
€6.00
Wireless RF 433MHz Module ASK Transceiver Module Kit SRX882 + STX882 +Spring Antenna
Dev. Tools
D1 Mini (Wemos ESP8266, Arduino-compatible...
MCBWEMD1MIN
€7.00
The WeMos D1 mini is minimal ESP8266 wifi board. The D1 mini is a mini wifi board based on ESP-8266EX. more: http://www.wemos.cc