Paso 5: Prueba de funcionamiento
Da la gana instalar escudo infrarrojo LinkSprite en pcDuino.
Pulse el botón del control remoto por infrarrojos:
(1) Compruebe el valor del botón
$ sudo cat / dev/ enevt0
(2) Comprobar el código fuente de infrarrojos:
Hay 32 bits del código fuente.
Por ejemplo, los primeros ocho bits ('e6′) de la fuente de código (0xe619ff00) es el código de datos y los siguientes ocho bits del código fuente (' 19′) es el código invertido el código de datos. Los últimos 16 bits ('ff00′) es el código de usuario. Nota: el código de usuario se mantiene igual para el mismo control remoto por infrarrojos.
$ sudo cat / proc / kmsg
The source code of the remote controller may be different for different models. It is possible that when you pressed button ’1′ of the remote control, and it displays key value as ’2′. So we can update the source code in ‘remote.h’ , which is located under ‘/home/ubuntu/modules/pcduino-ir-underkeypad’. Then you can obtain correct key value.