![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hello, I'm looking for a circuit for a multi button IR Transmitter and Reciever set to use in a project. I have a Radioshack project box with 15 membrane switch buttons built in. This circuit can be either IR or RF signal. For the Reciever, the signal will be read by a PIC 16F628 Microprocessor. ~Mike | |
| |
| | (permalink) |
| Shouldn't be hard if your already using a pic... An IR transmitter led should be connected to the transmitter pic And a standard 38Khz ir decoder (like the ones used in modern TV, video,...) to the receiver pic. The transmitter led should be buffered with a transistor. the output of the ir decoder is always high when no signal is received. As long as you flash the transmitter led at 38Khz (approx., doesn't have to be perfect 38khz), the decoder will output low. use timing to create binairy codes. For example 1ms on is a logic 1, 0.5ms on is a logic 0, ... | |
| |