Skip to content

miero/lirc-bbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRC driver for BBB

Hardware Installation

Choose an Infrared Receiver that works with 3.3V. For example a TSOP31236.

Connect its output signal directly to the BBB GPIO capable pin, e.g. P8_07.

Software Installation (kernel driver)

make prepare
make install

Add a following line into /etc/modules to enable module to receive IR on the pin P8_07:

lirc-bbb gpio_in_pin=66

Reboot the BBB and verify that /dev/lirc0 file is present.

Software Installation (LIRC)

http://www.lirc.org/html/configuration-guide.html

Or see an example in the "example_lirc_conf" directory.

Credits

About

LIRC driver for BeagleBone Black

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages