Arduino - UNO R3.2 无法从 IDE 上传
Arduino - UNO R3.2 can't upload from IDE
Arduino 新手,我构建了 this keyestudio(迷你坦克机器人)套件。我正在尝试将我的第一个草图上传到板上。验证正常,但上传过程失败并显示以下消息:
Sketch uses 5340 bytes (16%) of program storage space. Maximum is 32256 bytes.
Global variables use 291 bytes (14%) of dynamic memory, leaving 1757 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
- 使用 mac 10.11.6 OS X El Capitan
- 我试过用在线和本机上传 IDE。
- 我已按照 this article 尝试更新我的驱动程序。
更新
电路板和芯片图片:
任何帮助将不胜感激:)
找到一个提示 here 指出
RX and TX pins should be disconnected
所以我尝试在它没有连接到任何其他屏蔽的情况下上传到板上并且它工作正常。
Arduino 新手,我构建了 this keyestudio(迷你坦克机器人)套件。我正在尝试将我的第一个草图上传到板上。验证正常,但上传过程失败并显示以下消息:
Sketch uses 5340 bytes (16%) of program storage space. Maximum is 32256 bytes.
Global variables use 291 bytes (14%) of dynamic memory, leaving 1757 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
- 使用 mac 10.11.6 OS X El Capitan
- 我试过用在线和本机上传 IDE。
- 我已按照 this article 尝试更新我的驱动程序。
更新
电路板和芯片图片:
任何帮助将不胜感激:)
找到一个提示 here 指出
RX and TX pins should be disconnected
所以我尝试在它没有连接到任何其他屏蔽的情况下上传到板上并且它工作正常。