Arduino uno r3 uploading issues?

Hi Everyone,

I am using arduino uno r3 board(atmega328p). I have been trying to upload the basic blink code but it is not uploading. I tried in two boards and the issue is same. How to over come this. Please help me.

Version: 1.8.3

Issues: avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x59

But the code is uploading through 8051/avr isp programmer.I have selected 19200 baud rate but it is matching with 1200 baud rate When i uploaded the code through ISP programmer.

I am very confused.

After uploading code few times and testings it is showing "chip enable error".

Please help me out.

Thanks in advance.

Regards,
Ram.

When using an external programmer you need to select the correct programmer via 'Tools>Programmer', and then use the "Sketch>Upload Using Programmer' option. Have you been doing that?

Thank you for your reply.

Here i am not using any external programmer.

8051/isp programmer is used by "PROG isp" application not by arduino. I export hex file from arduino and then uploaded using progisp application.

I want to upload a code without using any external programmers. Is not possible?

Regards,
Ram.

Can you post a link to this 'PROG isp' program that you're using?
If you're having problems using this program then your best bet is to ask on the appropriate forum/website, since it isn't really related to Arduino at all.

Please forget about "PROG".

I am unable to upload the code in arduino uno r3 board. Please help me on this.

ramkumar_d_d:
Please forget about "PROG".

I am unable to upload the code in arduino uno r3 board. Please help me on this.

Ok, but if you have used an ISP programmer to upload anything then that will have overwritten the bootloader, and you won't be able to upload anything using the USB cable until you reupload the bootloader.

So how to upload the bootloader. I will try and let you know :slight_smile:

This is a pretty good guide.

I followed above instructions to burn boot loader. Still getting the same issue.

Used : 1.0.6 version

Board: atmega328 on breadboad(internal 8mhz).

Please look into it.

If you're using an ISP programmer then you can't possibly be getting exactly the same error.
Why are you using such an old version of the IDE?
Why (and how? Are you using a different core?) are you now using an ATMega328 on a breadboard? Why 8MHz? What happened to the Uno?

Just followed the link to upload bootloader that is why i am using old version.

I do not know what happened to my uno board why it is not uploading the code. I have been trying to upload the code but it is not working

hello ramkumar_d_d. Do not know if you have the correct port selected?

Hi atilka thank you for your reply.

I have selected the correct port. I brought arduino uno r3 board and removed IC and placed a new one brought from the local electronic shop.

It is showing the below error

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x8e

and

TOOLS --> PROGRAMMER --> AVRISP MKII

I tried giving external power supply of 9V too but Still i am having the same issue. Please help me out.

Let's start from the beginning, with the absolute basics. Do you have an external programmer? Ie AVRISP MKII, USBASP etc?

Try typing another kind of arduino IDE. It helped me. I have Win. 7 premium 64. Arduino IDE 1.8.5. 1.6.5 also works.

If you replaced the processor on an otherwise , good , working board that you have used before ... then you need to upload the bootloader as mentioned ( with either a programmer or another UNO as programmer ) before you will be able to program via the usb .
Note is has to be the same 328 model processor .
When you then program via usb select “ genuine Arduino uno”. Try “blink” first .
.

Sorry for not being active as i was busy in another project.

Hi bjhenry, thank you for your advice.

I have USBasp. I connected it on bread board and tried to upload the program but i got the same issue

avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'

I did not select any port as it is not showing also.

Link Which i followed:
http://tuxamito.com/wiki/index.php/Using_external_programmers_(USBasp)

Please help me. Thanks in advance.

hi atilka, Thank you for your advice i will try and let you know

Please confirm whether i am going with correct usb asp programmer or not.

USB asp Programmer details:

ramkumar_d_d:
Please confirm whether i am going with correct usb asp programmer or not.

USB asp Programmer details:

Buy USBasp AVR Programmer Online In India. Hyderabad

That looks fine.
Have you tried to use this programmer to program the Uno? If so, was it successful?

I have used PROGISP to upload the program to arduino uno board. I have successfully uploaded the HEX file using progisp. But i am getting the baudrate issues. can you help me?

Thanks in advance.