×

树莓派机器人船构建

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

王涛

分享资料个

描述

Raspberry pi roboat是一款互联网控制的水上机器人,使用遥控船作为底盘。这将用于通过向 Web 浏览器提供实时图片流来检查无法访问的下水道。

这件事也可能是使用 raspberry pi 学习机器人技术的另一种选择,因为该机器人是基于使用 webiopi 框架的基本简单 python 代码构建的。

这个机器人将是它的另一个版本,将有手动控制

第 1 步:零件和工具

 
poYBAGOiYJSAXARwAAEMR-dK02g808.jpg
 

部分

  • Raspberry Pi(任何型号都可以)
  • L298n电机驱动模块
  • USB Wifi TP 链接
  • 遥控船
  • 电池组
  • USB移动电源
  • USB 网络摄像头 Logitech c170/Raspberry Pi 摄像头
  • PerfBoard/剥离板
  • 4 个明亮的白色 LED
  • 330欧姆电阻
  • BC547三极管
  • 电缆
  • 2 用过的塑料瓶
  • 塑料盒/项目盒
  • 螺栓和螺母

工具

  • 焊接
  • 烙铁
  • 剥线钳
  • 剪刀
  • 螺丝刀

第 2 步:拆卸遥控船

 
 
 
 
poYBAGOiYJqABfSUAAFbjJdzxHI013.jpg
 
1 / 2
 

对于这个项目,我使用了当地玩具店的廉价遥控船。幸运的是,遥控船有一个大船体和双电机。双电机很棒,因为它将为船提供更精确的驾驶控制。

船本身已经有一个电机驱动器,但经过一段时间的测试后,PCB 上出现了一些断开的线路,所以我决定切断从电机 DC 到电机驱动器的电线,并用 L298n 电机驱动器模块替换它。切断电线后,将电机 DC 的电缆焊接到跳线,这样可以更轻松地连接到 L298n 模块。

拿起4母对母跳线,分别插入L298n模块中的IN1、IN2、IN3、IN4。现在保存这部分,我们将继续树莓派部分

第 3 步:树莓派设置

确保 sd 卡已经安装了 raspbian,如果你不知道如何制作 raspbian sd 卡,你可以在 instructables 中搜索它。或使用这个:

http://www.instructables.com/id/Getting-started-wi...

将 USB wifi 和 USB 摄像头插入树莓派的 USB 端口。然后启动它,直到你到达 linux 终端。

使用此命令通过 openig wpa_supplicant.conf 数据设置 Raspberry Pi 网络

pi@raspberry$ sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

使用您家中使用的 wifi 设置更改 SSID 和 wpa-psk。然后保存它。完成后重新启动 pi,如果 USB wifi 上的 LED 表示 wifi 连接成功

  • 安装 MJPG-Streamer

http://blog.miguelgrinberg.com/post/how-to-build-a...

使用上面的链接安装 mjpg streamer,按照说明操作后确保 pi 启动后 mjpg streamer 已经在后台运行

  • 安装webiopi

https://kushrami.wordpress.com/2015/02/02/tutorial...

上面的链接是安装和使用 webiopi 的分步指南

成功安装这些应用程序后,现在创建名为“roboat”的新文件夹并从这里获取我的代码:

https://github.com/chalei/surocam

第 4 步:稳定船

 
 
 
 
poYBAGOiYJyAJNW3AADJm_Y-sk0979.jpg
 
1 / 2
 

RC 船有一个非常锋利的船体,但它无法容纳放置在其顶部的所有附加组件。

塑料瓶非常有助于解决这个问题,通过在每侧添加两个塑料瓶,船现在变得非常坚固和稳定。只要不超过船体,任何塑料瓶都可以。

第 5 步:将它们放在一起

 
 
 
 
 
pYYBAGOiYJ-Ad5jGAAEb-asxy3I538.jpg
 
1 / 5
 

拿起塑料盒,打一些与树莓派孔相匹配的孔,用于安装螺栓和螺母。

 

 


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

评论(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:'树莓派机器人船构建',//标题 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);