PCB for an infrared hat for Raspberry Pi
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pete Shadbolt b53a46d21c README 2 년 전
kicad First commit 2 년 전
.gitignore First commit 2 년 전
README.md README 2 년 전
board.png Board 2 년 전
parts.csv README and partslist 2 년 전

README.md

IRLID

I wanted to be able to control amplifiers, projectors etc. from Raspberry Pi via infrared. This can be done using LIRC and GPIO. Unfortunately some commercial infrared LED hats use a GPIO pin which conflicts with the pins used for the IQAudio DAC hat. This board fixes that by using GPIO pin 17, and has been tested sitting on top of an IQAudio DAC.

To configure, add the following line to /boot/config.txt:

dtoverlay=gpio-ir-tx,gpio_pin=17