I am currently writing some very basic code in which one Arduino tells the other arduino to flash an LED through 433Mhz RF modules. This part is working fine. The problem is that when I look at the serial, whenever the input on the receiver is high, the digital pin actually switches from between high and low.
As an example, when the receiver is receiving no signal, it returns:
Off
Off
Off
Off
Off
But when it is receiving High, it returns:
On
Off
On
Off
On
Off
No one can reproduce the problem because you didn't post any code. We have no idea is causing the messages you claim to see. We have no idea which pin you are talking about or what is connected to that pin, or even if it is an INPUT pin.
My cheap-assed 433MHz radios are collecting dust in a bin somewhere, but when I used them, I used VirtualWire (superseded by RadioHead) to communicate with the radios. There is more to communication using them than just setting a pin state or reading the pin state.
Those cheap 433 Mhz radios wont transmit steady state data.
They need data that is continuously changing, so you need something like Virtualwire or the Radiohead libraries.