logo elektroda
logo elektroda
X
logo elektroda

Can't Upload Program to Arduino Nano: ATmega328P Error, Windows 10, Arduino 1.8.5 Troubleshooting

JakubŚmigiel 7605 7
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17441751
    JakubŚmigiel
    Level 6  
    Cześć, mam problem z Arduino nano, Nie mogę wgrać żadnego programu. Wyskakuje mi taki błąd :

    Arduino: 1.8.5 (Windows 10), Board: "Arduino Nano, ATmega328P"

    Sketch uses 928 bytes (3%) of program storage space. Maximum is 30720 bytes.
    Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
    C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM1 -b57600 -D -Uflash:w:C:\Users\PC\AppData\Local\Temp\arduino_build_470435/Blink.ino.hex:i
    Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

    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 "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

    Using Port : COM1
    Using Programmer : arduino
    Overriding Baud Rate : 57600
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x7c
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x7c

    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.


    Próbowałem wszystkiego co mogłem znaleźć na różnych forach [nie tylko polskich] i nie mogę znaleźć rozwiązania :(
    Proszę o pomoc!
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 17441884
    shadow0013
    Level 34  
    Arduino nano, what (clone?), What programmer, because the printout shows that you want to program them with a programmer, not via USB.
  • ADVERTISEMENT
  • #3 17441996
    JakubŚmigiel
    Level 6  
    Some clone from OLX, I want to upload the program via USB
  • #4 17442120
    shadow0013
    Level 34  
    Check if there is a CH340 or FT232RL scalak (scalak from the bottom of the board) and install the appropriate drivers (you can easily find it on the internet, Allegro sellers of such clones provide drivers or a link to the latest). Set in the Arduino IDE the port that will show up after installing the drivers.
  • #5 17442143
    JakubŚmigiel
    Level 6  
    From what I can see it's CH340C. I installed drivers for CH340 before and it didn't work, it must be CH340C specifically?
  • ADVERTISEMENT
  • #6 17442173
    Anonymous
    Level 1  
  • #7 17442225
    JakubŚmigiel
    Level 6  
    Windows encountered a problem installing drivers for this device

    Can't Upload Program to Arduino Nano: ATmega328P Error, Windows 10, Arduino 1.8.5 Troubleshooting

    Added after 5 [minutes]:

    I uninstalled the driver completely and reinstalled it and it shows up like a regular Windows. I am showing COM1 to choose from in Arduino but it still does not work [I went back to the starting point]
  • ADVERTISEMENT
  • #8 17442601
    Anonymous
    Level 1  

Topic summary

The discussion revolves around troubleshooting an Arduino Nano, specifically an issue with uploading programs due to an ATmega328P error on Windows 10 using Arduino IDE version 1.8.5. The user is attempting to upload a program via USB but encounters errors related to driver installation for the CH340 chip, which is commonly used in Arduino clones. Suggestions include verifying the type of clone, ensuring the correct drivers are installed, and addressing potential conflicts with existing FTDI drivers or antivirus software. The user also faces challenges with Windows recognizing the device and driver signature enforcement.
Summary generated by the language model.
ADVERTISEMENT