0

Arduino に問題があります。スケッチをアップロードしようとすると、次のエラーが発生します。

avrdude: Version 6.0.1, compiled on Apr 14 2015 at 16:30:25
     Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
     Copyright (c) 2007-2009 Joerg Wunsch

     System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
     User configuration file is "/Users/Antonio/.avrduderc"
     User configuration file does not exist or is not a regular file, skipping

     Using Port                    : /dev/cu.usbmodem1411
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200

    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

ボード: Arduino Uno R3 OS: OSx "El Capitan" および "Windows 10"

今、dfu-programmerを使用して新しいファームウェアを消去してアップロードしようとしましたが、成功しませんでした。

私はいつも同じエラーが発生します。

私のarduinoは死んでいますか?

LEDの「光がいつもより弱いようです。私だけなのかわかりませんが、『電源・ON』より確実に弱いです」

ブートローダーの問題でしょうか?

4

1 に答える 1

0

私が最初に行うことは、Arduino IDE と「Blink」プログラムでプログラミングして、ハードウェアの問題かコードの問題かを判断することです。

于 2015-10-20T22:53:24.820 に答える