I am trying to build a remote controlled device (one that will activate a relay when you point your regular TV/VCD remote at it and press a button)
I want to activate relay 1 when I press button 1 and relay 2 when I press button 2 and so on.
I tried a little research and came across all those things about protocols.
Instead of trying to follow the protocols, is it possible to do this?
Activate a Learning mode. And when you press a button, the uC will record the times for Low and High of the pulses.
And in the normal modes, compare the received signal with the recorded signal. Allow for as much tolerances as required.
In short, will recording and comparing work?
Thanks.
I want to activate relay 1 when I press button 1 and relay 2 when I press button 2 and so on.
I tried a little research and came across all those things about protocols.
Instead of trying to follow the protocols, is it possible to do this?
Activate a Learning mode. And when you press a button, the uC will record the times for Low and High of the pulses.
And in the normal modes, compare the received signal with the recorded signal. Allow for as much tolerances as required.
In short, will recording and comparing work?
Thanks.