×

如何在Arduino上使用红外传感器

消耗积分:2 | 格式:zip | 大小:0.14 MB | 2023-06-25

分享资料个

(带完整代码)

 

(红外传感器)是一种电子仪器,用于检测任何类型的障碍物/物体,也用于检测黑白颜色。您可以使用这个概念来制作您的项目。

 

订阅: https: //www.youtube.com/channel/UC88UigBH18Zn1UrtWgp2DPA

在 Facebook 上链接我的页面https://www.facebook.com/Bihari-Lifehacker-108437444279042

Instagram:https ://www.instagram.com

G邮箱:rameshbseminaryr@gmail.com

 

1) 阿杜诺乌诺

poYBAGNQmliAdwnkAAAi1cxTATo803.png
 

Arduino 是一个基于易于使用的硬件和软件的开源电子平台。Arduino 板能够读取输入 - 传感器上的光、按钮上的手指或 Twitter 消息 - 并将其转换为输出 - 激活电机、打开 LED、在线发布内容。您可以通过向板上的微控制器发送一组指令来告诉您的板要做什么。为此,您可以使用Arduino 编程语言(基于Wiring)和基于Processing的 Arduino 软件 (IDE)

多年来,Arduino 一直是数千个项目的核心,从日常用品到复杂的科学仪器。世界范围内的创客社区——学生、爱好者、艺术家、程序员和专业人士——聚集在这个开源平台周围,他们的贡献积累了数量惊人的可访问知识,这对新手和专家都大有帮助。

 

2) 红外线传感器

poYBAGNQmlqAdoRuAAAc0gjzIn4682.png
 

红外技术适用于各种各样的无线应用。主要领域是传感和远程控制。在电磁波谱中,红外部分分为三个区域:近红外区域、中红外区域和远红外区域。

 

poYBAGNQml2APotsAAAvAFERSmA348.png
 

 

这些区域的波长及其应用如下所示。

  • 近红外区域 — 700 nm 至 1400 nm — 红外传感器,光纤
  • 中红外区域 — 1400 nm 至 3000 nm — 热感测
  • 远红外区域 — 3000 nm 至 1 mm — 热成像

红外线的频率范围高于微波,低于可见光。

对于光学传感和光通信,光电技术用于近红外区域,因为当作为信号源实施时,光不如射频复杂。光学无线通信是通过红外数据传输完成的,适用于短距离应用。

红外传感器发射和/或检测红外辐射以感测其周围环境。

任何红外传感器的工作都受三个定律支配:普朗克辐射定律、斯蒂芬-玻尔兹曼定律和维恩位移定律。

普朗克定律指出“每个物体都会在不等于 00K 的温度下发出辐射”。斯蒂芬-玻尔兹曼定律指出,“在所有波长下,黑体发出的总能量与绝对温度的四次方成正比”。根据维恩位移定律,“黑体在不同温度下的辐射曲线会在与温度成反比的波长处达到峰值”。

用作障碍物探测器的红外传感器的基本概念是传输红外信号,该红外信号从物体表面反射,并在红外接收器处接收到该信号。

poYBAGNQml-AKzQkAAAg0ADEzZs845.png
 

 


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

评论(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:'如何在Arduino上使用红外传感器',//标题 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);