PCB for an infrared hat for Raspberry Pi
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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