Page 1 of 1

Nano K1 Plus Infrared receiver does not work!

Posted: Thu Nov 29, 2018 3:22 am
by spender

Code: Select all

Test Infrared Receiver

Note: Please Check your board if IR receiver exist.
By default the infrared function is disabled you can enable it by using the npi-config utility:

$ npi-config
    6 Advanced Options     Configure advanced settings
        A8 IR              Enable/Disable IR
            ir Enable/Disable ir[enabled]

------------, Yes, I do

After reboot, /dev/lirc0 has been found!

Code: Select all

$ apt-get install ir-keytable
$ echo "+rc-5 +nec +rc-6 +jvc +sony +rc-5-sz +sanyo +sharp +mce_kbd +xmp" > /sys/class/rc/rc0/protocols   # Enable infrared

No error, but file not changed!
Or write no error, system error code= Permission Denied , I am sure, use root user

Code: Select all

$ ir-keytable -t
Testing events. Please, press CTRL-C to abort.

when I press a IR keyboard ,TV IR remote
no any key read

Re: Nano K1 Plus Infrared receiver does not work!

Posted: Fri Nov 30, 2018 3:57 am
by kishoreS
Try changing the permissions of the file ,

Code: Select all

 sudo chmod 777 /sys/class/rc/rc0/protocols