×

智能家居:带Alexa和Amazon Echo的ESP8266/ESP32

消耗积分:0 | 格式:zip | 大小:0.00 MB | 2023-06-19

陈利妮

分享资料个

描述

 

 
pYYBAGOSuimATKCHAARckosGRVA077.jpg
 

我创建了一个将 Amazon Echo 与 ESP8266 集成的项目。结果如下图:

 
poYBAGOSuk2AHtiWAAXHreGAfeY654.jpg
 

图书馆

要构建此项目,您需要以下库:

人造ESP

ESPA同步TCP

异步TCP

您可以像安装 fauxmoESP 一样安装这两个库。

注册设备:

 
pYYBAGOSulWAAXe5AABdiDWFcd8974.jpg
 

您必须单击“添加新设备”,然后:

 
poYBAGOSuluAFPC1AAB94XqTUYo591.png
 

最后,Alexa 开始寻找新的连接设备

 
poYBAGOSumaAE-CqAABvneUickY686.jpg
 

就这样。该设备现在已连接到 Amazon Echo。正如您所注意到的,我们使用几行代码通过 Alexa 将 ESP8266 连接到 Amazon Echo。

现在,我们可以向 Amazon Echo 发送命令:

Alexa, turn on the Alexa, turn off the name>

这两个命令打开和关闭设备。

您知道可以使用 Firebase 实时数据库控制 RGB LED吗?

如何使用 Amazon Alexa、ESP32 和 Amazon Echo 控制 LED

现在我们知道如何使用语音命令与我们的 ESP8266 交互,利用 Amazon Alexa 功能来理解我们的语言。现在我们可以构建一个更复杂的智能家居项目,假设我们想要控制两个不同的 LED 灯条:

  • NeoPixel LED 环
  • NeoPixel LED 灯条

在这个项目中,我们要独立控制它们,所以需要将两个不同的设备注册到Amazon Echo。

ESP8266原理图

在深入了解如何使用 Amazon Alexa、ESP8266 和 Amazon Echo 控制这两种不同设备的细节之前,先了解一下如何将这些设备与 ESP8266 连接起来会很有帮助。下面的示意图显示了如何做到这一点:

 
poYBAGOSumqAR4NNAAJ6q_Z89rg449.png
 

连接非常简单,唯一有趣的地方是 ESP8266 使用 D1 和 D2 来控制 LED。

让我们重新开始发现过程:

 
pYYBAGOhJemAY0j7AABaOJrGU_E506.jpg
 

现在我们可以在 Alexa 中使用这些命令:

Alexa, turn on the ring:
 
pYYBAGOhWDGAVZmaAADAB8o0Wis441.jpg
 

如果你想打开灯带,那么要使用的命令是:

Alexa, turn on the strip:

下图显示了打开或关闭的两个设备:

 
pYYBAGOhWDOASYpWAADuGVczxh8781.jpg
 

在下图中,所有 LED 灯条都已点亮:

 
poYBAGOhWDeAb1CUAACt5pkxNCo660.jpg
 

如您所见,将 ESP8266 或 ESP32 与 Alexa 一起使用非常简单。您可以构建更多有趣的项目:

概括

这篇文章描述了如何使用 Amazon Echo 将 ESP32 与 Alexa 集成。使用它们,可以使用语音命令控制某些 LED。该项目展示了构建基于 ESP8266、Alexa 和 Amazon Echo 的智能家居项目是多么容易。


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

评论(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:'智能家居:带Alexa和Amazon Echo的ESP8266/ESP32',//标题 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);