2016:sending_samsung_raw
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
2016:sending_samsung_raw [2016/06/25 17:25] – 75.177.137.2 | 2016:sending_samsung_raw [2016/06/25 18:01] (current) – 75.177.137.2 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Samsung remote IR-codes | + | ===== Samsung remote IR-codes |
The IRremote library could not parse samsung infrared data, but | The IRremote library could not parse samsung infrared data, but | ||
here's the raw codes with examples how to send them. I only read | here's the raw codes with examples how to send them. I only read | ||
- | the most used buttons. Codes are already in variables :) | + | the most used buttons. Codes are already in variables :)\\ |
Codes: | Codes: | ||
Line 76: | Line 76: | ||
Remote will probably work in all samsung models, but with LE40M8 for sure. | Remote will probably work in all samsung models, but with LE40M8 for sure. | ||
Posted by Ville Valta at 2.6.11 | Posted by Ville Valta at 2.6.11 | ||
- | Email This | ||
- | BlogThis! | ||
- | Share to Twitter | ||
- | Share to Facebook | ||
- | Share to Pinterest | ||
20 comments: | 20 comments: | ||
Line 110: | Line 105: | ||
https:// | https:// | ||
- | anyway, I'm not able to compute the checksum (2 byte of every burst). If anyone figured it out, please let me know. | + | anyway, I'm not able to compute the checksum (2 byte of every burst). If anyone figured it out, please let me know.\\ |
- | Reply | ||
Replies | Replies | ||
- | AnonymousSunday, | + | AnonymousSunday, |
- | Hey! | + | Hey!\\ |
- | Your results will make more sense if you (1) invert 0/1 bits, (2) interpret data so that LSB are transmitted first. Then at least temperature will look better (that half-byte is just offset from its minimum temperature of 16C). | + | Your results will make more sense if you (1) invert 0/1 bits, (2) interpret data so that LSB are transmitted first. Then at least temperature will look better (that half-byte is just offset from its minimum temperature of 16C).\\ |
- | I do not see any checksum there: consider t=21 and t=22 commands, except for the temperature-related bits there' | + | I do not see any checksum there: consider t=21 and t=22 commands, except for the temperature-related bits there' |
/Dmitry. | /Dmitry. | ||
Line 134: | Line 129: | ||
Reply | Reply | ||
- | |||
- | richSaturday, | ||
- | Hello, have you got the other button codes please ? | ||
Actually i need to scan some channel on my tv and i lost my remote. | Actually i need to scan some channel on my tv and i lost my remote. | ||
Line 145: | Line 137: | ||
Islam QabelThursday, | Islam QabelThursday, | ||
Hi | Hi | ||
- | I do not understand the raw data,all i know that for samsung the data is 32 bit (data+address) plus one start bit and one stop bit, for example for Samsung TV press" | + | I do not understand the raw data,all i know that for samsung the data is 32 bit (data+address) plus one start bit and one stop bit, for example for Samsung TV press" |
+ | |||
+ | < | ||
the original ordering is from MSB to LSB | the original ordering is from MSB to LSB | ||
1111 1011 0000 0100 0000 0111 0000 0111 | 1111 1011 0000 0100 0000 0111 0000 0111 | ||
Line 151: | Line 145: | ||
start bit +1110 0000 1110 0000 0010 0000 1101 1111+stop bit | start bit +1110 0000 1110 0000 0010 0000 1101 1111+stop bit | ||
so how to understand the codes above??? please help | so how to understand the codes above??? please help | ||
+ | </ | ||
Reply | Reply | ||
Islam QabelFriday, | Islam QabelFriday, | ||
- | Got it | + | Got it. |
- | the first two numbers represents the start bit ON & OFF durations | + | The first two numbers represents the start bit ON & OFF durations\\ |
- | the last number is ON for stop bit | + | the last number is ON for stop bit\\ |
- | so the code will be started from the third number to the number before the last number....Here is the decoding procedure: | + | so the code will be started from the third number to the number before the last number....Here is the decoding procedure:\\ |
+ | < | ||
Since for Samsung IR coding.... | Since for Samsung IR coding.... | ||
Start bit: 4500us ON 4500us OFF | Start bit: 4500us ON 4500us OFF | ||
Line 165: | Line 160: | ||
Logic " | Logic " | ||
Stop bit : 560us ON 560us OFF | Stop bit : 560us ON 560us OFF | ||
+ | </ | ||
for example:to decode Power ON/OFF | for example:to decode Power ON/OFF | ||
+ | < | ||
4600,4350 is the starting bit | 4600,4350 is the starting bit | ||
700,1550 is " | 700,1550 is " | ||
650,450 is " | 650,450 is " | ||
- | so the transmitting code is start bit+ "1110 0000 1110 0000 0100 0000 1011 1111" + stop bit......i tried these codes for Power ON/OFF, Volume Up, Volume down, Source input and button " | + | </ |
- | Anyway thanks for the great work | + | so the transmitting code is start bit+ "1110 0000 1110 0000 0100 0000 1011 1111" + stop bit......i tried these codes for Power ON/OFF, Volume Up, Volume down, Source input and button " |
+ | Anyway thanks for the great work\\ | ||
Reply | Reply | ||
Line 192: | Line 190: | ||
It is work thank for this post | It is work thank for this post | ||
- | Reply | ||
- | |||
- | Kevin PyrTuesday, December 17, 2013 9:53:00 PM | ||
- | Thank' | ||
Reply | Reply | ||
Line 210: | Line 204: | ||
AnonymousMonday, | AnonymousMonday, | ||
- | can someone please tell me what exactly raw codes are?? I am a novice at all this.. please help! :) Thanx | + | can someone please tell me what exactly raw codes are?? I am a novice at all this.. please help! :) Thanx\\ |
- | + | ||
- | Reply | + | |
- | + | ||
- | AnonymousMonday, | + | |
- | do you have similar raw codes for Panasonic? | + | |
- | + | ||
- | Reply | + | |
- | + | ||
- | AnonymousSaturday, | + | |
- | hey thanks.................; | + | |
- | really worked for me.When sending hex codes samsung tv was not responding but sending the raw data it works....... | + | |
- | + | ||
- | Reply | + | |
- | + | ||
- | Nekem8Thursday, | + | |
- | thanks a lot :) | + | |
- | works fine with t22c300 TVmonitor | + | |
Reply | Reply | ||
- | gvorsterWednesday, | + | gvorsterWednesday, |
- | Works for me too on my Samsung tv! Really would like to know how to record the raw codes for Samsung. I need it to get the codes for the ' | + | Works for me too on my Samsung tv! Really would like to know how to record the raw codes for Samsung. I need it to get the codes for the ' |
Reply | Reply |
2016/sending_samsung_raw.1466889901.txt.gz · Last modified: 2016/06/25 17:25 by 75.177.137.2