×

基于A1302霍尔效应传感器的防盗报警器设计

消耗积分:0 | 格式:zip | 大小:0.35 MB | 2023-07-07

张英

分享资料个

我们要构建一个防盗警报器,因为我们需要使用感应存在的传感器或其他东西作为输入设备,我们还需要输出设备作为这里的人的警报我们正在使用蜂鸣器。首先我们需要选择传感器,我选择了 霍尔效应传感器,因为它非常简单易用,它是根据磁铁的接近程度来工作的,所以我们可以根据输出电压来测量磁场,如果我们可以把传感器放在和我们门之间的磁铁,我们可以对其进行编程以在磁场低时发出警报。而且它的功耗非常低,占用空间更小,所以让我们开始制作吧。

我在这里使用A1302 线性霍尔效应传感器(数据表)您可以在该项目中使用任何霍尔效应传感器。

传感器 - A1302 - 连续时间比例线性霍尔效应传感器

pYYBAGOSy5OAMs35AAA7-ZE_UgQ625.jpg

特征

低噪音输出

开机时间快

比例轨到轨输出

4.5 至 6.0 V 操作

固态可靠性

在生产线末端进行工厂编程以获得最佳性能

强大的 ESD 性能

poYBAGOSy6iAc42PAAAtMmSKP4A793.jpg

输出设备 - 压电式蜂鸣器

pYYBAGOSy6yAQ-ZyAAAawJ63GvI993.jpg

压电蜂鸣器是一种常用于发声的电子设备。重量轻、结构简单、价格低廉,可用于汽车/卡车倒车指示器、计算机、呼叫铃等各种应用。

压电蜂鸣器是基于雅克和皮埃尔居里于 1880 年发现的压电电的逆原理。它是对某些材料施加机械压力时产生电的现象,反之亦然。这种材料称为压电材料。压电材料要么是天然存在的,要么是人造的。压电陶瓷是一类人造材料,具有压电效应,广泛用于制作压电蜂鸣器的心脏——圆盘。

当受到交变电场时,它们根据信号的频率伸展或压缩,从而产生声音。

压电盘在变形时会产生电压(形状的变化被大大夸大了)。

传感器测试

首先,我们将使用 arduino 测试霍尔效应传感器和蜂鸣器,然后我们将设计定制 pcb 并使其更上一层楼。

poYBAGOSy7KAHz4cAADNoBTjyMY028.jpg

现在我们可以确认传感器和代码工作正常,接下来我们将使用 CNC 铣床制作定制 pcb。

威廉希尔官方网站 设计

我用Eagle来设计威廉希尔官方网站 。

poYBAGOib3SARx8wAA6wUEV-nos381.png

并布线并完成PCB设计

poYBAGOib42AMTtdAAUJ7G05iiU040.png

PCB铣削

我将威廉希尔官方网站 板文件导出为单色 PNG 图像文件,并使用 Modela MDX CNC 机器进行铣削。

pYYBAGOib5CAapkXAACB4jfMS4M292.png

1 / 3

对于铣削,我使用了阻燃级 PCB,铣削完美完成。

pYYBAGOib5iAHIlcAACpSxcRzdc522.jpg

焊接元件

阁楼 45/85 x 1

蜂鸣器 x 1

霍尔效应传感器 x 1

0.1 uF 电容 x 1

线圈电池 x 1

线圈电池座 x 1

ISP 接头 x 1

pYYBAGOib5uAMdtbAACvUs9MjmI211.jpg

成功焊接元件,

poYBAGOib56AXcNZAACSHjMmISU157.jpg

pYYBAGOib6GAIf5fAABYvn8jb-Q666.jpg

void setup()
 { 
  pinMode(2, INPUT_PULLUP);
  pinMode(3, OUTPUT);
 }
void loop()
 {  
    int data = analogRead(2);
    if (data >= 500 ) {   
        digitalWrite(3, HIGH);
        }  
    else{   
         digitalWrite(3, LOW);  
        }
 }

我使用 ISP 上传代码,您也可以使用 Arduino 作为 ISP 上传程序。

示范

我们可以在多个地方使用同一个警报。

谢谢!

 

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

评论(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:'基于A1302霍尔效应传感器的防盗报警器设计',//标题 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);