RF 433MHz Transmitter and Receiver on same Arduino

Hi!

I have the same needs however with another proposal:

I have two Arduino and I want to put each other send and receive data from RF433 modules (like iVision presented), i.e.:

Arduino 1:

  • it has code to read sensores and send data(by RF433) to Arduino 2;
  • it has also 2 digital outputs.

Arduino 2:

  • it receive data from Arduino 1 (by RF433);
  • and I want send a signal by RF433 to activate the digital outputs on Arduino 1.

Could some one help me to solve this problem?

Thank you in advance.
Best Regards.