Koddaki hata nedir

Sketch uses 2086 bytes (6%) of program storage space. Maximum is 32256 bytes.
Global variables use 184 bytes (8%) of dynamic memory, leaving 1864 bytes for local variables. Maximum is 2048 bytes.


Compilation complete.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xce
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xce
Upload error: Error: 13 INTERNAL: Failed uploading: uploading error: exit status 1

bu hata avrdude yani programı arduino ya aktaran yazılımın hatası
a-) programlayıcının dogru com porta takdıgına emin ol
b-)arduino ide de dogru com port u sectiğinden emin ol
c-) usb kablonu kontrol et
d-)arduino kartını kontrol et
benim önerilerim bunlar umarım yardımım dokunur…

2 Beğeni

arduino nano kullanıyorsan ARAÇLAR/İŞLEMCİ/ATMEGA328P(OLD BOOTLOADER) seçin düzelecektir eğer kartınız nano değilse @ [TA1DR] in dediklerini uygulayın çözülecektir

2 Beğeni

avrdude, Arduino IDE tarafından kullanılan yardımcı programdır. AVR Downloader Uploader anlamına gelir ve kodu karta yüklemeyi sağlar. avrdude: stk500_recv() hatası, bilgisayar ile kart arasında bağlantı hatasıdır. Bundan dolayı kesin bir çözümü yoktur ama şunları deneyebilirsin:

  • Kartı doğru seçip seçmediğine bakabilirsiniz. ( Araçlar bölümünden)
  • Doğru porta(USB, vb.) bağlı olup olmadığını kontrol edebilirsin.
  • Kablonda herhangi bir sorun olup olmadığına bakabilirsin.
  • Kartı kırmızı butondan resetleyebilirsin.
  • Kartında bir arıza olup olmadığına bakabilirsin.
  • Farklı bir port kullanabilirsin (Araçlardan portu değiştirmeyi unutma)
  • Farklı bir bilgisayarın varsa onu kullanabilirsin.
  • Arduino IDE’yi silip yükleyebilirsin.

Başka bir soru daha var böyle istersen ona bakabilirsin:

1 Beğeni