Hello all,
I am fairly new to Arduino so please excuse me if some of my questions seem "stupid".
I was wondering if there was a way to use a set of RF transmitters and receivers (433mhz) to wirelessly control a relay on another Arduino board, to turn a light on and off when I press a button on a separate board. Essentially making a wireless switch that I can control from another room (I am trying to avoid infrared sensors).
I have two Arduino boards so could I set up one board with the transmitter and a switch and the other board with a receiver and a relay so once I press the first switch it sends a signal to the other board wirelessly, energizing the relay and completing the circuit and as a result, turning on the light.
If not, would I need a different part?
Also, does it matter if one board is an Arduino Duemilanove and the other an Arduino UNO R3?
Any help or incite is greatly appreciated!