For my 4th year project, we have an ECG heart rate monitor so the sensors are connected to a front end circuit, then the circuit is connected to the Arduino that transfers the data to a mobile phone app (android) which transfers the data to a cloud.
Ideally we wanted to use one Arduino to control everything but this is not possible. After some research I found that the Adafruit RGB LCD is not compatible with the Arduino Due.
Is there a way to connect two arduinos together so that the Arduino Uno controls the LCD and the Arduino Due controls the data transfer and receive?
The LCD has a simple menu woth two options that controls whether or not data is being accepted to the Arduino Due.