I am doing a project that consists of displaying and receiving some data from a Nextion display. The problem is that I have 2 Arduinos and each of them is getting data from different sensors. Is it possible to hook up both Arduino to the Nextion display and send data to it? In other words, can I connect the TX and RX ports of the first Arduino to the TX and RX port of the display and the TX and RX ports of the second Arduino to the same TX and RX port of the display?
The sensors are Hall effect sensors therefore I need to read pulses. I use attachInterrupt() however I am using Arduino Nano and there are only two ports dedicated for attachInterrupt().