Hi ,
This is Rohan,
I am new to arduino
After watching videos i started making a robot
And it got connected and working nicely
But when I wanted to change the code for 3th time
It is giving error.
Port and board was selected correctly
Please advice what to do
Rohan
Hi @rohan-2009. In order to gather more information that might help us to troubleshoot your problem, I'm going to ask you to post the full output from the upload when in verbose mode.
Please do this:
- Select File > Preferences from the Arduino IDE's menus.
- Uncheck the checkbox next to Show verbose output during: [] compilation
- Check the checkbox next to Show verbose output during: [] upload.
- Click the OK button.
- Attempt an upload, as you did before.
- After the upload fails, you'll see a button on the right side of the orange bar Copy error messages. Click that button. This copies the full output to the clipboard.
- Open a forum reply here by clicking the Reply button.
- Click the
</>
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 Ctrl+V. This will paste the error output from the upload into the code block.
- Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.
Ok just a second
First it says uploading.........
But not giving done uploading.........
Just giving in minutes
OK, if it's just hanging forever, then try this:
- Select File > Preferences from the Arduino IDE's menus.
- Uncheck the checkbox next to Show verbose output during: [] compilation
- Check the checkbox next to Show verbose output during: [] upload.
- Click the OK button.
- Attempt an upload, as you did before.
- Wait for the upload process to finish or hang.
- Click on the black console pane at the bottom of the Arduino IDE window.
- Press Ctrl+A to select all the text.
- Press Ctrl+C to copy the selected text to the clipboard.
- Open a forum reply here by clicking the Reply button.
- Click the
</>
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 Ctrl+V. This will paste the error output from the upload into the code block.
- Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.
Thank you I will check and update you
Any chance that you have connected anything to pins 0 and 1? If so, that might interfere with the upload.
Hi,
Have you tried loading another proven code, like the example "Blink without Delay"
What model Arduino are you using?
Thanks... Tom....
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.