gist.github.com/billpatrianakos/cb72e984d4730043fe79cbe5fc8f7941
==> stackoverflow.com/questions/57437261/setup-ir-remote-control-using-lirc-for-the-raspberry-pi-rpi
=====> www.raspberrypi.org/forums/viewtopic.php?f=28&t=235256&sid=1d9d8c5d1f566b4487bd3f1823b84223
프로그램밍:
=======> www.lirc.org/api-docs/html/irrecord_8c.html
아치리눅스 ==================> wiki.archlinux.org/index.php/LIRC
lirc.org ============================> www.lirc.org/html/configuration-guide.html
추가참고 자료:
===============================>gernot-walzl.at/index.php?nav=.%2FDebian%2FRaspbian%2FLIRC
>>> Execute Commands
/etc/lirc/irexec.lircrc
begin
prog = irexec
button = KEY_POWER
config = shutdown -h now
end
>>> Audacious Audio Player
Install Audacious:
sudo apt-get install audacious
Enable the LIRC Plugin under File > Settings > Plugins.
/home/pi/.lircrc
begin
prog = audacious
button = KEY_PLAY
config = PLAY
end
추가 참고자료 ========================> sourceforge.net/p/lirc/mailman/message/35861990/
Lircd.conf 리모콘 종류:
==> lirc-remotes.sourceforge.net/remotes-table.html
=====> lirc.sourceforge.net/remotes/
==========> www.lirc.org/html/table.html
lirc.org => www.lirc.org/faq.html
//
// 32bit code <== 64bit code
//
sourceforge.net/p/lirc/tickets/168/
===> 해결책:
"""
After installing this configuration file at /etc/lirc/lircd.conf.d and rebooting, irw produced no output, though I could see using strace that my /usr/sbin/lircd --nodaemon process was reading data from /dev/lirc0. Removing the 0x7E825B6C codes from each of the above lines and rebooting caused irw to begin showing the key values in the left column above when I pressed the corresponding buttons on my WD TV Live remote control.
"""
'개발 이야기 > 라즈베리파이' 카테고리의 다른 글
라즈베리파이(RaspberryPi) - VSCode로 원격(소스코드) 개발 하기 (0) | 2020.08.31 |
---|---|
(라즈베리파이) gpio-poweroff / gpio-shutdown 기능 (0) | 2020.08.31 |
(라즈베리파이) GPIO포트를 제어하는 방법 3가지 (0) | 2020.08.30 |
RPI) PWM / 모터, LED (0) | 2020.07.14 |
(라즈베리파이) IR 리모콘으로 제어해보기 (0) | 2020.07.10 |