SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By jim2386
#192079
Hi all,

Simple question. Right now I have two Uno's "communicating" with each other via common ground and a signal wire linked between to digital pins. This works great when the uno's are side by side, but I'd like to place them 1'-10' apart. Does anyone know of a RF product where it transmits a simple digital on or off between two boards? I know there are packet radios that can send actual data, but that seems overkill here and may be slower since all I want to do is send 1 on or off at at time.

Thanks
Jim
By jim2386
#192205
Device 1 is on a table, device two is on a wall about 20' away. As much as I find wires across my living room floor aesthetically pleasing, my wife says otherwise. :)
By jremington
#192225
There are several types of RF keyfobs with matching receivers, like this one: https://www.adafruit.com/products/1095

These are based on the PT2262/72 chips. The Arduino could be wired to push a button on the keyfob, or simulate either the transmitter or the receiver using the RCSwitch library and a matching transmitter or receiver module.