Hello to everybody, I’m having some problems uploading a sketch to an Adruino Uno.
I’ve reading all the post about my problem in this and others forums but none of them has the final solution to my problem. Also I read an try an verify eveything in this link: https://www.arduino.cc/en/Guide/Troubleshooting#upload
I have the following:
- Arduino uno R3.
- Windows 10.
- Arduino IDE 1.8.3
I’ve attached the error. Basically this ocurred while uploading:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x15
Problema subiendo a la placa. Visita http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x15
This is what i’ve done to solve this so far but didn’t work:
- Update the arduino drivers to the last version in Windows. Done.
- Uploading the Arduino-usbserial-uno.hex file to the mega16u2 with flip 3.4.7 while being in DFU mode. Done.
- Uploading back again the bootloader with another arduino uno (failed). I did it because the reset button doesnt work (doesnt flash the inbuilt led).
NOTE: I’ve been trying to restore the Arduino UNO back to factory.
The Arduino uno actual state:
- Green light is ON.
- Inbuilt Light is ON permanently.
- If i press the reset button doesn’t do anything.
This is what i think the error was generate:
- I selected the wrong board (Arduino YUN instead Dragino Shield) to upload the sketch via USB. I know it should be uploaded via wifi or Ethernet but my mistake. I was trying to expand the memory of the Dragino YUN with YunDiskSpaceExpander. The dragino YUN is on Arduino UNO.
The last thing i think could work is to reprogram the ATMEGA328P-PU but i dont know if would work.
If anybody could help me with this case i would apreciate. Maybe restore the arduino back to factory.
Thank in advance.