Increase flash memory Arduino UNO

If you have a lot of big strings, integers, pics, files or files just read your code from the sd when ever possible to save space.

Else you could use the rx/tx to link another Arduino together.

What i usually do is create a dat file and read the info from the SD card on the Arduino.