I've been at this for several hours now and I'm looking to be pointed in the right direction for debugging.
I've been following this tutorial
http://mvartan.com/2014/11/25/controlli ... pberry-pi/
When I go to access /dev/lirc0 it's not there.
Set up
- Raspberry Pi 2 Model B V1.1
- Raspbian version 8 (jessie)
- LIRC installed
- /etc/lirc/hardware.conf is as per tutorial
- config.txt has
and
Code: Select all
dtoverlay=lirc-rpi,gpio_in_pin=23,gpio_out_pin=22
Code: Select all
device_tree=
- /etc/modules has
Code: Select all
snd-bcm2835 i2c-dev lirc_dev lirc_rpi gpio_in_pin=23 gpio_out_pin=22
- When I go it appears that all the modes are set to IN, but I can change pin 22 to OUT manually
Code: Select all
gpio readall
- The IR Blaster differs from the one in the tutorial, it looks like this one
and I'm ignoring the middle connector

Here's some of the places I've tried so far to find out what's going on
Thanks