Questions tagged [lirc]

LIRC is a package that allows you to decode and send infra-red signals of many (but not all) commonly used remote controls.

LIRC (Linux Infra-red Remote Control), is a software package that provides a full suite of tools relating to IR remote controls. It is possible to record signals created by remote controls and replay them. Many remote controls have been mapped, and their configurations have been uploaded and shared on the LIRC Remotes Database, making it possible to download and use many common remote controls.

LIRC can also act as an IR signal receiver and can be configured to make user-defined actions when specific signals are received.

LIRC is compatible with a wide range of IR related hardware, including custom built hardware plugged into to serial ports and GPIO pins.

75 questions
10
votes
1 answer

Cron boot script only during certain times of the day

So I have a collection of scripts which are used to control my reciever and tv power during certain events like boot, screensaver, and remote control. One of these is executed during login but the thing is maybe I don't want it to run the script…
gilson585
  • 101
  • 3
9
votes
2 answers

Send a 64bit Infrared signal with android

Using a raspberry pi 3 and an infrared reciver. with the help of a library called LIRC I recorded the signal of my android box remote control. begin remote name MyRemote driver devinput bits 64 eps 30 aeps …
Methnani Bilel
  • 1,366
  • 4
  • 20
  • 34
7
votes
3 answers

Setup IR Remote Control Using LIRC for the Raspberry PI (RPi)

After much searching I was surprised and dismayed about the conflicting information on how to setup IR remote control for my RPi project. I thought it would be easy but setting up Linux InfraRed Control (LIRC) has been problematic for a long…
user1200233
  • 333
  • 1
  • 2
  • 9
6
votes
5 answers

LIRC irsend: could not connect to socket irsend: No such file or directory

I am trying to configure LIRC to work with my Raspberry 2B and a circuit I build with a transistor and a IR transmitter as explained in this tutorial After the installation of LIRC, I followed all the steps and I added these two lines in…
muilpp
  • 1,293
  • 4
  • 17
  • 36
5
votes
3 answers

LIRC partial read 8 bytes

I tried to create my own universal remote using my Raspberry Pi 3 with newest Raspbian. After constructing little receiver and transmitter (tutorial I followed) and connecting everything up I got this message when trying to receive…
EvilDumplings
  • 301
  • 1
  • 3
  • 9
4
votes
1 answer

Raspberry Pi Zero W - LIRC doesn't work - cannot initiate device

I have installed lirc befor. My file boot/config.txt contains: dtoverlay=lirc-rpi The file /etc/lirc/hardware.conf contains: # # Arguments which will be used when launching lircd LIRCD_ARGS="--uinput" #Don't start lircmd even if there seems to be…
Th3Wh1t3WOlf
  • 53
  • 1
  • 6
3
votes
2 answers

Detect key up with LIRCd

I'm using LIRCd to capture the keys I press on my remote control, with the proper configuration file. According to the documentation, I have to wait for the blocking function lirc_nextcode() to return and I get a nice line to decode, like…
Gui13
  • 12,993
  • 17
  • 57
  • 104
3
votes
1 answer

Android Things Infrared implementaton with LIRC

I know LIRC works on a Raspberry Pi, however, I want to know if LIRC will work with Google's Android Things. If not, I want to know is there is anyway to communicate with Infrared sensors and decode the infrared signal.
Andus
  • 1,713
  • 13
  • 30
3
votes
2 answers

how to record an ir signal from an AC remote using LIRC in raspberry pi?

i had already used the LIRC of the raspberry pi to record and use the IR signals of a samsung TV remote. the recording process was fine. i used this site for reference.But now i am unable to record the IR signals from a bluestar AC in the same…
Prashanth AB
  • 31
  • 1
  • 3
3
votes
2 answers

How to use irrecord with 2ms timing instead of the default 5ms?

I'm trying to teach lirc on my Raspberry Pi the remote-codes for my heat pump - a Mitsubishi Electric MSZ-GE60VA (remote is SG10A 1833) I run irrecord as follows: sudo /etc/init.d/lirc stop irrecord -d /dev/lirc0 heatpump I get the usual cruft…
Phil
  • 2,238
  • 2
  • 23
  • 34
2
votes
1 answer

Using lirc for arm cortex A8

Neaded your help on lirc. I want to use lirc for decoding of ir signals. I am using a custom board based on Cortex A8 with 2.6.37 kernel and IR is received thru’ serial port. I can see UART interrupts coming properly when I press the button of the…
2
votes
0 answers

Does xmp protocol for IR require special hardware support?

I am using an IR hat with Raspberry Pi. This hat supports both - transmitting IR as well as receiving IR. I am using LIRC package on Pi. For my TV, I can make all the following tools work: irrecord irw ir-keytable irsend However, nothing seems to…
Peter
  • 11,260
  • 14
  • 78
  • 155
2
votes
0 answers

Why does ir-keytable quit?

To set IR on my clean Raspberry Pi 4, I am following the instructions at https://learn.pi-supply.com/make/ir-remote-control-support-on-raspbian-buster-justboom/. One step at the beginning, even before installing lirc package, is to install and run…
Peter
  • 11,260
  • 14
  • 78
  • 155
2
votes
2 answers

How do I create a LIRC configuration file?

I'm trying to use Linux Infrared Remote Control LIRC library to record a custom signal from remote control and save it in a file. Then I will use these signals to send it back again through ir tx using raspberry pi when I run test ir rx mode2 -d…
2
votes
3 answers

LIRC Python client bindings

I am needing to use the LIRC Python client bindings for a project. The LIRC website has good documentation over them, but I have no idea how to actually get them besides copying and pasting the python code. It never says anywhere on the site that I…
Dane Lowrey
  • 170
  • 1
  • 10
1
2 3 4 5