Switch between two digital signals with no microcontroller

arduinodecodersignal processingswitches

I'd like to use an Arduino to send wirelessy (RF 433MHz, probably) two different digital signals to pilot two different relays (later they will be much more).

I know probably this is something very basic but is there a way to use just one RF and switch between two digital signals without the need of another microcontroller on the receiver? If so, which ICs do I need (demux, maybe)?

Very quick schematic, U1 is what I'm looking for

schematic

simulate this circuit – Schematic created using CircuitLab

A very dummy truth table could be this one:

SIG1 | Y1 | Y2

NONE | GND | GND|

01 | ON | GND|

10 | GND | ON |

Thank you for your help,

Best Answer

This is probably what you could use. It's 4 channels so it more than meets your needs: -

enter image description here

And here's a better link to an rf module set