Icecream0513
Along with the humiture examination system's widespread utilization, the different profession and the domain have the various requirement and the standard to the humiture examination. This design mainly uses in the ordinary indoor humiture survey. Uses the DS2438, HIH3605B integration chip to take the humiture sensor. In the article has analyzed the humiture survey principle of work and the process, proposed the humiture examination system design's overall plan, has carried on the plan proof to each submodule design and compares. The hardware design uses protel the 99se software, has completed the monolithic integrated circuit smallest system, the LCD display circuit, sensor's schematic diagram and the PCB chart. The software design uses Keil uVision2, has completed the program module each module design programming, has realized to the humiture signal processing process programming and the debugging. This measurement system humidity measuring range 0%~100%, resolution ±2%; Temperature survey scope - 40~+125℃, resolution ±℃. Can meet the daily life humiture survey words: AT89S52; HIH3605B; DS2438; LCD; Data acquisition; Data processing
Miss乔大小姐
看来有一款芯片很符合上述要求 DS18B20 其端口全数字化,精度°,范围-127~127 并且各芯片只要一根数据线,同时根据芯片特性可以多芯片并联,通过穿行地址识别,这样多用几个IO口,没个IO口上再并几个温度传感器,就OK了,至于显示,那可以用最简单的数码管,一是显示当前传感器号,而来是现实传感器温度,如果用液晶显示器的话,可以多路同时显示...
200元 你贱卖啊?我还是比较相信一分钱一分货的
气温和地温需要你用相关的仪器测量 气温用温湿度计或者温度计都可以测量很便宜的 2元到80元不等价格 有普通的和电子的区分吧地温土壤表层温度可用曲管地温计测量;土
本科生有啥钱啊,楼上的,这点钱也想赚。。。既然是本科毕业设计,那还是老老实实自己做吧,也算对自己有个交代
Along with the humiture examination system's widespread utilization, the differe
很简单的问题,最好使用18B20来做;使用一个字节保存温度上限,一个字节保存下限。每次测量之后,将测温结果与这两数字做比较就行了。具体的控制量自己根据要求决定。