Skip to content

Instantly share code, notes, and snippets.

View okramovic's full-sized avatar
🔥
loading...

marko bogdanovic okramovic

🔥
loading...
View GitHub Profile
@okramovic
okramovic / lirc-pi3.txt
Created February 14, 2018 22:04 — forked from prasanthj/lirc-pi3.txt
Getting lirc to work with Raspberry Pi 3 (Raspbian Stretch)
Notes to make IR shield (made by LinkSprite) work in Raspberry Pi 3 (bought from Amazon [1]).
The vendor has some documentation [2] but that is not complete and sufficient for Raspbian Stretch.
Following are the changes that I made to make it work.
$ sudo apt-get update
$ sudo apt-get install lirc
# Add the following lines to /etc/modules file
lirc_dev
lirc_rpi gpio_in_pin=18 gpio_out_pin=17