zzzyf 发表于 2020-2-14 21:27:08

机器人等级考试四级项目示例程序下载后报错,求为什么

为什么我的arduino程序和示例完全一样(直接下载的示例),但为什么会报错:
Arduino:1.8.10 (Windows 10), 开发板:"Arduino Uno WiFi"

项目使用了 5770 字节,占用了 (17%) 程序存储空间。最大为 32256 字节。
全局变量使用了360字节,(17%)的动态内存,余留1688字节局部变量。最大为2048字节。
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe3
上传出错。查看http://www.arduino.cc/en/Guide/Troubleshooting#upload 获取建议。
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe3
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe3

求大佬告诉我问题在哪!!!

51Arduino32 发表于 2020-2-15 14:39:32

下载的时候有没有选择开发版

zzzyf 发表于 2020-2-15 19:49:17

51Arduino32 发表于 2020-2-15 14:39
下载的时候有没有选择开发版

谢谢,我试试
页: [1]
查看完整版本: 机器人等级考试四级项目示例程序下载后报错,求为什么