Page 1 of 1

How to connect the rf receiver to a switching system???

Posted: Wed Oct 15, 2014 3:05 pm
by Prashanth
In the rf module, the encoded signal is sent to the receiver and it will be decoded thereafter...
After decoding, what really happens???
And how to use the decoded signal as if to connect it to a switching system???

[ Post made via Mobile Device ] Image

Re: How to connect the rf receiver to a switching system???

Posted: Wed Oct 15, 2014 8:11 pm
by SevenZero
You need to define your own messaging protocol. An example is given below.

RELAY1ON
RELAY2ON
RELAY1OFF
RELAY2OFF

ON reception of these messages, a message decoder then calls relevant On/Off functions of the microprocessor/controller.