I'm a beginner with this stuff and I'm having a bit of a problem. I've tried searching for an answer and I'm possibly wording my search wrong, but I can't find anything to help me out.
I'm looking to connect two Arduino Unos via the TX RX ports, and connect a bend sensor to one and an LED to the other. I'm looking to make the LED fade up and down in relation to the bend sensor value. I've got my code working so I can do it all on the one Arduino, but most of the things I've found while searching have been related to passing single characters via the RX TX ports and using the Arduino to connect to other things that aren't other Arduinos.
Any help would be massively appreciated. Thanks.