Is there any ways to receive IR signals in android?
While searching, I found ways to transmit data from Android devices.
Found this one very useful: https://github.com/rngtng/IrDude
So, is it also possible to receive IR signals generated by other IR transmitting devices like Remotes? If yes, i want to print those signals (hex values) in my app UI. Can anybody give some light on the issue, please... :)
I'm using Galaxy S4 for development.
Is there any ways to receive IR signals in android?
Few Android devices have any IR support, let alone some sort of IR receiver. If you build your own device, you are welcome to do what you want.