A Almog Active Member Licensed User Sep 24, 2018 #1 Hello, Is there a way to (for example) direct the TV remote to the phone IR component and press the vol. up (on the remote) and the phone will get the signal? Thanks in advance.
Hello, Is there a way to (for example) direct the TV remote to the phone IR component and press the vol. up (on the remote) and the phone will get the signal? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Sep 25, 2018 #2 There are several IR related libraries: https://www.b4x.com/android/forum/pages/results/?query=b4a+ir I'm not sure whether any of them allows you to listen for input signals. You will also need to decode the signal. Might be simpler to do it with B4R and an ESP8266 microcontroller: https://www.b4x.com/android/forum/threads/ir-send-and-receive.69454/#content Upvote 0
There are several IR related libraries: https://www.b4x.com/android/forum/pages/results/?query=b4a+ir I'm not sure whether any of them allows you to listen for input signals. You will also need to decode the signal. Might be simpler to do it with B4R and an ESP8266 microcontroller: https://www.b4x.com/android/forum/threads/ir-send-and-receive.69454/#content