I am using an arduino board to capture the codes of the remote controls of my house to later make a universal remote control with android studio. I have no experience in IR. In arduino I get the codes in this way
Protocol:3
Address:FD
Command:6897
or this one.
0: 9052
1: 4456
2: 576
3: 552
4: 576
5: 540
...................
that is hex or RAW. But apparently Android stuidio soon uses hex. Is there an android studio function that accepts raw? if not, how can I convert from raw to soon hex? Thanks in advance. Greetings