Is it possible to get the HEX code of remote control from an application and a smartphone that has a infrared transmitter ? (Samsung S4)
Asked
Active
Viewed 2,014 times
2 Answers
0
Android SDK, starting from 19, introduced a function for transmitting infrared signals only. so the answer is No.
But it's possible to do that if the manufacturer has a public API for doing that. which requires the IR module to be both transmitter and receiver and the OS driver being able to receive the data, etc.

sajjadG
- 2,546
- 2
- 30
- 35
-2
Sorry! I don't know about that. But you can use an Arduino board with IR receiver to capture and decode the IR signal and a Bluetooth module to send it to your device.

Namindu Ranatunga
- 25
- 2