I tried all ways in Arduino troubleshooting but none of way worked
while uploading the code RX blink for three times and stops after 2-4 mins I will get issue as in screenshot(30)(in attachment)
please help in solving this problem
I tried all ways in Arduino troubleshooting but none of way worked
while uploading the code RX blink for three times and stops after 2-4 mins I will get issue as in screenshot(30)(in attachment)
please help in solving this problem
First of all, if you don't have an ISP programmer connected to your Uno, then trying to use Tools > Burn Bootloader is pointless.
So let's focus on your actual "programmer is not responding"/"not in sync" upload error:
Remove any connections to pins 0 and 1 on your Arduino board. These pins are used for communication with your computer, including uploads. Connecting anything to these pins can interfere with uploads.
Make sure you have the correct board selected from the Tools > Board menu.
Make sure you have selected the port of your Arduino board from the Tools > Port menu.
Sometimes the port will be labeled with the board name in the menu. Other times it will not. If you don’t know which port is your Arduino board, you can find it like this:
I have done what you have said sir but I am facing same issue
You can try a loopback test to make sure the communication via the USB chip on the Uno is working. We know that chip is working at least to some extent because it can identify itself to your computer as and Uno, but still worth a try since the test is easy to do:
If the loopback test failed, the USB to TTL serial adapter is damaged and it's unlikely to be worth repairing your board.
If the loopback test passed, or if you skipped the loopback test, try doing a Burn Bootloader, following these instructions:
What was the result of the loopback test?
Was the Burn Bootloader process successful, or was there an error?