xscc 发表于 2019-6-6 13:38

【麦昆试用】无线遥控

<div class='showpostmsg'> 本帖最后由 xscc 于 2019-6-6 16:09 编辑

<p>&nbsp; &nbsp; &nbsp; 麦昆小车具备无线功能,用另一块micro:bit开发板来遥控麦昆小车。</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp;micro:bit板上有A,B两个按键,分别用来控制小车的前进与后退,加一块扩展板提供电源。</p>

<p></p>

<p>用micro:bit特色的螺丝方式进行连接,如下图:</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 对遥控发射端进行编程,无线编程非常简单,首先打开无线通讯,再设置好无线通道号即可。按下A键后,通过无线发送字符A,并在显示屏上显示一个前进的箭头图案。按下B键后,通过无线发送字符B,并在显示屏上显示一个后退的箭头图案。同事按下A、B键后,通过无线发送字符S,并在显示屏上显示一个&times;图案。</p>

<p><br />
&nbsp; &nbsp; &nbsp; &nbsp; 小车端编程,打开无线通信,设置与遥控器一致的通道,当接收到字符A时,小车以100的速度前进,字符为B时,以100的速度后退,字符为S时,小车停止。</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;将分别程序下载,开始测试。</p>

<p></p>

<p>打开电源开关,分别按下A,B键,小车开始前进后退。</p>

<p><br />
<br />
<strong><span style="color:#5e7384">此内容由EEWORLD论坛网友<span style="font-size:medium">xscc</span>原创,如需转载或用于商业用途需征得作者同意并注明出处</span></strong></p>
</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>

btty038 发表于 2019-6-6 13:58

<p><img src="https://bbs.eeworld.com.cn/data/attachment/forum/201906/06/131134y9i8yf9izihs3q2q.jpg.thumb.jpg" /></p>

<p>这个螺钉是供电的?&nbsp; 设计不错</p>

xscc 发表于 2019-6-6 14:16

btty038 发表于 2019-6-6 13:58
这个螺钉是供电的?&nbsp; 设计不错

<p>电源和三个IO脚引出。</p>

btty038 发表于 2019-6-6 14:39

xscc 发表于 2019-6-6 14:16
电源和三个IO脚引出。

<p>固定的?</p>

dcexpert 发表于 2019-6-6 14:57

<p>标题不太准确,这是通过2.4G无线方式,不是通过蓝牙协议。</p>

xscc 发表于 2019-6-6 16:10

改了标题
页: [1]
查看完整版本: 【麦昆试用】无线遥控