PCB for an infrared hat for Raspberry Pi
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Pete Shadbolt b53a46d21c README 2 anos atrás
kicad First commit 2 anos atrás
.gitignore First commit 2 anos atrás
README.md README 2 anos atrás
board.png Board 2 anos atrás
parts.csv README and partslist 2 anos atrás

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