every time i try uploading code it never ends uploading or it says problem uploading to board i did all the thing that the bot said on the discord but it still dont work please helo me
Hi @scropieoff. 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 in the Arduino IDE: 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.
Did the code compile?
Is there any hardware connected to your Nano?
Does the IDE show a port for the Nano?
We don't know what the bot said
Is this a Nano or something else like a Nano Every, Nano33 IoT, Nano33 BLE, ...
- What does your operating system (which one) think about the board?
- If this is a Nano, what is the TTL-to-USB converter chip on the board (it's underneath); originals use the FT232, most clones use the CH340.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.