Avrdude%3a Stk500_recv()%3a Programmer Is Not Responding
Hi forum:
- Avrdude Stk500_recv() Programmer Is Not Responding
- Avrdude: Stk500_recv(): Programmer Is Not Responding Error
I would like to share with you a problem I am having. I am using the Arduino Nano v3.0, ATMega328P. I have just written my program and the program was fine. But when it was uploading it gave this message:
Arduino: 1.8.8 (Mac OS X), Board: “Arduino Nano, ATmega328P”
Sketch uses 1810 bytes (5%) of program storage space. Maximum is 30720 bytes.
Global variables use 184 bytes (8%) of dynamic memory, leaving 1864 bytes for local variables. Maximum is 2048 bytes.
/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -P/dev/cu.usbserial-1420 -b115200 -D -Uflash:w:/var/folders/86/prt1t3bs51z518qf01myn6_w0000gp/T/arduino_build_829922/jan01.ino.hex:i
Avrdude.exe: stk500recv: programmer is not responding avrdude.exe: stk500getsync attempt 1 of 10: not in sync: resp=0x55. But the same argument works fine if used with Uno rev3. What change I need to do to command line argument in case it is not correct? I am not sure if something wrong with -carduino option!! Avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 1 of 10: not in sync: resp=0x00 avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 2 of 10: not in sync: resp=0x00 avrdude: stk500recv: programmer is not responding avrdude: stk500getsync attempt 3 of 10: not in sync.
avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is “/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf”
User configuration file is “/Users/jayden/.avrduderc”
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.usbserial-1420
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
As the error message says, I am using MacOS Mojave, version 10.14.2. My Arduino IDE version is 1.8.8 and I just downloaded it yesterday because my old one isn’t working.
Every time I upload to this board, there is a problem. The exact same one. Note that that isn’t true for my Arduino Uno.
Also, when I try to load board information, Nano says “Unknown board” while Uno says “Arduino/Genuino Uno”. All these information is attached. My verbose output is “upload”. Do I need to use compilation? Again, the screenshot is also attached.
Avrdude Stk500_recv() Programmer Is Not Responding
Avrdude: Stk500_recv(): Programmer Is Not Responding Error
Please help and a happy new year.