Edited by tomek1 at 2017-1-4 16:38
Hi,
I finally configured embeded IR sensor on my Orange PI PC and I'm able to sleep/wake up OpenELEC it from remote control.
Unfortunately OPI case will be hidden behind screen so I need to expose IR sensor to be still visible for RC - I guess it's a common use case.
I connected common TSOP receiver (that before was working on Raspberry) to GPIO pins (I tried PA18 and PA19) and changed script.bin respectively:
- [s_cir0]
- ir_used = 1
- ir_rx = port:PA19<1><0><default><default>
according to
http://linux-sunxi.org/Fex_Guide#Port_Definitions.
I doesn't work
I also tried to find lirc module to set gpio pin address like we do that on RPI but it seems to not be compiled as a module.
Is there any other way to use external IR sensor?