Your cart
Il n'y a plus d'articles dans votre panier
DHT ProShield DHT-22 - (Wemos D1 Mini)
SENWEMDHT22
Derniers articles en 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 Produits
Nouveau produit
No reviews
Les clients qui ont acheté ce produit ont également acheté...
Outils
Support PCB de haute qualité 3em main (250mm...
TOLHOLPCB250
12,80 €
35,50 €
Due to its size, this product can't be sent by economical mail. Please chose colissimo shipping.Do you make more than one or two pcb assemblies a month ? Then you need this holder, seriously. It will be a time saver, securing your pcb in place while you work on it.
Motorisé
Universal free rolling wheel ball
MECJANBAL
1,50 €
Useful metal rolling ball wheel for your projects.
Outils de dev.
D-DUINO OLED 0.96 (ESP8266, WIFI, 32bit mcu)
WIRNODMCUDDUINO
13,00 €
20,00 €
D-duino can be programed like Arduino. It has a display(0.96 inch OLED) so I call it D-duino. Also you can use LUA control this board like NodeMCU. You can understand this is NodeMCU+OLED. I think the 0.96″ OLED will be very helpful for makers to develop IOT.
Electronique
Détecteur d'ouverture de porte sans fil (433Mhz...
SENWIRDOOR
7,50 €
Grâce à l'adhésif double face inclus, collez le senseur sur votre porte et hop il est en route, prêt à vous envoyer des informations.
Ethernet
Platine Ethernet W5100 pour Arduino...
ECRASW51001E
8,50 €
17,50 €
The Arduino Ethernet Shield allows an Arduino board to connect to the internet. It is based on the Wiznet W5100 ethernet chip. The Wiznet W5100 provides a network (IP) stack capable of both TCP and UDP. It supports up to four simultaneous socket connections. Use the Ethernet library to write sketches which connect to the internet using the shield. The...
Outils de dev.
Wireless RF 433MHz Module ASK Transceiver...
WIRTAO433
6,00 €
Wireless RF 433MHz Module ASK Transceiver Module Kit SRX882 + STX882 +Spring Antenna
Senseurs
Electronic Brick - Grove - Gas Sensor MQ2
SENSESSEN90512P
9,60 €
he Grove - Gas Sensor(MQ2) module is useful for gas leakage detection (home and industry). It is suitable for detecting H2, LPG, CH4, CO, Alcohol, Smoke or Propane. Due to its high sensitivity and fast response time, measurement can be taken as soon as possible. The sensitivity of the sensor can be adjusted by potentiometer.
Electronique
Ultrasonic Ranging Module HC-SR04
SENITEUSRHCSR04
2,92 €
If you are searching an ultrasonic ranging module, the HC-SR04 is good choice: Its stable performance and high ranging accuracy make it a popular module in electronic market. It's cheaper than an IR range finder with similar range accurancy and distance.
Outils de dev.
Atmega328P Arduino Plus Nrf24l01+ Board,...
NRFELE328NRF
11,00 €
ESP32-PICO-KIT Dev. Board, V4