查看“Sensor-Tem&Hum-S2/zh”的源代码
←
Sensor-Tem&Hum-S2/zh
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{| style="width: 800px;" |- |[[File: Microduino-Temp&HumS2.jpg|300px|left]] || ::<p style="color: #000000;font-size:200%"><br><br><br><br><br>'''Sensor-Temp&HumS2'''</p> ::产品编号:'''<big style="color: #00A0A6">MSDT31</big>''' |- |[[File: Add-to-cart.jpg|300px|left|link=https://shop108263663.taobao.com/?spm=a230r.7195193.1997079397.2.ek3cAW]]|| ::<p style="color: #000000;font-size:120%">Sensor-Temp&HumS2是数字温湿度传感器模块,能同时检测温度,湿度。采用IIC通信。适用于环境温度检测,可作为温控、湿控开关等设备。 </p> |} <br> ---- <br> {| style="width: 800px;" |- | <p style="color: #333333;font-size:155%">'''技术规格'''</p> {| class="wikitable" |- | '''电压'''||3.3V |- | '''通信协议'''||IIC(地址0x40) |- | '''分辨率'''||温度0.1°C,相对湿度0.1%RH |- | '''传感型号'''||SHT20 |- | '''传感器大小'''||23.5mm*13mm |- | '''接口'''||1.27mm间距的4Pin座 |} <br> ---- <br> <p style="color: #333333;font-size:155%">'''引脚'''</p> {| border="0" cellpadding="10" width="90%" |- |width="35%" valign="center" align="left"| *IN'''<big style="color: #00A0A6">(IIC)</big>''' **PIN1:GND **PIN2:VCC **PIN3:SDA **PIN4:SCL |width="35%" valign="top" align="center"| [[file: Sensor_backpin.png|130px|center]] |width="25%" valign="top" align="center"| |} <br> ---- <br> <p style="color: #333333;font-size:135%">'''编程手册'''</p> 您可以通过[[AVR核心:Getting_started/zh|Getting Started]]了解使用Arduino IDE编程控制模块。【Sensor_Tem_Hum】库参考页面提供了有关如何使用温湿度传感器的完整详细信息和示例。 *将传感器接在SensorHub上任意一个IIC接口。 *使用IDE下载程序,下载成功后打开串口,波特率选择9600.会看到下图所示的情况。 <source lang="cpp"> #include <Microduino_Tem_Hum.h> Tem_Hum_S2 termo; //调用Sensor-Tem&Hum-S2传感器 void setup() { Serial.begin(9600); Serial.print("Tem_Hum_S2:"); Serial.print(termo.begin()); //初始化温湿度传感器,并串口打印传感器是否在线 delay(1000); } void loop() { Serial.print("Tem_Hum_S2 Tem:"); Serial.print(termo.getTemperature()); //串口打印获取的温度 Serial.print("\t"); Serial.print("Tem_Hum_S2 Hum:"); Serial.println(termo.getHumidity()); //串口打印获取的湿度 Serial.println("------------------"); delay(1000); Serial.print("onLine:"); Serial.println(termo.begin()); //串口打印传感器是否在线 } </source> [[File: TEMHUMS2串口截图.png|400px|center]] *<p style="font-size:125%">库语法手册</p>[[Sensor_Tem_Hum_Reference]] <br> <br> ---- <br> <p style="color: #333333;font-size:135%">'''文档'''</p> *传感器CAD图纸:'''[[File:Sensor_CAD.zip]]''' *库GitLab下载:[https://git.microduino.cn/hardware/libraries/tree/master/_07_m_Sensor_Tem_Hum Sensor_Tem_Hum库下载] <br> ---- <br> <p style="color: #333333;font-size:135%">'''相关教程'''</p> * [[Tem&Hum-S2检测温湿度]] <br> ---- <br> <p style="color: #333333;font-size:135%">'''Q&A'''</p> *和其他也是用IIC引脚模块一起用时有冲突吗? **注意和点阵模块一起使用,点阵地址不可以设置为0x40(十进制64)。 **修改点阵模块的地址,参照[[Sensor-Dot Matrix-Color/zh]] 中的点阵地址设置方法。 **更多传感器IIC地址参考:[[传感器/模块 I2C地址说明]]。 *Hub上有两个IIC,可以任意接吗? **可以。 <br> <br> ---- <br> <p style="color: #333333;font-size:135%">'''历史'''</p> *最新版本更新了[[Sensor_Tem_Hum_Reference]]库使用说明。 *[https://wiki.microduino.cn/index.php?title=Sensor-Tem%26Hum-S2/zh&oldid=19595 2017/4/13] <br> <br> ---- <br> <p style="color: #333333;font-size:135%">'''图库'''</p> {| border="0" cellpadding="10" width="100%" |- |width="50%" valign="top" align="left"| [[file: Sensor-Temp&HumS2-f.JPG|250px|center]] |width="50%" valign="top" align="left"| [[file: Sensor-Temp&HumS2-b.JPG|250px|center]] |} |} <br> <p style="font-size:125%">[[MCookie 传感器系列|返回Sensor界面]]</p>
返回至
Sensor-Tem&Hum-S2/zh
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息