Help with the Parallax 433 MHz RF Receiver
I'm am very new to wireless circuits and would like help to make a simple on/off switch using the Parallax 433 MHz RF Receiver and transmitter. If any one could help me that would be great.

Comments
The 433MHz receiver and transmitter can be used directly for on/off signalling since the receiver puts out a logic 1 if there's a signal present and a logic 0 if there's no signal and you can use that to trigger a relay of some sort to switch whatever you want. There's no way to distinguish this signal from noise or an interfering signal on the same (or nearly the same) frequency.
Typically, you'd use a Stamp or some other microcontroller on each end and the microcontroller would actually transmit serial asynchronous data (like some characters) using the SERIN / SEROUT statements of the Stamp or their equivalent. The receiving Stamp would look for the specific data wanted and trigger the relay on a match.
good luck!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner