Hi,
I'm working on a Project where I got know into a problem.
I git seven independent Arduino with some buttons.
They are all connected together from one to the other with just 4 wires. (two for the Power two for RX TX)
Now when a Button has been pressed it should send a value to the main Arduino which will present the result on a PC.
How to transfer the Data over 7 Arduinos? I can't just take one wire and attach it to the RX the other one to the TX. It doesn't work..
Arduino 1 Arduino2 Arduino3 Arduino4 PC
RX------------RX-----------RX-----------RX-----------RX
TX------------TX-----------TX-----------TX------------TX
GND----------GND--------GND---------GND----------GND
5V------------5V-----------5V-----------5V------------5V
Does someone have an Idea?
Thx
Andy