2016-12-03 6 views
0

初めてMini Proと話すときはすべて動作します。まず、アップロードと実行をスケッチします。しかし、それ以降のアップロードの試みはエラーになります。Arduino Mini Proを使用すると、一度しかアップロードできません

2つの異なるMini Proで試しました。同じ結果。

Ubuntuで動作します。ポート/dev/ttyUSB0 OK - 表示されているアクセス許可。 this connectorを使用し、this boardを使用しています。

エラーメッセージ:他の人が示唆したように

 
Arduino: 1.6.12 (Linux), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)" 

Sketch uses 444 bytes (1%) of program storage space. Maximum is 30,720 bytes. 
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes. 
/data/arduino/arduino-1.6.12/hardware/tools/avr/bin/avrdude -C/data/arduino/arduino-1.6.12/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D -Uflash:w:/tmp/arduino_build_876010/pin-blink.ino.hex:i 

avrdude: Version 6.3, compiled on Sep 12 2016 at 15:21:49 
     Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ 
     Copyright (c) 2007-2014 Joerg Wunsch 

     System wide configuration file is "/data/arduino/arduino-1.6.12/hardware/tools/avr/etc/avrdude.conf" 
     User configuration file is "/home/maco/.avrduderc" 
     User configuration file does not exist or is not a regular file, skipping 

     Using Port     : /dev/ttyUSB0 
     Using Programmer    : arduino 
     Overriding Baud Rate   : 57600 
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00 
... 

答えて

0

、それを動作させるためにファンキーなタイミングの問題があります。

WindowsのアンティークPCの場合は、リセットを押し、アップロードを6にカウントしてリセットを解除します。この時間の約30%。

関連する問題