IR remote.

Raspberry Pi related support

Re: IR remote.

Postby MarmiteSandwich » 29 Aug 2016, 22:06

For anybody still struggling to get a USB IR remote to work with the RP3, try this post:
ir-remote-using-cheap-usb-pc-remote-with-rune-t3901.html

Regards,
Marmite
MarmiteSandwich
 
Posts: 25
Joined: 19 Apr 2016, 22:50
Location: UK

Re: IR remote.

Postby Darioia » 01 Nov 2017, 02:54

Hi I think that's the problem regards the GPIO's enable procedure.
I am using BCM GPIO 23 (J8 pin 16 on rpi3 rev B), I have added in config.txt the following line:

dtoverlay=lirc-rpi,gpio_in_pin=23,gpio_out_pin=22,gpio_in_pull=up

I have solved the problem using a python script:
#!/usr/bin/python2

import RPi.GPIO as gpio
gpio.setmode(gpio.BCM)
gpio.setup(23, gpio.IN, pull_up_down=gpio.PUD_UP)
gpio.cleanup()
exit()

After that command mode2 command works but irw not receive nothing.
I suppose now the problem is lircd.conf (I use Acer RC804V-B model).

Dario
Darioia
 
Posts: 2
Joined: 01 Nov 2017, 02:45

support RuneAudio Donate with PayPal

Previous

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 28 guests