×

在MATRIX Voice ESP32上开始使用蓝牙

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

王玲

分享资料个

描述

所需硬件

在开始之前,让我们回顾一下您需要什么。

  • Raspberry Pi 3 (推荐)或Pi 2 B 型(支持)- 在 Element14 上购买 - Pi 3 或 Pi 2。
  • MATRIX Voice ESP32 版本(Wi-Fi、蓝牙、微控制器)- Raspberry Pi 没有内置麦克风,MATRIX Voice 有一个 8 麦克风阵列,非常适合 Alexa 和任何其他语音解决方案 -购买 MATRIX Voice
  • 树莓派Micro-USB 电源- 推荐 2.5A 5V 电源
  • 微型 SD 卡(最小 8 GB)
  • USB键盘和鼠标,以及外部HDMI 显示器- 如果您无法远程(SSH)到您的 Pi,我们还建议您准备好 USB 键盘和鼠标以及 HDMI 显示器。
  • 互联网连接(以太网或 WiFi)
  • (可选)适用于 Pi 2 的 WiFi 无线适配器(在 Element14 上购买)。注意:Pi 3 具有内置 WiFi。
  • 个人计算机(Windows、Linux 或 Mac)

让我们开始吧

MATRIX Voice ESP32 版本有一个 ESP-WROOM-32。这个微型模块允许使用 WiFi 和蓝牙进行独立应用。我们需要 Raspberry Pi 进行初始设置。

本指南介绍了如何将 ESP32 MATRIX Voice 设置为蓝牙服务器。然后我们可以使用 nRF Connect 手机应用程序向它发送消息并更改 LED 的颜色。

为了遵循本指南,这里有一个指南,介绍如何在您的 PC 上安装 ESP32 开发环境,以及如何设置 Arduino IDE 以支持通过 WiFi 进行 ESP32 开发。

如果您想通过 PlatformIO 在 Visual Studio Code 中实施此项目,请按照此处的蓝牙网状网络指南进行操作,并通过 PlatformIO打开esp32-arduino-bluetooth/bluetooth/文件夹。

编译代码

设置完 Raspberry Pi 和 MATRIX Voice 后,将 esp32-arduino-bluetooth GitHub 存储库下载到您的 PC。

git clone https://github.com/matrix-io/esp32-arduino-bluetooth.git   

在 Arduino IDE 中打开esp32-arduino-bluetooth/bluetooth/bluetooth.ino文件。

单击Sketch -> Export Compiled Binary。这将从 arduino 代码创建一个二进制 (.bin) 文件,然后通过 Raspberry Pi 将其闪存到 MATRIX Voice。

将 Sketch 部署到 ESP32

将您的声音连接到 Raspberry Pi。在你的 Pi 终端上输入以下命令来清除之前的所有程序。必须在每次重新刷写 ESP32 时执行此步骤。

voice_esp32_enable  
esptool.py --chip esp32 --port /dev/ttyS0 --baud 115200 --before default_reset --after hard_reset erase_flash  
sudo reboot  

在您的 PC 终端上,导航至esp32-arduino-bluetooth/bluetooth

cd esp32-arduino-bluetooth/bluetooth  

进入目录后,编辑 deploy_ota.sh 文件并将 IP 更改为您 Pi 的 IP 地址,代替YOUR_PI_IP_HERE 然后运行下面的命令。

sh deploy_ota.sh  

系统将提示您输入 Pi 的密码。然后,这将用当前程序闪烁 MATRIX Voice,您就可以继续了。

使用您的电话连接到 MATRIX Voice

该程序旨在在更改其服务特性后更改 LED 的颜色,我们将使用 nRF Connect 应用程序执行此操作(单击此处查看 Android,单击此处查看 IOS)。

该应用程序允许我们查看客户端的服务和特征,以及在获得许可的情况下写入新值。

当您打开该应用程序时,您将看到一个可连接的设备列表;在这种情况下,我们将连接到标记为“My_ESP32_Voice”的 esp32。

 

 
pYYBAGOlGYyACZ8iAAAzWC_ZvKY598.png
 

 

 
pYYBAGOlGZaAcD-_AAEGRV8C-zY988.png
 

您将看到可用的服务,例如上述服务。单击每个服务以查看其特性。

 
poYBAGOlGZ2AD97HAAG-O9bexx4382.png
通过蓝牙将颜色发送到 MATRIX Voice ESP32
 

 

 
pYYBAGOlGaiAd64jAAG8ztrMBOA387.png
通过蓝牙将亮度发送到 MATRIX Voice ESP32
 

我们的 MATRIX Voice 创建的特性允许用户对其进行写入,因此通过单击上传图标,我们可以向它发送一条消息,其中包含我们想要的颜色或一个数字值,指示我们希望 LED 的亮度。

一切就绪!随意尝试示例以更好地了解 ESP32 的蓝牙功能。


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

评论(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:'在MATRIX Voice 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);