IR Arduino to TV

Hello
I want to send data with IR sensor. I want to remote TV. I decoded my remote controller and it gives output like RC5 1801, RC5 1802 (13 byte). So i write code like that irsend.sendRC5(0x1802,13) but it didn't work. Is someone have any idea about that?

Thanks

On some devices you need to repeat the IR command a few times to get a response. My Sony TV needs at lease three repeats

I tried to repeat IR command but didn't work. I don't know what to do now.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.