PCB for an infrared hat for Raspberry Pi
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Pete Shadbolt b53a46d21c README il y a 2 ans
kicad First commit il y a 2 ans
.gitignore First commit il y a 2 ans
README.md README il y a 2 ans
board.png Board il y a 2 ans
parts.csv README and partslist il y a 2 ans

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