Issue uploading to Nano

Every time I try to upload to my Nano I get this message:

Project was successfully transpiled. Searching for device…
Port with connected Arduino was found. Installing toolchains…
Toolchain is installed. Compiling…
Sketch uses 4982 bytes (16%) of program storage space. Maximum is 30720 bytes.
Global variables use 122 bytes (5%) of dynamic memory, leaving 1926 bytes for local variables. Maximum is 2048 bytes.
Upload failed. ChildProcessError: Command failed: “C:\Users\Crass\AppData\Roaming\xod-client-electron\packages\arduino\tools\avrdude\6.3.0-arduino9\bin\avrdude.exe” -C “C:\Users\Crass\AppData\Roaming\xod-client-electron\packages\arduino\tools\avrdude\6.3.0-arduino9\etc\avrdude.conf” -p atmega328p -c arduino -P COM7 -b 57600 -D “-Uflash:w:C:\Users\Crass\AppData\Roaming\xod-client-electron\upload-temp\build\xod-arduino-sketch.cpp.hex:i”
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 2 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 3 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 4 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 5 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 6 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 7 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 8 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 9 of 10: not in sync: resp=0x2d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 10 of 10: not in sync: resp=0x2d

avrdude.exe done. Thank you.

"C:\Users\Crass\AppData\Roaming\xod-client-electron\packages\arduino\tools\avrdude\6.3.0-arduino9\bin\avrdude.exe" -C "C:\Users\Crass\AppData\Roaming\xod-client-electron\packages\arduino\tools\avrdude\6.3.0-arduino9\etc\avrdude.conf" -p atmega328p -c arduino -P COM7 -b 57600 -D "-Uflash:w:C:\Users\Crass\AppData\Roaming\xod-client-electron\upload-temp\build\xod-arduino-sketch.cpp.hex:i" (exited with error code 1)

Nevermind, it was a short in my circuit.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.