I just disconnected Arduino Uno clone while monitoring..
Now I cant upload any code;
I tried to press reset button, reset my computer, disconnect all connections, , I try to upload blank code, switch port, but nothing, I cant upload any... I feel bad im ill I got no time please help friend
Hardware Version: 3
Firmware Version: 4.4
Writing | avrdude: stk500_recv(): programmer is not responding
############avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_cmd(): programmer is out of sync
avrdude: stk500_recv(): programmer is not responding
I delete and reinstal arduino IDE program too, maybe my arduino uno clone its bricked? My pc recognize port, but the board cant stand any uploading,.. i tried everything i can imagine
Hi @manu_mystery. I'm going to ask you to provide the full verbose output from an upload attempt.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open.
Uncheck the box next to Show verbose output during: ☑ compile in the "Preferences" dialog.
Check the box next to Show verbose output during: ☐ upload.
Click the "OK" button.
The "Preferences" dialog will close.
Attempt an upload, as you did before.
Wait for the upload to fail.
You will see a "Upload error: ..." notification at the bottom right corner of the Arduino IDE window. Click the "COPY ERROR MESSAGES" button on that notification.
Open a forum reply here by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the error output from the upload into the code block.
Move the cursor outside of the code block markup before you add any additional text to your reply.
It looks like it to me, if everything else is like it used to be before before when it worked.
This says the programmer is not getting the expected response to the command.
Then this is saying the programmer is not getting a response to a command and it has timed out waiting for one.
And this suggests to me that a response is being received but perhaps at the wrong baud rate.
It doesn't look good. It is likely that if it is not the Arduino that has gone wrong then it could be the programmer that has.
What method are you using to suppress the auto reset pulse on the programmer?
I have inserted a sub miniature slide switch between the cut reset link. I know others use a large capacitor to suppress this. It is possible that this was just on the edge of working and now something has changes to push it into the not working region. If this is what you have done try putting an other capacitor of the same size in parallel with the one you already have.