Signal from TX-2B/ to RX-2B
Hello,
I want to make a remote control for a car using an AtMega16 and for this i want to replicate the signal emitted by an TX-2B. I have read the datasheet for TX-2B IC but i'm not quite sure if i understand the encoding rules...
If anyone has any certain knowledge about this .. please help.
What I understood is:
- i have 2 units for my signal W2 and W1;
- a normal word is composed of : 4*W2 + n*W1 , n depends on the direction of the car;
- an ending word (and this i'm not sure) is 4*W2 + 4*W1;
The mechanism how I got it is .. while I have input I'm sending concatenated normal words, when the input stops i send one ending word.
Please correct me if i'm wrong.
Thanks.