×

Arduino智能汽水机

消耗积分:2 | 格式:zip | 大小:6.93 MB | 2022-10-18

分享资料个

描述

关于该项目

问题 :

对于智能汽水机,我们没有太多选择。它们通常不适用于智能家居。我们能买到的太贵了,而且很难维护。

解决方案:

这就是为什么我想出了一个便宜的DIY替代品。它适用于Alexa 。在此页面中,您将找到制作它的所有说明

结果 :

最后,您将拥有一台惊人的低成本汽水机,您将能够通过触发例程连接到任何智能家居设备。在 Alexa 应用程序中,您还可以设置触发它们的时间。所以你可以设置它来让你每天早上喝苏打水!它会让你的生活更轻松!您将能够随时控制它,因为它已连接到 arduino 云。

您还将学习有关 IoT 和 Arduino 的新事物/技能!这会很有趣!

我的 YouTube 视频

如果你是一个完整的初学者

这里有一些适合初学者的资源:

如何焊接

什么是阿杜诺

简单的 Arduino 项目

如何上传到 Arduino

1574275017384_lyMo7w5h8J.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

框架

首先,制作一个框架。我选择木材作为材料,因为它易于锯切和涂漆。

screenshot_2022-03-10_234044_0FpfZbxvkz.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 3 •蓝图

最后我还添加了一些有机玻璃,所以看起来更酷。我还添加了一些灯。

whatsapp_image_2022-06-17_at_11_36_08_pm_(1)_OmUOGEWu3a.jpeg?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 2

当你完成制作和绘画时。现在您需要为管子钻孔。

然后您需要考虑是否要使用蠕动泵气泵。然后为管子钻12 个孔。

20220311_000442_Bdr6k8LDYU.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 2 •气泵

气泵

蠕动泵

管道

您将需要几根管子来泵送液体。我会推荐这些柔软的透明管。

h50550b5919b4490fa8d6950edd72fbe8q_7gfxOFgNym.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

配件

如果您想2 个输出合二为一,我会推荐这些配件。

annotation_2022-03-24_131841_fdiUZBiFRq.png?auto=compress%2Cformat&w=740&h=555&fit=max

奥普拉

然后组装opla。并放在箱子里。

screenshot_2022-03-11_081210_bfNfPMVeLm.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 2

Neopixel 戒指

我还添加了一个neopixel ring 。它是具有rgb LED的可寻址环。本项目使用16颗led灯环

1463-03_USgDJaKBTv.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

接线

然后你只需像这样将所有东西焊接在一起:

ardu_75JDPppTQm.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 2 •如果电机为 3 - 6v

Arduino物联网云

准备就绪后,我们就可以开始设置云了。转到Arduino 云。然后登录。转到事物选项卡并制作一个新事物(“ CREATE THING ”)。

image_Ripz3kOEi4.png?auto=compress%2Cformat&w=740&h=555&fit=max

首先按“选择设备”。然后“设置新设备”并进行配置。然后,当“网络”下方准备就绪时,按“配置”。让我们开始添加变量。

screenshot_2022-03-20_154911_5FKUrJXjCF.png?auto=compress%2Cformat&w=740&h=555&fit=max

按“添加变量”并制作这些变量(您必须完全按照图片中的方式编写它们!):

screenshot_2022-03-11_082934_9beApKIjSt.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 10

完成后转到“仪表板”并按“构建仪表板”。在仪表板中添加五个按钮、两个开关和一个仪表。

image_MTvOmQoVAv.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 2 •用于电脑

现在让我们配置小部件。进入编辑模式并按下树点。按“编辑设置”。现在您需要按“链接变量”并链接图片中的所有小部件。

screenshot_2022-03-11_171732_wNNDpldtPJ.png?auto=compress%2Cformat&w=740&h=555&fit=max

1 / 8

现在云设置好了!我们现在可以转到最后一部分,即代码

代码

现在我们可以开始编码了。首先,您必须转到“事物”选项卡(在物联网云中)。然后打开你设置的东西。然后按“草图”。然后按“打开完整编辑器”。

screenshot_2022-03-20_153555_Iw9gT8RIW3.png?auto=compress%2Cformat&w=740&h=555&fit=max

现在您可以在此页面下方获取我的代码。您需要在标签中复制“ SodaMachine ”和“ thingProperies ”代码。“秘密”将自动设置。

screenshot_2022-03-20_153722_xokOWR8ePS.png?auto=compress%2Cformat&w=740&h=555&fit=max

现在您可以在我的代码顶部设置“ //设置”。现在您必须设置罩杯尺寸。您需要将泵连接到电,并使用计时器时间倒“一半”和“”需要多长时间。M1 是电机 1,M2 是电机 2。它以毫秒为单位计时!您还可以为1925行中的饮料设置名称。您还可以在29行中设置灯光颜色。它将改变界面的整个主题。

screenshot_2022-03-20_154146_G8Zhhn6CGF.png?auto=compress%2Cformat&w=740&h=555&fit=max

设置

现在代码完成了。您将需要安装 arduino 代理,现在您可以连接 opla 并上传到它。

createplugin_installwizard1_Lv5rceWVNc.png?auto=compress%2Cformat&w=740&h=555&fit=max

亚历克斯

现在我们要设置 Alexa 。这将适用于手机版本和 echo 产品。视频 :

现在您可以享受智能汽水机了!探索云和 Alexa 上的所有功能!

20220310_225902_HuZ8xR8Pik.jpg?auto=compress%2Cformat&w=740&h=555&fit=max

如何使用

以下是有关如何使用云的指南:

instructions_8OtyIGM8oP.png?auto=compress%2Cformat&w=740&h=555&fit=max

指示

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

评论(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);