Your Universal Remote Control Center
RemoteCentral.com
Original Equipment Remotes Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 21 made on Friday October 19, 2018 at 09:58
cwalger
Lurking Member
Joined:
Posts:
October 2018
1
I have a "SANOXY HDMI 5x1 5 Port Switch/Switcher with IR Remote Support 3D" and the previous codes did not work. I decoded my remote with irremoteesp8266 and the following codes work for mine:

It was interesting that passing the decoded NEC code to the sendNEC() function did not work for 3/5 of the HDMI inputs, but passing the decoded raw data to the sendRAW() function works great for all 5 inputs.

example funtion call:
mySender.sendRaw(h1, 71, 38);

uint16_t h1[71] = {9066, 4496, 574, 562, 598, 512, 628, 508, 574, 562, 600, 510, 626, 508, 574, 562, 600, 508, 628, 1646, 600, 1646, 574, 1672, 626, 1646, 600, 1646, 574, 1672, 628, 1644, 598, 1648, 574, 1672, 626, 1646, 600, 1646, 574, 562, 598, 510, 602, 534, 574, 560, 596, 514, 602, 534, 576, 560, 576, 534, 602, 1670, 576, 1672, 574, 1672, 600, 1672, 576, 1670, 574, 40026, 9038, 2250, 574}; // button 1

uint16_t h2[71] = {9066, 4498, 572, 562, 576, 534, 602, 534, 574, 562, 574, 534, 602, 534, 574, 562, 574, 534, 602, 1672, 576, 1672, 572, 1672, 600, 1672, 574, 1672, 574, 1672, 602, 1670, 574, 1672, 574, 1670, 602, 1670, 574, 534, 602, 534, 574, 562, 576, 534, 602, 534, 576, 560, 576, 534, 602, 534, 574, 1672, 602, 1670, 574, 1672, 598, 1648, 602, 1670, 576, 1670, 596, 40004, 9062, 2224, 576}; // NEC FFC03F

uint16_t h3[71] = {9066, 4496, 574, 560, 550, 560, 576, 558, 574, 560, 552, 558, 578, 558, 576, 560, 550, 558, 578, 1696, 550, 1696, 574, 1672, 576, 1696, 550, 1696, 574, 1670, 578, 1696, 550, 1696, 574, 1672, 576, 558, 576, 560, 552, 558, 578, 558, 576, 562, 550, 558, 578, 558, 574, 562, 550, 1696, 574, 1672, 576, 1696, 550, 1696, 574, 1672, 576, 1696, 550, 1696, 574, 40024, 9040, 2248, 550}; // button 2

uint16_t h4[71] = {9064, 4498, 572, 562, 576, 534, 602, 534, 574, 560, 562, 552, 582, 550, 574, 562, 576, 534, 602, 1670, 576, 1670, 574, 1674, 602, 1670, 574, 1670, 574, 1672, 602, 1670, 576, 1670, 574, 1674, 600, 534, 574, 562, 576, 534, 602, 1670, 576, 534, 602, 534, 574, 560, 576, 534, 602, 1672, 574, 1672, 574, 1672, 602, 534, 574, 1672, 602, 1672, 574, 1672, 574, 40024, 9040, 2248, 550}; // button 4

uint16_t h5[71] = {9090, 4474, 572, 562, 576, 534, 602, 534, 574, 562, 574, 534, 602, 534, 598, 538, 576, 534, 602, 1672, 576, 1672, 596, 1648, 602, 1672, 574, 1672, 598, 1648, 602, 1670, 574, 1672, 574, 562, 576, 1672, 574, 560, 576, 534, 602, 1672, 574, 534, 602, 534, 574, 560, 576, 1672, 574, 562, 576, 1672, 574, 1672, 602, 534, 574, 1672, 602, 1672, 574, 1672, 574, 40024, 9038, 2250, 574}; // button 5


Hosting Services by ipHouse