当arduino避障小车程序程序烧不进时怎么办

Arduino nano无法烧入程序怎么办_百度知道【求教】nano程序烧不进去QAQ_arduino吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:40,502贴子:
【求教】nano程序烧不进去QAQ收藏
板子是Nano V3.0,IDE是1.6.4,WIN7旗舰版操作系统。安装IDE时驱动直接安装成功了,设备管理器里面没有未知设备,端口那一栏下面接Nano的时候出现USB Serial Port(COM10),感觉有点奇怪,但点进去更新驱动报告已经是最新驱动。接下来烧录程序的时候工具栏里面的板子、处理器、端口都是选对的,编程器选的默认的AVRISP mkII,烧录程序的时候报错:(手动Reset试过,外扩设备也暂时拔了,都没有用QAQ)Arduino:1.6.4 (Windows 7), 板:&Arduino Nano, ATmega328&构建选项已变更,全部重新构建Sketch uses 6,010 bytes (19%) of program storage space. Maximum is 30,720 bytes.全局变量使用了293字节,(14%)的动态内存,余留1,755字节局部变量。最大为2,048字节。avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x06avrdude: stk500_recv(): programmer is not respondingavrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x06上传出错。查看页面
获取建议。
你那个串口好像有别的东西接上了。
换过别的口没,最好是后边的口,你的nano是ch340的?有没有装好串口驱动,好多nano都是ch340串口芯片的,如果是,你就去下一个ch341ser
咦。。。?难道你的nano不是第三方串口芯片的。。?
淘宝的板子宝贝说明有驱动
板子选promini 试试 ftdi好像是328的全能用吧。拙见。
应该是驱动没装好
问题更新,换了一个低版本的IDE,错误类型变成了avrdude: stk500_getsync(): not in sync: resp=0x00这一句,上传程序的时候RX的灯快速闪三下后就不闪了
把板子照片发上来
还有设备管理器。端口。截图上来
nano 和328那个选项应该都行。驱动也对。下个blink看看
登录百度帐号推荐应用
为兴趣而生,贴吧更懂你。或arduino教程——把arduino当AVRISP烧写器Arduino给Arduino烧boot - K5430的日志 -
电子工程世界-论坛
arduino教程——把arduino当AVRISP烧写器Arduino给Arduino烧boot
已有 4729 次阅读 14:35
以下翻译自官方,根据本人实践稍作补充,如有错误请回帖指正。教程介绍如何使用Arduino作为AVR ISP(在线系统编程)。你可以使用它给其他AVR芯片烧写引导程序(bootloader)(例如使用ATmega168的或ATmega328的Arduino)。这个例子中的代码是基于Randall Bohn写的mega-isp固件。
使用您的Arduino给其他AVR烧写引导程序(bootloader),步骤如下:
<font color="#.打开的ArduinoISP的固件(File&examples&ArduinoISP)中文(文件&示例&ArduinoISP)
<font color="#.注意,如果是为阿尔杜伊诺1.0:你需要对ArduinoISP代码进行小的改动,新版一般不用不过也查下吧。查找heartbeat()函数,把其中的“delay(40);”,更改为“delay(20)”。
<font color="#.在(Tools&board)中文(工具&板),选择对应的arduino型号,(这里是选择作为编程器的板子型号,而不是你将要烧写bootloader的板子型号)使用的串行端口菜单中的项目。
<font color="#.上传ArduinoISP。
<font color="#.Arduino和你要烧写的arduino连接方法如下图所示。(注:如果是ArduinoUNO,你需要Reset和GND之间连接一个10 uF的电容,不是就不用)
<font color="#.在(Tools&board)中文(工具&板)菜单上,选择你要刻录的bootloader的板子型号(你将要烧写的板子型号)对应。看到板环境页面描述细节。
<font color="#.选择 (Burn Bootloader&Arduino as ISP)中文(编程器&Arduino as ISP),开始烧写bootloader(烧录引导程序)
作者的其他最新日志
评论 ( 个评论)
Powered by当Arduino程序烧不进时怎么办_百度知道

我要回帖

更多关于 arduino步进电机程序 的文章

 

随机推荐