Apr 10, 2018, 07:31 pm
System Smart V3.0 ROBOT CAR Kit (mein erstes Arduino!) AUTO_GO.ino und andere lassen sich nicht laden:
Es ist alles richtig angeschlossen, kann es sein das ein Bootloader fehlt? Habe leider keinen Programmer.
Bluetooth Modul war teils, wie empfohlen, auch raus. Reset nach 10s auch probiert.
Welchen Programmer muss man da wählen, eingestellt ist "AVRISP Mark II"? Ist das korrekt?
Board und Port (COM8) stehen korrekt auf "Arduino/Genuino Uno", 115200 Baud usw.
Die grüne L-LED blinkt auch , soll ja heissen Bootloader okay.
Alle Stecker und Verbindungen wurden überprüft und sind auch fest (Anderweitig als Problem gelesen).
Fehlermeldung ausführlich:
Arduino: 1.8.6 Hourly Build 2018/01/03 03:33 (Windows 10), Board: "Arduino/Genuino Uno"
D:\DEVICES2\Elegoo\arduino-nightly\arduino-builder -dump-prefs -logger=machine -hardware D:\DEVICES2\Elegoo\arduino-nightly\hardware -tools D:\DEVICES2\Elegoo\arduino-nightly\tools-builder -tools D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -built-in-libraries D:\DEVICES2\Elegoo\arduino-nightly\libraries -libraries C:\Users\Steffen\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0043 -ide-version=10806 -build-path d:\Temp\arduino_build_156521 -warnings=default -build-cache d:\Temp\arduino_cache_551371 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -prefs=runtime.tools.avrdude.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -verbose D:\DEVICES2\Elegoo\Deutsch\Lesson 1 Erste bewegungen\AUTO_GO\AUTO_GO.ino
D:\DEVICES2\Elegoo\arduino-nightly\arduino-builder -compile -logger=machine -hardware D:\DEVICES2\Elegoo\arduino-nightly\hardware -tools D:\DEVICES2\Elegoo\arduino-nightly\tools-builder -tools D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -built-in-libraries D:\DEVICES2\Elegoo\arduino-nightly\libraries -libraries C:\Users\Steffen\Documents\Arduino\libraries -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0043 -ide-version=10806 -build-path d:\Temp\arduino_build_156521 -warnings=default -build-cache d:\Temp\arduino_cache_551371 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -prefs=runtime.tools.avrdude.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr -verbose D:\DEVICES2\Elegoo\Deutsch\Lesson 1 Erste bewegungen\AUTO_GO\AUTO_GO.ino
Using board 'uno' from platform in folder: D:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr
Using core 'arduino' from platform in folder: D:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr
Detecting libraries used...
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10806 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\cores\arduino" "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\variants\standard" "d:\Temp\arduino_build_156521\sketch\AUTO_GO.ino.cpp" -o "nul"
Generating function prototypes...
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10806 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\cores\arduino" "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\variants\standard" "d:\Temp\arduino_build_156521\sketch\AUTO_GO.ino.cpp" -o "d:\Temp\arduino_build_156521\preproc\ctags_target_for_gcc_minus_e.cpp"
"D:\DEVICES2\Elegoo\arduino-nightly\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "d:\Temp\arduino_build_156521\preproc\ctags_target_for_gcc_minus_e.cpp"
Sketch wird kompiliert...
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-g++" -c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10806 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\cores\arduino" "-ID:\DEVICES2\Elegoo\arduino-nightly\hardware\arduino\avr\variants\standard" "d:\Temp\arduino_build_156521\sketch\AUTO_GO.ino.cpp" -o "d:\Temp\arduino_build_156521\sketch\AUTO_GO.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core
Linking everything together...
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-gcc" -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "d:\Temp\arduino_build_156521/AUTO_GO.ino.elf" "d:\Temp\arduino_build_156521\sketch\AUTO_GO.ino.cpp.o" "d:\Temp\arduino_build_156521/..\arduino_cache_551371\core\core_arduino_avr_uno_958db30fee789d762d3e1b1f56190912.a" "-Ld:\Temp\arduino_build_156521" -lm
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "d:\Temp\arduino_build_156521/AUTO_GO.ino.elf" "d:\Temp\arduino_build_156521/AUTO_GO.ino.eep"
"D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom "d:\Temp\arduino_build_156521/AUTO_GO.ino.elf" "d:\Temp\arduino_build_156521/AUTO_GO.ino.hex"
Der Sketch verwendet 2282 Bytes (7%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
Globale Variablen verwenden 212 Bytes (10%) des dynamischen Speichers, 1836 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/bin/avrdude -CD:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM8 -b115200 -D -Uflash:w:d:\Temp\arduino_build_156521/AUTO_GO.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "D:\DEVICES2\Elegoo\arduino-nightly\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM8
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=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x68
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x68
avrdude done. Thank you.
Kann da jemand bitte ein Problem des Programmers erkennen?
Bei Bordinfo kam:
BN: Arduino/Genuino Uno
VID: 2341
PID: 0043
SN: 5573532363535120A1E1
Vielen Dank für eine Starthilfe.
Steffen