0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ariduino Nano 互換ボードのIDE書込みエラー

Posted at

Arduino Nano 互換ボード 書込みエラー対応

状況

Arudino Unoの構成を小型化したくて、Arudino Nanoの安価な互換ボードを入手。

image.png

テストで空のスケッチを書き込むと、フラッシュの書き込み時にエラーになってしまう。

Arduino:1.8.10 (Windows 10), ボード:"Arduino Nano, ATmega328P"

ErrorMessage
最大30720バイトのフラッシュメモリのうち、スケッチが444バイト(1%)を使っています。
最大2048バイトのRAMのうち、グローバル変数が9バイト(0%)を使っていて、ローカル変数で2039バイト使うことができます。
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x7e
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe6
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xfe
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x60
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xfe
スケッチの書き込み中にエラーが発生しました
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf8
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x9e
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x86

「ファイル」メニューの「環境設定」から
「より詳細な情報を表示する:コンパイル」を有効にすると
より詳しい情報が表示されます。

対処方法

メニューのツールから下記の設定を行う

ボード: Arduino Nano
プロセッサ: ATMega328P(OldBootStrap)
書込装置:ArduinoISP

image.png

おとなしく書込み終了するので、うまくいったのに気づきませんでした。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?