×

儿童助理机器人开源项目

消耗积分:0 | 格式:zip | 大小:0.04 MB | 2022-12-09

分享资料个

描述

介绍

问题:孩子们越来越沉迷于智能手机,通常看动画片、youtube 和玩游戏。在孟加拉国,孩子们每天花在屏幕上的时间超过三到四个小时。一项研究发现,屏幕时间会影响儿童大脑的物理结构,以及他们的情绪发展和心理健康。除非我们能够控制现在占用我们孩子大量时间的屏幕,否则它将间接摧毁我们的下一代。

解决方案:机器人总是吸引孩子。通过增加语音交互性,机器人可以成为孩子的梦想机器。毫无疑问,它比智能手机更能吸引孩子。为了让孩子们摆脱屏幕瘾,我制作了一个机器人。该机器人具有以下特点:

  • 它可以通过语音命令驱动。
  • 孩子们可以要求机器人发出不同的声音,如消防车、救护车、警车甚至不同动物的声音。
  • 孩子可以要求机器人讲故事、诗歌、笑话和播放音乐。
  • 机器人能够分辨周围的环境参数,如温度、湿度、气压和紫外线。
  • 机器人可以显示不同的方向,如东、西、北、南,也可以在特定方向上对齐。

如何制作

制作底盘

市场上有不同类型的现成机箱,您可以购买一个。我自己用硬橡胶板做了一个,并添加了一些我如何制作底盘的图片。我在底盘上使用了一个球脚轮和两个小型直流齿轮电机。直流减速电机使用 supper glow 固定在底板上。

 
 
 
poYBAGOSpbaAWfOuAAE618U7me8777.jpg
 
1 / 6
 

安装电机驱动器和 Arduino

为了驱动机器人的电机,我使用了 Adafruit Motor Shield v1.0 和 Arduino Uno。

pYYBAGOSpbiAAnwfAABvfboIYxs778.jpg
 

驱动器能够驱动 4 个直流电机。我使用 M3 和 M4 连接器来驱动机箱的两个电机。Arduino 将从树莓派获得电力,但电机驱动器需要外部电源。我添加了两个 18650 锂离子电池来为电机供电。

 
 
 
poYBAGOSpd6AAU-jAAfwbfXxa-o940.jpg
 
1 / 2
 

安装扬声器和功放板

为了与孩子们交谈,机器人需要扬声器。我在机器人上放置了两个 3W 扬声器和一个迷你放大器板。扬声器将通过 3.5 毫米音频端口连接到 Raspberry Pi。我们将在下一步连接树莓派。

 
 
 
pYYBAGOSpfOAWiwPAAbZ9Bo5ZuQ531.jpg
 
1 / 2
 

安装 Matrix Creator 和 Raspberry Pi

Matrix Creator 和 Raspberry Pi 是我们项目的两个主要硬件单元。Raspberry Pi 将托管 Snips 语音平台,并与 Arduino 和 Matrix Creator 进行通信。Matrix creator 充当树莓派的麦克风,提供传感器数据并驱动 led 环。

 
 
 
poYBAGOSpiaACVHCAA360tVXiZA172.jpg
 
1 / 3
 

Matrix Creator 外壳是 3D 打印的,可在此处下载 3D 文件:https ://www.thingiverse.com/thing:2872527

将 Raspberry Pi 和 Matrix Creator 放入机箱后,它看起来如下所示:

pYYBAGOSpkyAboHhAAl0h4_vVns956.jpg
 

连接 Arduino 和树莓派

虽然 Arduino 驱动电机,但对于方向,它取决于 Raspberry Pi。树莓派通过串口发送指令,Arduino根据串口指令将信号发送给电机驱动器。Arduino 还通过串行端口从 Raspberry Pi 接收电源。

pYYBAGOSpmWAV0OKAAetWg-ZFiM327.jpg
树莓派和Arduino通过串口线连接
 

为树莓派供电

树莓派需要5V稳压电源,电源电流容量至少1.5A。我使用 2A 移动电源为 Raspberry Pi 供电。

poYBAGOSpoaATQy4AAe3I0X63BI040.jpg
 

移动电源的容量为10000mAh。音频放大器也从移动电源获取电力。

poYBAGOSpqaAH6gmAAlMDKElLMA414.jpg
 

把所有放在一起

完成所有连接后,机器人看起来如下图所示。

poYBAGOSprmAdJMrAAR1p9YZpAw477.jpg
正视图
 

从正面看它是这样的:

pYYBAGOSpsaAJBviAAVDRa_i1aw499.jpg
 

机器人侧视图:

poYBAGOSpteACyceAATWRU1nXMI714.jpg
 

开发 Snips 应用

为了实现语音交互,我使用 Snips 平台开发了一个应用程序。要制作您自己的应用程序,请转到https://console.snips.ai/并开发一个。免费。

pYYBAGOSpuSAELQqAAB1M7Xiv58341.png
 

我为该应用程序制定了五个 Intents。

pYYBAGOSpueAaouTAABfTfaYlvM865.png
 

每个 Intent 都有一个专用槽,并且有多个训练示例。

pYYBAGOSpumAY7VWAABXYZl0vog011.png
 

您可以使用以下链接从 Snips 应用商店安装该应用:

https://console.snips.ai/store/en/skill_KpPYQxAwApk

对于 Raspberry Pi 图像,我使用了来自链接的 MATRIX Kit 图像:https ://drive.google.com/file/d/1cTpKiyAIc9RxfF1shW3F1oBBJjAdkZu_/view?usp=sharing

Matrix Core 预装在映像中。

 


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

评论(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:'儿童助理机器人开源项目',//标题 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);