×

带有Arduino Nano DS3231 LDR的7段时钟

消耗积分:2 | 格式:zip | 大小:1.01 MB | 2022-11-01

分享资料个

描述

介绍

在您的手腕上总是有时钟的时候,无论是手腕上的手表还是智能手机,Arduino Uno/Nano 都有些沉闷。否则,您在本文外部拥有 NTP 服务器同步设备,这些设备通过您的 Internet 连接持续在线。

描述

我的一个朋友出于个人原因拒绝在他的卧室里安装带有 WiFi 连接的设备,所以我让 Arduino 配备了一个单独的时钟。

选择合适的产品

我很惊讶甚至 Adafruit 有多少不同的产品可用:取决于所需的张力,以及不同的精度!在这里,我决定使用两种产品:更便宜的DS1307和可能更精确的DS3231

需要明确的是:这两种产品都可以在这个时钟中使用。要使用 DS1307,请注意正确的 PIN 分配和温度显示选项的限制:remark "//" the displayTemp(); loop() 中的函数。

 

调整草图

我去寻找草图,并与另一位成员一起发现了一些东西我重组并适应了这个草图,但保留了捷克语评论并添加了英文评论。

广告应该尽可能大,所以我决定制作一个 7 段广告:毕竟,我只想有时间。

我在查看草图时遇到的下一个惊喜是:在这里,DS3231 提供了使用温度的选项,而 DS1307(除了不准确之外)缺少温度。

初始化时钟

如果您有 CR1220 纽扣电池,您可以按照Adafruit关于设置时钟的简短教程进行操作。综上所述,时间不是从网上下载的,而是从本地PC上下载的。上传时间戳被传输到计时器。

功能

之后,我将 LED 矩阵添加到电路中,用于时间和温度输出可以通过变量设置时间和温度变化的周期。

特别是,对 LED 矩阵上的单个闪烁点和数字的控制如何工作和控制,在草图中得到了很好的描述。

这里我参考了更多的Adafruit 资源

通过根据环境光调整夏季/冬季时间和 LED 矩阵的亮度(夜间显示应比白天更暗),使草图更加完美。

 

在视频中,你肯定注意到了时间和温度的变化。有没有注意图中左边的点?这会根据秒数改变其位置(向上或向下)。

如果您知道如何在时钟出现故障时在 LED 矩阵上发出“ERR”,请给我反馈。此时会出现“bEEF”:

 
   // oh no, no data!
     Serial.println("DS3231 Sensor Error - cant read temperature"); 
     matrix.print(0xBEEF, HEX); // inform the user with BEEF
     matrix.writeDisplay();
     delay(5000);

扩张

还没有集成警报或警报时间。

可能还通过蓝牙模块Blynk成功扩展

2019 年 1 月 2 日更新:

从面包板到打孔卡永久投注的转移今天已完成。几张图给有兴趣的人:

 
 
 
 
poYBAGNghj-ADdOBAAquGbhP97U952.jpg
 
1 / 5用插座和 DIP 焊接在穿孔卡上
 

您将在附件中找到更新的代码 v1.1 以及自定义的frizing 图像。


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

评论(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.lene-v.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 Nano DS3231 LDR的7段时钟',//标题 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.lene-v.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);