当前位置:   article > 正文

基于arduino的智能恒湿器_arduino 驱动加湿器

arduino 驱动加湿器

所需材料:DHT11一个,arduino板子一块,一路带光耦继电器一个,LCD1602显示屏一块,加湿器

研究思路:

整体程序流程图:


LCD接线图:


最终实物图:



arduino程序:

#include <dht11.h>
#include <LiquidCrystal.h>
#define DHT11PIN 8
dht11 DHT11;
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int relay&#
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/825727
推荐阅读
相关标签
  

闽ICP备14008679号