×

MM7D空气质量测量仪开源硬件

消耗积分:0 | 格式:zip | 大小:0.32 MB | 2023-02-03

李永每

分享资料个

描述

另请参阅使用MM6D、 MM7D MM8DMM9A设备构建的迷你农场控制系统

一、硬件

一、技术数据

  • 供电电压:5V DC
  • 电源电流:最大。1个
  • 机械尺寸:71x71x27 mm
  • 防护等级:IP 20
  • 覆盖层质量:termoplast (ABS)
  • 通讯方式:WLAN和串口
  • 最新软件版本:v0.3
  • 管理:串行控制台
  • 用户界面:网页用户界面

2. 总体说明

该设备可以测量生长室内空气的温度和湿度,并检测一些有害气体(CO2、NH3、NOx、酒精、苯等)和烟雾,并具有三种不同颜色的状态 LED。可以查询测量值,可以通过无线网络和 HTTP 打开和关闭 LED。设备盒内只有温湿度传感器,气体传感器必须用短线连接。该设备是我不断发展的站点控制系统的一部分。

3.单位外观

a) 手册和连接器

mm7d_3_qSjJKFu0Q2.jpg?auto=compress%2Cformat&w=740&h=555&fit=max
前面板
 
  • 1:POWER信号灯(白色LED)
  • 2:ACT信号灯(蓝色LED)
  • 3:STATUS信号灯(绿色LED)
  • 4:STATUS信号灯(黄色LED)
  • 5:STATUS信号灯(红色LED)
  • 6:电源连接器(P1)
  • 7:控制台连接器(P2)
  • 8:外接气体传感器线

b) 内部结构

figure2_XWsbyQb6vK.png?auto=compress%2Cformat&w=740&h=555&fit=max
内部结构
 
  • 1:微控制器(U101)
  • 2:DHT11传感器(U103)
  • 3:外置气体传感器接口(U102)
  • 4:外接气体传感器线(U102)
  • 5:电源电压连接器(P1)
  • 6:控制台连接器(P2)

4.原理图和PCB图

您可以从开发人员/制造商的网站下载接线图作为完整文档的一部分或单独的 PDF、SVG 和 KiCAD 格式。生产所需的 Gerber 文件包含在软件包中。

5.其他图纸和文件

文档包内容为 PDF 和 DXF 格式的钻孔图。

6. 使用条款

可以根据Creativ Commons 4.0 署名非商业 (CC-BY-NC-4.0) 许可修改和/或重新分发硬件文档。

7. 可下载文档

.tar.gz 格式压缩文件中的完整硬件文档可以从制造商的网站Github 下载。

二。软件

一、总体说明

该装置测量空气的三个特性,可以远程查询,它有三个状态 LED,可以远程设置。

该程序在串行控制台上显示初始化步骤和错误消息,并写入系统日志。

收到 HTTP 请求时,会检查客户端的 IP 地址和用户名参数。如果合适,执行测量或打开/关闭状态 LED。在 Web 界面上显示结果之后。传入请求由蓝色活动 LED 闪烁指示。

2. 安装

在安装程序之前,您需要设置这些值:

// settings
const char* wifi_ssid = "";
const char* wifi_password = "";
const String uid = "";
const String allowedaddress = "";

使用串行电缆和 Arduino IDE 软件将程序安装到微控制器。在安装过程之前,从库目录中解压所需的库或从 Github.com 克隆到 ~/Arduino/libraries/。在串行控制台或网络浏览器(使用 testpage 文件夹中的 index.html)或MM7DTest命令行实用程序(在 FreeDOS 或 GNU/Linux 上)上安装检查控制器的操作。

figure4_1lHjcZzujW.png?auto=compress%2Cformat&w=740&h=555&fit=max
串行控制台输出
 
mm7dtest_u8PGKBxlzm.jpg?auto=compress%2Cformat&w=740&h=555&fit=max
MM7D测试工具
 

4. 使用设备

该设备在安装后自动工作,不需要人为干预。

可以使用MM7DRead应用程序查询设备测量的值、所有其他数据和系统日志。

 
 
 
mm7dread_1_6KNZA3yj3e.jpg?auto=compress%2Cformat&w=740&h=555&fit=max
 
1 / 2MM7DRead 应用程序 - 状态页面
 

该设备设计为由另一台设备控制。查询和设置是通过 http 使用纯文本格式的数据进行的,但是供人类阅读的页面是 HTML 格式的(例如起始页、摘要页)。可以使用以下链接:

HTML 页面:

http://ip_地址...

  • /:帮助页面
  • /summary?uid=abcdef:状态概要

纯文本数据:

http://ip_地址...

  • /log?uid=abcdef:系统日志
  • /版本:设备信息

操作模式

  • /mode?uid=abcdef:获取运行模式
  • /mode/auto?uid=abcdef:设置自动模式
  • /mode/manual?uid=abcdef:设置手动模式

获取数据

  • /get/all?uid=abcdef:获取所有测量数据
  • /get/humidity?uid=abcdef:获取以 % 为单位的相对湿度
  • /get/temperature?uid=abcdef:获取以°C为单位的温度
  • /get/unwantedgaslevel?uid=abcdef:获取 rel。不需要的气体水平,以 % 表示
  • /get/greenled?uid=abcdef:获取绿色 LED 的状态
  • /get/yellowled?uid=abcdef:获取黄色 LED 的状态
  • /get/redled?uid=abcdef:获取红色 LED 的状态

自动运行

  • /operation?uid=abcdef&g=20&h1=65&h2=70&h3=80&h4=85&t1=13&t2=150&t3=20&t4=22:获取所有测量数据并设置极限值

手动操作

  • /set/all/off?uid=abcdef:关闭所有 LED
  • /set/greenled/off?uid=abcdef:关闭绿色 LED
  • /set/greenled/on?uid=abcdef:打开绿色 LED
  • /set/yellowled/off?uid=abcdef:关闭黄色 LED
  • /set/yellowled/on?uid=abcdef:打开黄色 LED
  • /set/redled/off?uid=abcdef:关闭红色 LED
  • /set/redled/on?uid=abcdef:打开红色 LED

URL 中的参数:

  • uid:用户ID
  • h1-4:以百分比表示的相对湿度限值
  • t1-4:温度限制值,单位为 ˙C
  • g:以百分比表示的相对不需要的气体水平限值

5. 使用条款

该程序是免费软件:您可以根据欧盟公共许可证 1.2 版的条款重新分发和/或修改它。

分发该程序是希望它有用,但不提供任何保证;甚至没有针对特定用途的适销性或适用性的默示保证。

6.可下载软件包

可以从制造商的网站上以 .tar.gz 压缩文件或从Github下载该包。

 


声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.obk20.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'MM7D空气质量测量仪开源硬件',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.obk20.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);