| Author |
Message |
phucdull
Joined: 03 Aug 2005 Posts: 17 Location: Guantanamo
|
03 Aug 2005 4:59 How to control furniture by using TV remote control |
|
|
|
|
Hi everybody!
Now I want to control some devices in my house by using remote control. I have a SAMSUNG TV remote control but I have no its datasheet, so i can not know exactly what code is sent when I press a key. If you have this datasheet, pls send me your link. Thank you very much
//Sorry for my terrible English
|
|
| Back to top |
|
 |
Google AdSense

|
03 Aug 2005 4:59 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
flatulent
Joined: 19 Jul 2002 Posts: 4875 Helped: 324 Location: Middle Earth
|
03 Aug 2005 5:56 Re: How to control furniture by using TV remote control |
|
|
|
|
You can make an IR receiving circuit and capture the code with a digital storage scope. Then you can use the IR receiver design in your furniture control receivers.
(Joke) Do you want your bed to throw you out onto the floor in the morning? There are less drastic alarm clock methods.
|
|
| Back to top |
|
 |
phucdull
Joined: 03 Aug 2005 Posts: 17 Location: Guantanamo
|
03 Aug 2005 6:05 Re: How to control furniture by using TV remote control |
|
|
|
|
Of course, these device communicate via IR signal. But now I am wondering that in the output of IR receiver, which code is received?. Manchester code or the same code as the output of IR transmitter?. If these code are not the same, pls tell me some circuit to decode the output of IR receiver
//Sorry for my terrible English
|
|
| Back to top |
|
 |
flatulent
Joined: 19 Jul 2002 Posts: 4875 Helped: 324 Location: Middle Earth
|
03 Aug 2005 16:31 Re: How to control furniture by using TV remote control |
|
|
|
|
You will have a different waveform for each control button being pushed. It does not really matter what those are. You will have to build a circuit that tells the difference between them.
Since it is a short sequence, it is probably some form of UART type signal.
|
|
| Back to top |
|
 |
tanveerriaz
Joined: 14 May 2001 Posts: 271 Helped: 6 Location: Pakistan
|
04 Aug 2005 5:52 How to control furniture by using TV remote control |
|
|
|
|
use software webenic.enic.fr/~peralta/IR/Girder.htm
its show hex code for each key
|
|
| Back to top |
|
 |
phucdull
Joined: 03 Aug 2005 Posts: 17 Location: Guantanamo
|
04 Aug 2005 6:03 Re: How to control furniture by using TV remote control |
|
|
|
|
Yup!
Thank you very much. I have understood what you want to say. But if I use the IR receiver and transmitter (both of them are made by SAMSUNG Corp), I will not have to make a circuit that tell me what button is pressed?. If so, everything is simply?
|
|
| Back to top |
|
 |
Borber
Joined: 01 Jan 1970 Posts: 1561 Helped: 117 Location: Slovenia
|
04 Aug 2005 6:09 Re: How to control furniture by using TV remote control |
|
|
|
|
| TV IR remote receiver has buildin microprocessor to deal with different codes. It is specialy designed for TV sets and I do not think it is useable for other porpouse.
|
|
| Back to top |
|
 |