IR리모콘으로 라즈베리파이에 있는 VLC플레이어를 제어해보는 작업을 해보았다.
참조한 링크는 아래와 같다.
IR 센서를 라즈베리파이에 연결해보자.
1.blog.naver.com/cosmosjs/130181466152
[라즈베리파이] RaspBMC에 적외선 리시버를 달아서 리모콘을 사용해 보자.
역시 리모콘이 편해!RaspBMC에 적외선 리시버를 달아서 일반 리모콘을 사용해 보자. 누가 뭐래도 TV...
blog.naver.com
(튜닝부분은 아래와 같이 한다)
2. blog.naver.com/cosmosjs/220656054360
라즈베리파이 - GPIO를 통한 적외선 센스(IR) 다루기(1)
예전에 XBMC(현 Kodi)용 리모콘을 사용하기 위해 사용했던 IR센스를 다시 라즈베리파이에 붙여서 사...
blog.naver.com
###
### 라즈베리파이 Raspberry OS / buster 에서 Lirc설치하고 IR리모콘 튜닝하기 ###
###
www.google.com/search?client=firefox-b-d&q=ir+remote+lirc_options.conf.dist
ir remote lirc_options.conf.dist - Google 검색
Using Linux Infrared Remote Control (LIRC), you can control your Raspberry Pi with an IR ... Config files ( lirc_options.conf and lircd.conf ) are missing in the lirc package in Raspbian 10 (buster). ... sudo mv devinput.lircd.conf devinput.lircd. dist
www.google.com
==> www.instructables.com/id/Setup-IR-Remote-Control-Using-LIRC-for-the-Raspber/
Easy Setup IR Remote Control Using LIRC for the Raspberry PI (RPi) - July 2019 [Part 1]
Easy Setup IR Remote Control Using LIRC for the Raspberry PI (RPi) - July 2019 [Part 1]: 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 bu
www.instructables.com
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
==> 추가업데이트:
stackoverflow.com/questions/57437261/setup-ir-remote-control-using-lirc-for-the-raspberry-pi-rpi
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 Co...
stackoverflow.com
=====> www.raspberrypi.org/forums/viewtopic.php?f=28&t=235256&sid=1d9d8c5d1f566b4487bd3f1823b84223
[Stretch/Buster] Using LIRC with kernel 4.19.X and gpio-ir - Raspberry Pi Forums
Mon Jun 03, 2019 1:34 am Thank you so much. I'm not completely new to Linux or the Raspberry Pi, but I'm new to GPIO and I'm no developer. So I've spend almost a week trying to follow different tutorials to get ir tx and rcv working to make an Alexa enable
www.raspberrypi.org
==============> www.lirc.org/api-docs/html/ircat_8py-example.html
LIRC libraries: ircat.py
LIRC libraries LinuxInfraredRemoteControl
www.lirc.org
===========================> gist.github.com/billpatrianakos/cb72e984d4730043fe79cbe5fc8f7941
How to set up LIRC on Raspbian Buster (2019, 4.x kernel)
How to set up LIRC on Raspbian Buster (2019, 4.x kernel) - LIRC_Raspian_Buster.md
gist.github.com
'개발 이야기 > 라즈베리파이' 카테고리의 다른 글
라즈베리파이(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 리모콘으로 RPI3 제어하기 -2 (0) | 2020.07.11 |