Arduino Nano da karşılaşılan, yazılan kodun Arduino Nano'ya yüklenmeme sorununun çözümü...

Merhaba Arkadaşlar,
Arduino'nun en büyük sorunlarından biri açık kaynak kodlu olması nedeniyle Çin yapımı onlarca değişik klonu olmasıdır. Bu nedenle özellikle Arduino Nanolara program yüklerken sistem beklemekte, herhangi bir işlem yapmamakta yada aşağıdaki gibi hata kodu vermektedir. 


Hata genelde aşağıdaki gibi olabilmektedir. Yada kod yükleme sırasında takılıp kalmaktadır. 
"Çalışmanız programın 8840 bayt (27 %) saklama alanını kullandı. Maksimum 32256 bayt.
Global değişkenler belleğin 540 byte kadarını (26%) kullanıyor. Yerel değişkenler için 1508 byte yer kalıyor. En fazla 2048 byte kullanılabilir.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x81
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x81
Karta yüklenirken sorun oluştu. Tavsiyeler için http://www.arduino.cc/en/Guide/Troubleshooting#upload adresine göz atabilirsiniz."


Bu sorunun çözümleri aşama aşama şu şekildedir.


1. Öncelikle en güncel Ch340 driver'ı yüklenmelidir. Yükleme Linki

2. Doğru kart ve COM portun seçildiği kontrol edilecek.
3. Aşağıdaki resimde görüldüğü gibi işlemci olarak "ATmega 328p (Old Bootloader) seçeneğini seçerek. kodu tekrar yüklemeyi deneyin.






Hepinize iyi kodlamalar diliyorum.
Abidin Haldun TAŞDELEN

Yorumlar