×

Arduino I2C多主机方法(为什么以及如何)

消耗积分:0 | 格式:zip | 大小:0.02 MB | 2022-10-28

h1654155275.6483

分享资料个

描述

微控制器限制

几年来我一直在构建“连接传感器”,但最初专注于“传感器”部分,直到最近才转向“连接”。每次我探索一种新的连接技术——WiFi、蜂窝、蓝牙、LoRa 等——我都会遇到 Arduino 的一些限制,尤其是其有限的工作内存。当我开始连接传感器时,这些问题源于两个来源:1) 使用长变量或键;2) 字符串操作,例如解析 64 位 GSMloc 字符串以从附近的手机信号塔中提取时间或位置。

在找到这个多主解决方案之前,我已经尝试了所有常见的疑点:使用非 Atmel 变体(例如Teensy )、将静态变量移动到程序内存中以及在打印语句中使用 F( ) 参数。我也开始将 TI 的 FRAM 芯片放在我的板上,因为我不喜欢 Arduino EEPROM 的有限寿命(100,000 次写入)。

本文介绍了另一种方法,使用多个微控制器来管理我的威廉希尔官方网站 板的功能。这些微控制器将共享对公共 I2C 总线的访问和通信。我想使用标准的Arduino Wire Library ,我很高兴看到这个库声称支持多主机。然而,正如wayneft 在 Arduino.cc 上的这个线程中所描述的那样,有一个很大的问题:Arduino 的多主控支持可以在争夺初始控制权的主控或总线之间进行仲裁,但它可能会在主控完成之前错误地释放总线它。这可能导致总线和您的程序锁定。

避免碰撞和比赛条件

我为这个问题开发了一个简单的解决方案,再加上 Wire 确实提供的多主机支持,可以对 I2C 总线进行稳健的共享控制。我添加了线来连接微控制器上的两组 I/O 引脚:忙碌和时钟。时钟线是我的实时时钟输出的 32kbs 方波。Busy 和 Clock 线都使用 4.7k ohm 上拉电阻拉高。这允许我们对总线的控制进行仲裁,因为每个微控制器都需要使用 Busy 线“声明”总线,而 Clock 线确保它们不会同时声明总线。

以下是它如何与下面提供的示例代码片段一起使用:

  • 如果 Arduino 想要读取或写入 I2C 总线,它首先需要检查 Busy 线是否为高电平(这表示总线当前空闲)。然后,它需要检查时钟线,只有在时钟线为低时才能将  Busy 线拉低
  • 如果 Simblee 想要读取或写入 I2C 总线,它首先需要检查 Busy 线是否为高电平(这表示总线当前空闲)。然后,它需要检查时钟线,只有在时钟线为高时才能将 Busy 线拉低
  • 如果 Simblee 或 Arduino 想要访问总线并发现它Low ,他们需要等待。
  • 我通过创建两个函数在代码中实现了这一点:TakeTheBus();GiveUpTheBus();. 每个都返回一个布尔值,因此您可以编写代码以等待成功尝试,然后再继续。

这种类型的通信,其中一个上拉电阻器将线路保持为高电平,并且微控制器“写入”总线的唯一时间是将其拉低,应该防止可能损坏任何一个处理器的情况。

与 SPI 相比

您可能会说——“I2C 也被称为两线接口。这种方法使用了四个,这并不比 SPI 好!”。没错,但请考虑以下几点:

  • I2C 传感器通常更常见且更便宜
  • 四线要求仅在两个主控之间
  • I2C 传感器可以在距离您的威廉希尔官方网站 板更远的地方进行通信

使用这种方法,您可以有效地在两个微控制器之间分配工作。我让 Arduino 专注于服务来自传感器的中断并将数据记录到 FRAM。Simblee 能够从该 FRAM 读取数据并使用蓝牙 LE 将其提供给手机上的应用程序。每个草图都变得更短更容易调试,并且减少了 Arduino 内存的压力。我计划在后续文章中记录威廉希尔官方网站 板设计。

我希望你觉得这篇文章有帮助。


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

评论(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 I2C多主机方法(为什么以及如何)',//标题 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);