Herkese merhaba, arduino ve programlama ile zerre bir bilgim yok ancak internetten izlediğim videolar sayesinde direksiyon ve pedal seti düzeni kurmuştum ve bu projede Arduino leonardo kullanmıştım. Vites için ise yeni bir arduino nano aldım. Pc bağlantısında USB SERIAL CH340 olarak görünmekte ve COM bağlantısında da bir sorun yaşamamaktayım. Arduino programım da port olarak görmekte. Ancak arduino nanoyu bootloader moduna bir türlü alamadım. Üzerindeki reset tuşuna iki kere bastım olmadı, GND ve Reset pinlerini anlık birbirine bağladım yine olmadı. Arduino programından ise ön yüklemeyi yazdır dediğimde aşağıdaki hatayı almaktayım. Bilgi ve tecrübelerinize ihtiyacım var, bootloader modunda geçirmeden firmware atamadığım için daha ilk adımda çuvallamış durumdayım. Şimdiden teşekkkürler.
Hata kodu:
Arduino:1.8.13 (Windows 10), Kart:"Arduino Nano, ATmega328P (Old Bootloader)"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Önyükleyici yazdırılırken hata oluştu.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Hata kodu:
Arduino:1.8.13 (Windows 10), Kart:"Arduino Nano, ATmega328P (Old Bootloader)"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Önyükleyici yazdırılırken hata oluştu.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.