I have problem Arduino Nano

Hey everyone! I'm a regular programmer dealing with a similar issue while working on a project called NEO GPS 6M with an Arduino Nano. I uploaded the code and connected it to the Neo 6M v2. After a few minutes, I encountered a blue screen of death, and unfortunately, I forgot to save the code (it's quite lengthy). I'm not entirely sure why this happened. When I connect the cable to the Arduino, only the POM shows; it doesn't show the port when connected to my PC. You can see error code under below.

Here's the YouTube link to the code I used: https://www.youtube.com/watch?v=AdQTfmFEjoE

Apologies for any language or grammar mistakes—I'm still learning. Any help would be greatly appreciated!

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03

avrdude done. Thank you.

HI, @rimke_20
Welcome to the forum.

Didn't the IDE get you to save your code BEFORE compiling and uploading?

What IDE?
What OS?

Did you have the Nano connected to anything as well as the USB cable when uploading and running your code?

Can you please post a copy of your circuit, a picture of a hand drawn circuit in jpg, png?
Hand drawn and photographed is perfectly acceptable.
Please include ALL hardware, power supplies, component names and pin labels.

Thanks.. Tom... :grinning: :+1: :coffee: :australia:

Hey Tom! Thanks for your help. I'm using Arduino IDE 2.2.1 on Windows 10 Professional. I did upload the code before the crash occurred while the GPS NEO module was connected to the Arduino Nano. During both the code upload and runtime, the Arduino Nano was connected solely via the USB cable. At that time, the GPS NEO module was the only additional component linked to the Nano. I made sure that no other peripherals were attached throughout the process. I'll definitely be more careful about saving my code before uploading in the future.

Here's the breakdown of my setup:

  1. Hardware:
  • Arduino Nano (Clone version)
  • GPS NEO-6M module (Clone version)
  1. Power Supplies:
  • Arduino Nano powered via USB cable from the computer
  1. Pin Labels:
  • Arduino Nano: I/O pins used for GPS NEO module: [D2 = Tx, D3 = Rx, 5V power, GND]

I've attached the photo you requested of my setup. (Apologies for the hand-drawn diagram; the GPS component might resemble an LED!)



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