LIRC Transmisison fails... - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: LIRC Transmisison fails... (/thread-2164.html) |
LIRC Transmisison fails... - gregstah - 7th Mar, 2014 09:56 PM Hi there, I'm trying to get LIRC to transmit rather than receive from XBIAN. Basically I want to write a basic flask page that allows me to turn the TV on or off from my phone using two IR LED's I have a working transceiver that I've wired to a female 26 pin connector, I know it's working because I've managed to get receive and transmit running using a Raspbian install. I want to use Xbian since if there is a pi sitting there then why not get it to do other stuff :-) LIRC on my Xbian install seems to be receiving: When I stop the LIRC service and run: Code: mode2 -d /dev/lirc0 Where I'm stuck is getting it to transmit, I have the following in my Code: /etc/modules Code: lirc_rpi gpio_out_pin=17 The error I get is: Code: irsend: command failed: SEND_ONCE Samsung Power Any ideas as to how to get around this? Thank you! G RE: LIRC Transmisison fails... - gregstah - 8th Mar, 2014 07:46 PM Anyone? Re: LIRC Transmisison fails... - f1vefour - 13th Mar, 2014 07:27 PM This is a seldom used function, it may be a while before someone can help. |