• 已解决 73482 个问题
  • 已帮助 5993 位优秀工程师

Arduino 编译上传出错是何原因 ?

捷波 2018-07-09 浏览量:7359

软件环境为 Arduino:1.8.1 (Windows 7) 开发板:"Arduino/Genuino Uno"

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x

0 0 收起

我来回答

上传资料:
选择文件 文件大小不超过15M(格式支持:doc、ppt、xls、pdf、zip、rar、txt)
最佳答案
  • 这个错误代表着就是无法通过USB口与arduino控制板进行通信

    1,arduino控制板或者COM口没有选对,这种问题最简单,照下图的选项选择对了就OK。

    2,下载的时候,arduino控制板上接了其他扩展板(使用D0,D1口的基本都会出问题,这两个口是用来通信下载程序的。)如果接了其他扩展板不能用,可以先拔掉扩展板再次尝试重新下载程序。

    3,bootloader损坏,这种情况下需要重新刷bootloader。(深度,值得深入)

    4,驱动未安装好。(目前遇到ghost版本,或者精简版win7系统安装uno驱动时,无法安装的问题。这种情况,需要重装系统。ghost版或者精简版操作系统,请谨慎安装,后患无穷。)
    • 发布于 2018-07-10
    • 举报
    • 评论 0
    • 0
    • 0

其他答案 数量:9
  • 首先驱动要安装好 如果还是这样的话 板子没插好 或者选错com口了
    • 发布于2018-07-10
    • 举报
    • 评论 0
    • 0
    • 0

  • 串口的驱动不对吧 ,电脑没有识别出来,要不就是数字签名的问题
    • 发布于2018-07-10
    • 举报
    • 评论 0
    • 0
    • 0

  • 先看有没有选错com口,不行就多换几个口,第二检查驱动程序,不行就更新或重装,板子型号一定要对
    • 发布于2018-07-11
    • 举报
    • 评论 0
    • 0
    • 0

  • 你的com口是不是设置错了,你的电脑上是不是有多个com口
    • 发布于2018-07-11
    • 举报
    • 评论 0
    • 0
    • 0

  • 看你系统是win7,不知道是不是用的gho系统,要是盗版系统,就会有电脑装不上驱动
    • 发布于2018-07-12
    • 举报
    • 评论 0
    • 0
    • 0

  • 主要是检查驱动的版本问题,很多上传问题都是驱动没有安装对应的版本导致的
    • 发布于2018-07-18
    • 举报
    • 评论 0
    • 0
    • 0

  • 要看一下你的系统是否和这个编译器兼容,很多都是兼容的问题
    • 发布于2018-07-24
    • 举报
    • 评论 0
    • 0
    • 0

  • 检查一下com口有没有选择

    在 工具->端口 里查看

    • 发布于2018-07-27
    • 举报
    • 评论 0
    • 0
    • 0

  • 这个是arduino avr单片机内部固件错误或者串口检测失败导致的。
    • 发布于2018-07-31
    • 举报
    • 评论 0
    • 0
    • 0

相关问题

问题达人换一批

Arduino 编译上传出错是何原因 ?