Samsung Soundbar protocol raw questions
Posted: Thu Sep 22, 2016 4:12 pm
Hi,
I was trying decode a soundbar samsung code and I found something that i think is a little strange, Note: I'm using a esp8266 with the irlib.
Encoding : UNKNOWN
Code : CA31DA45 (32 bits)
Timing[77]:
+4550, -4450 + 550, - 500 + 550, - 500 + 550, - 500
+ 550, - 500 + 550, -1450 + 600, -1450 + 600, - 500
+ 550, - 500 + 550, -1450 + 550, -1450 + 600, -1500
+ 550, -1500 + 550, - 500 + 550, - 500 + 550, - 450
+ 600, - 500 + 550, -4450 + 550, - 500 + 550, - 500
+ 550, - 450 + 600, - 450 + 600, - 500 + 550, - 450
+ 600, - 450 + 550, - 550 + 550, -1450 + 600, -1500
+ 550, -1500 + 550, - 500 + 550, -1500 + 550, -1500
+ 550, -1500 + 500, -1500 + 550, - 500 + 550, - 500
+ 550, - 500 + 550, -1500 + 550
unsigned int rawData[77] = {4550,4450, 550,500, 550,500, 550,500, 550,500, 550,1450, 600,1450, 600,500, 550,500, 550,1450, 550,1450, 600,1500, 550,1500, 550,500, 550,500, 550,450, 600,500, 550,4450, 550,500, 550,500, 550,450, 600,450, 600,500, 550,450, 600,450, 550,550, 550,1450, 600,1500, 550,1500, 550,500, 550,1500, 550,1500, 550,1500, 500,1500, 550,500, 550,500, 550,500, 550,1500, 550}; // UNKNOWN CA31DA45
In the middle of the raw information I found the 4450, this is not a mark or a space, is another header maybe? is an error?, Any ideas what this means?
The code is the power button but I found a similar think with all the other buttons
Thanks
I was trying decode a soundbar samsung code and I found something that i think is a little strange, Note: I'm using a esp8266 with the irlib.
Encoding : UNKNOWN
Code : CA31DA45 (32 bits)
Timing[77]:
+4550, -4450 + 550, - 500 + 550, - 500 + 550, - 500
+ 550, - 500 + 550, -1450 + 600, -1450 + 600, - 500
+ 550, - 500 + 550, -1450 + 550, -1450 + 600, -1500
+ 550, -1500 + 550, - 500 + 550, - 500 + 550, - 450
+ 600, - 500 + 550, -4450 + 550, - 500 + 550, - 500
+ 550, - 450 + 600, - 450 + 600, - 500 + 550, - 450
+ 600, - 450 + 550, - 550 + 550, -1450 + 600, -1500
+ 550, -1500 + 550, - 500 + 550, -1500 + 550, -1500
+ 550, -1500 + 500, -1500 + 550, - 500 + 550, - 500
+ 550, - 500 + 550, -1500 + 550
unsigned int rawData[77] = {4550,4450, 550,500, 550,500, 550,500, 550,500, 550,1450, 600,1450, 600,500, 550,500, 550,1450, 550,1450, 600,1500, 550,1500, 550,500, 550,500, 550,450, 600,500, 550,4450, 550,500, 550,500, 550,450, 600,450, 600,500, 550,450, 600,450, 550,550, 550,1450, 600,1500, 550,1500, 550,500, 550,1500, 550,1500, 550,1500, 500,1500, 550,500, 550,500, 550,500, 550,1500, 550}; // UNKNOWN CA31DA45
In the middle of the raw information I found the 4450, this is not a mark or a space, is another header maybe? is an error?, Any ideas what this means?
The code is the power button but I found a similar think with all the other buttons
Thanks