Arduino Error "Sketch uses 966 bytes (2%) or program storage space. Maximum is 32256 bytes. Global variables use 9 bytes (0%) of dynamic memory,

I have begun Arduino recently and just started coding. When I was trying to do a simple LED code it gave me this error on my screen. I have tried the old bootloader option but still didn't work. I was hoping that someone here knew the solution to this.

Make sure you have the correct board and port selected.

Pictures are not acceptable.

  • In the Arduino IDE, use Ctrl T or CMD T to format your code then copy the complete sketch.

  • Use the < CODE / > icon from the ‘posting menu’ to attach the copied sketch.

  • Paste the error report.

2 Likes

As @LarryD tells, please post information according to How to get the best out of this forum - Using Arduino / Project Guidance - Arduino Forum

Screen shots are seldomly a good alternative.
Regarding code many helpers load it into the IDE, compile and check things. For that, screen shots are useless.
New games, new bets. Come on!

2 Likes

I have checked it is on the right port.

Please remove the screen shot and post the error messages as text, using code tags.

1 Like

Copy your "output" and paste it here... (use the < CODE > button and "type or paste code here..."

Sketch uses 966 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.

Hopefully the Op will read the guidelines after so many hints.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.