2

Is it possible to get the HEX code of remote control from an application and a smartphone that has a infrared transmitter ? (Samsung S4)

Sg72
  • 95
  • 2
  • 10

2 Answers2

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.