简体   繁体   English

Arduino Uno未上传

[英]Arduino uno not uploading

Uploading sketches to my arduino uno worked fine. 将草图上传到我的arduino uno效果很好。 Now uploading won't work. 现在无法上传。 I get the following error. 我收到以下错误。 Is there a way to reset my board? 有办法重置我的主板吗? Using the built-in reset button does not help. 使用内置的重置按钮无济于事。 Error: 错误:

Arduino: 1.0.6 (Mac OS X), Board: "Arduino Uno" Binary sketch size: 7,878 bytes (of a 32,256 byte maximum) avrdude: stk500_recv(): programmer is not responding

Please give any information on how to fix or reset the board. 请提供有关如何修复或重置板的任何信息。

there are many reason and you need to try 2 or 3 different operations in order to understand why avrdude is not responding 原因很多,您需要尝试2或3种不同的操作才能了解avrdude为什么没有响应

First, check serial port on Arduino IDE, then check what kind of board you have selected in IDE. 首先,检查Arduino IDE上的串行端口,然后检查您在IDE中选择了哪种板卡。

Have you left some connected on pin 0 or 1 of your board? 您是否在电路板的引脚0或1上留下了一些连接? They are serial TX and RX used by FTDI to write the sketch on your Atmega, I don't know why but sometimes if you left something connected there, you could have some problems during upload. 它们是FTDI用来在Atmega上写草图的串行TX和RX,我不知道为什么,但是有时如果您在此处留下连接,在上传过程中可能会遇到一些问题。

Hope this will help you! 希望这个能对您有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM