Sketch uses 1792 bytes (5%) of program storage space. Maximum is 32256 bytes.
Global variables use 187 bytes (9%) of dynamic memory, leaving 1861 bytes for local variables. Maximum is 2048 bytes.
An error occurred while uploading the sketch
Which board are you using? Did you select the correct board?
Did you select the correct port?
Which version of the IDE?
Which operating system.
Please disable verbose output during compilation and enable verbose output during upload. Next perform an upload and copy the full error message and paste it here in code tags.
Hi @idktheusername. 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 an upload attempt when in verbose mode.
Please do this:
Select File > Preferences from the Arduino IDE 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.