qinyunti 发表于 2022-11-29 19:25

【微雪RP2040双核开发板】开箱与MicroPython开发体验

<div class='showpostmsg'><h1>ee22e3070dc8b2ee2b65fe78e19c1355<br />
&nbsp;</h1>

<h1><b>开发板资源</b></h1>

<ul>
        <li>RP2040 双核 ARM Cortex M0 + ,133MHz ,264KB 的 SRAM 和 2MB 的片上 Flash</li>
        <li>1.28inch LCD 240RGBx240</li>
        <li>锂电池充电</li>
        <li>六轴传感器(三轴加速度与三轴陀螺仪)</li>
</ul>

<p > &nbsp;</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p >出厂自带Demo显示六轴传感器实时数据和电压值,屏幕显示效果不错。</p>

<p >&nbsp;</p>

<p >&nbsp;</p>

<h1 ><b>体验MicroPython</b></h1>

<h2 ><b>下载MicroPython固件</b></h2>

<p >下载示例程序解压</p>

<p ><a href="https://www.waveshare.net/w/upload/9/9d/RP2040-LCD-1.28.zip"><u>https://www.waveshare.net/w/upload/9/9d/RP2040-LCD-1.28.zip</u></a></p>

<p >固件为</p>

<p >RP2040-LCD-1.28\Python\rp2-pico-20220117-v1.18.uf2</p>

<p >&nbsp;</p>

<p >USB接上开发板到电脑</p>

<p >按住BOOT不松开,按下RESET在释放RESET,会识别为大容量存储设备</p>

<p > &nbsp;</p>

<p >将上述rp2-pico-20220117-v1.18.uf2</p>

<p >文件复制到该存储设备即完成下载。</p>

<p >&nbsp;</p>

<p >RP2040-LCD-1.28\c\uf2\RP2040-LCD-1.28.uf2为出厂自带的Demo。</p>

<p >&nbsp;</p>

<h2 ><b>安装Thonny IDE</b></h2>

<p >从以下地址下载,安装,一路Next即可。</p>

<p ><a href="https://thonny.org/"><u>https://thonny.org/</u></a></p>

<p >&nbsp;</p>

<h2 ><b>MicroPython开发</b></h2>

<p >打开Thonny</p>

<p >&nbsp;</p>

<p >&nbsp;</p>

<p >点击加载,选择RP2040-LCD-1.28\Python\RP2040-LCD-1.28\RP2040-LCD-1.28.py打开</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p >工具-&gt;选项选择解释器和串口</p>

<p >&nbsp;</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p >&nbsp;</p>

<p >&nbsp;</p>

<p >点击运行当前脚本即可</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p > &nbsp;</p>

<h1 ><b>总结</b></h1>

<p >用户体验做的非常好,拖拽下载,下载完自动重启运行,细节做的很好。</p>

<p >使用Thonny IDE结合USB虚拟串口,即可进行Python下载运行调试,非常方便。</p>

<h1 ><b>参考</b></h1>

<p >https://www.waveshare.net/wiki/RP2040-LCD-1.28</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>

hustjtj0806 发表于 2022-11-30 11:44

<p>microPython能使用双核开发吗?RP2040用microPython计算速度也挺慢的,用Arduino开发也挺好的。</p>

<p>&nbsp;</p>

lugl4313820 发表于 2022-12-1 15:35

感谢分享,大佬现在中奖很多,帖子也很牛!
页: [1]
查看完整版本: 【微雪RP2040双核开发板】开箱与MicroPython开发体验