arduinoIDE1.6.12で書き込みを行おうとすると以下のようなエラーが出ます。
---------------------------------------------ここから
Using Port : COM3
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x71
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x71
avrdude done. Thank you.
マイコンボードに書き込もうとしましたが、エラーが発生しました。
このページを参考にしてください。
http://www.arduino.cc/en/Guide/Troubleshooting#upload
---------------------------------------------ここまで
ボードは互換品ですがマイコンはATMega328P-PUです。
スケッチはコンパイルできています。
・シリアルポートの選択を確認
・ボードの選択の確認
・D0、D1のピンを抜く(そもそも使用していない)
・USBがきちんと接続されているかどうか確認
・USBの再接続
・リセットボタンの押下
・arduinoがショートしていないか確認
・arduinoにつながっているすべてのピンを外して書き込み
・シリアルモニタが開いていないか確認
・ドライバーが最新版かの確認
・PCの再起動
・IDEの再インストール
・IDEのポータブル版を試す
以上全て試しましたが結果は変わりませんでした。
このエラーが出る前は問題なく書き込むことができていました。
突然、全く同じスケッチを書き込んでいるはずなのに、書き込めなくなりました。
同じスケッチをArduinoLeonardoに書き込んでみると、きちんと書き込めました。
UNO側のマイコンに異常があるのでしょうか。
windows10 64bitです。
このエラーの意味と原因、対処法などを教えてください。よろしくお願いします。
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/04/24 07:09