久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费

標題: Electric thermometer by using DHT11 sensor module [打印本頁]

作者: Nidhogg544555    時間: 2017-5-21 10:37
標題: Electric thermometer by using DHT11 sensor module
Electric thermometer by using DHT11 sensor module

As you may know, Geeetech is located in Shenzhen, a southern city of China. The weather there all year long is almost hot and humid. Getting to used it is no easy, especially when you come from a northern part of this country. March in Shenzhen is getting warmer and damper. However after days of rain recently, the temperature begins to fall again. Making an electric thermometer which can measure current temperature and humidity with LCD readout using our Arduino is a good idea.
All we need is:
We could build it step by step if you have no previous experience of using DHT11 sensor and 16×2 LCD display module.
First of all, we shall take a in-depth look at DHT11 temperature and humidity sensor. This sensor includes a humidity measurement component and an NTC temperature measurement component, and connects to a high-performance 8-bit microcontroller.DHT11′s power supply is 3-5.5V DC.
The interesting thing in this module is the protocol that uses to transfer data between MCU and DHT11 sensor. All the sensor readings are sent by using a single wire bus which reduces the cost and extends the distance. One communication process is about 4ms.Data consists of decimal and integral parts. A complete data transmission is 40bit, and the sensor sends higher data bit first.
Data format: 8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal T data + 8bit check sum.
More details related to DH11 sensor module please visit our Wiki.
Because of the original code to read DHT11 sensor module is so “obscure”, we can import a DHT sensor library to make it work more obvious and more user-friendly. You can download DHT library here, then drag the DHT folder into Arduino/libraries/ folder and restart IDE.It’s fairly easy to connect up DHT11 module to Arduino, pin S is for data output.
Now load up Examples-DHT-DHTtester sketch. Since the DHT sensor library is not only for DHT11 sensor module, but also for other types of DHT sensor, such as DHT12,DHT22. Therefore, the code need to change a bit for fitting your sensor module, or else, it doesn’t work properly.
In following step we need a 16×2 character LCD module that IC controller is HD44780 or compatible, these is usually be the common found in retail stores. There are many ways to interface this LCD to Arduino board,4-bit, 8-bit parallel and so on. Here we choose the easiest method 4-bit parallel interface.
There are 16 pins on the LCD module, pin label details please visit our wiki. The pin labels of different type may have a little change, but in general it’s almost the same. Now we can connect 16×2 LCD screen to Arduino board using the diagram below.
The 10k ohm potentiometer should be connected to pin3 for adjusting the display contrast.Likewise, for convenience, we could use the LiquidCrystal library which should pre-installed in the Arduino IDE. We can load up the Examples-LiquidCrystal-Helloworld to inspect if the Lcd sreeen is working normally.
What we do on next step is more easier, just connect the DHT11 sensor module to Arduino board.Schematic is following.
Current temperature and humidity in Shenzhen, China.

Relating code
#include "DHT.h"#include #define DHTPIN 8   #define DHTTYPE DHT11 DHT dht(DHTPIN, DHTTYPE);LiquidCrystal lcd(12, 11, 5, 4, 3, 2);void setup() {Serial.begin(9600);lcd.begin(16, 2);dht.begin();}void loop() {float h = dht.readHumidity();float t = dht.readTemperature();if (isnan(t) || isnan(h)) {  Serial.println("Failed to read from DHT");  }else {  lcd.setCursor(0,0);  lcd.print("Temp=");  lcd.print(t);  lcd.print(" *C");  lcd.setCursor(0,1);  lcd.print("Humidity=");  lcd.print(h);  lcd.print("% ");  delay(500); }}



作者: Nidhogg544555    時間: 2017-5-21 10:39
拜托,很急 我需要5黑幣  不然這門課要掛啦!!!!
作者: kongmeng0814    時間: 2017-5-25 13:20
請問  DHT 庫文件在哪里有下載??




歡迎光臨 (http://www.zg4o1577.cn/bbs/) Powered by Discuz! X3.1
主站蜘蛛池模板: 亚洲激情网站 | a级大片免费观看 | 久久久久国产一区二区三区四区 | 热久色| 国内精品视频一区二区三区 | 狠狠av | 91亚洲国产成人久久精品网站 | 亚洲在线视频 | 欧美亚洲视频 | 亚洲欧美中文日韩在线v日本 | 亚洲国产区 | 亚洲视频二区 | 亚洲综合视频 | av中文字幕在线播放 | 一级做a| 久久er99热精品一区二区 | 免费观看一级毛片 | 精品二| 亚洲精品乱码久久久久久蜜桃91 | 欧美色a v | 懂色中文一区二区三区在线视频 | 精品久久久久一区二区国产 | 免费v片 | 中文字幕第100页 | 视频在线观看一区二区 | 国产视频二区在线观看 | 国产在线精品区 | 天天干天天干 | 七七婷婷婷婷精品国产 | 成人av一区 | 日本免费视频在线观看 | 四虎成人免费视频 | 一区二区电影 | 欧美亚洲激情 | www.婷婷亚洲基地 | 中文字幕av网址 | 久久精品视频播放 | 欧美精品成人 | 热99在线 | 日韩在线免费播放 | 国产一区二区电影网 |