hi guys, seeking help here.. i can't compile my code, and upload it in my arduino rev3, the error says NOT ENOUGH MEMORY, PLEASE SEE TROUBLESHOOTING etc. to reduce the footprint.. actually i experience this single time, but it happens again.. my IDE was the latest version.. please help me with these.. my arduino rev3 is hook up with a wiznet5100 ethernet shield.
Uh, then it sounds like the code you're compiling is too big for the Uno?
You do have the Uno selected from tools -> board, right?
The error message will say how large it is, vs how large the board can fit - you may need to modify your code to reduce the program size, or switch to a microcontroller with more flash.
what do you mean switch it with more flash?.. am i using some sd card since it is hook up with ethernet shield?