Hi
im starting a new project in which i have to take control of a device, on the device circuit board there is a switch and a pot. i have replaced the switch with a transistor and have replaced the pot with a digital one.
i started by making a tft screen do the functions of the device by pushing the right buttons. that part of the code worked great, however then i tried to also make it work from my mobile phone by using a yun and connecting it to a tcp client from a app. that part of the code from the yun side worked like a charm as well, however now comes the hard bit of putting them together (i decided to attach the tft screen to the yun). when i tried to load the combined one it was to big for the arduino yun and now im stuck. so i was wondering how i could go about this, and was also wondering if there was a way for my arduino uno connected to the tft screen and my yun to communicate between each other from the serial port
if anyone could help that would be great
thank you