Control 2 Channel RF Remote Control Transmitter Using AT90S2323 | Controller Circuit

Friday, December 9, 2011

Control 2 Channel RF Remote Control Transmitter Using AT90S2323


This is the transmitter circuit that is controlled by microcontroller AT90S2323. This circuit is work based on TLP434 RF transmitter module at 418MHz. This circuit is design using low power supply that is for more battery economy and safe transmition of the data. Here’s figure of the transmitter circuit.



If you press the S2 key, the logic of this pin goes to '0' (0V) and AVR awake frome the sleep mode (because PB1 is INT0) and check if pressed the S1 key. If not, the AVR take as pressed key the S2. If yes the AVR take as pressed key the S1. If you press the S1 key the logic of this pin and PB1 (through 1N4148) goes to '0' (0V). In this case the AVR take as pressed key the S1. After, calculate the checksum and transmit 4 times the same 4 byte sequence to make sure that receiver takes the data and goes to sleep mode until next interrupt on PB1. When the INT0 pin (PB1) of AVR goes to 0V, the transmitter TLP434A is working. If you stop press the switch S1 or S2, the TLP is stop working. The safe transmition of the data based to transmition of 4 bytes with serial form at 2400 bps (bits per seconds). 1st and 2nd byte are for recognition of valid remote control from receiver (like ID bytes), 3rd byte is command byte. The relays status dependet by the value of this byte. Finally, the 4th byte is the checksum of the earlier 3 bytes.


1 comment:

  1. Hi, i am very intrested on your 2channel remote controller circuit i would like to make this porject could you please send me the source code for both of transimiter and reciever.


    Thnking you.

    ReplyDelete