Şimdi yeni aldığım set geldi taktım Arduino UNO R3'ü.
Açtım Arduino IDE'yi ilk kodumu atayım derken bir hatayla karşılaştım.
Kod:
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch.
System wide configuration file is "C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM3.
Using Programmer : arduino.
Overriding Baud Rate : 115200.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
Deniyorum olmuyor FT232rli klon çalışıyor ama orijinal bozuk.
Ama saçma olan şey Bootloader'i olmayan bir çipi var.
Sorun uart köprüsü ile alakalı gibi. Açılışta ışıklar nasıl yanıyor? Doğru kartı ve baud oranını seçtiğine emin misiniz? Eski Bootloader kullanılabiliyordu diye biliyorum.
Sorunu çözdüm.Teşekkürler.
Çözüm şekli:
Bootloader'i minicore ile kurdum.
Kurunca çalıştı.
Sonra minicore i devre dışı bıraktım çalışmadı.
Sadece minicore ile atmel atmega328 u programlanıyor.
Şimdi yeni aldığım set geldi taktım Arduino UNO R3'ü.
Açtım Arduino IDE'yi ilk kodumu atayım derken bir hatayla karşılaştım.
Kod:
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch.
System wide configuration file is "C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM3.
Using Programmer : arduino.
Overriding Baud Rate : 115200.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf8
avrdude: stk500_recv(): programmer is not responding.
Deniyorum olmuyor FT232rli klon çalışıyor ama orijinal bozuk.
Ama saçma olan şey Bootloader'i olmayan bir çipi var.
Hocam buradan anlatsam uzun sürer. O yüzden YouTube'dan video bırakıyorum. Cihazınızda Arduino IDE'nin yüklü olması yeter. Video:
Emre Konca gibi diğer içerik üreticilerine de bakabilirsin.
Hocam buradan anlatsam uzun sürer. O yüzden YouTube'dan video bırakıyorum. Cihazınızda Arduino IDE'nin yüklü olması yeter. Video:
Emre Konca gibi diğer içerik üreticilerine de bakabilirsin.
Sorun UART köprüsü ile alakalı gibi. Açılışta ışıklar nasıl yanıyor? Doğru kartı ve baud oranını seçtiğine emin misiniz? Eski Bootloader kullanılabiliyordu diye biliyorum.
Sorun uart köprüsü ile alakalı gibi. Açılışta ışıklar nasıl yanıyor? Doğru kartı ve baud oranını seçtiğine emin misiniz? Eski Bootloader kullanılabiliyordu diye biliyorum.
Sorunu çözdüm.Teşekkürler.
Çözüm şekli:
Bootloader'i minicore ile kurdum.
Kurunca çalıştı.
Sonra minicore i devre dışı bıraktım çalışmadı.
Sadece minicore ile atmel atmega328 u programlanıyor.