PCB for an infrared hat for Raspberry Pi
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Pete Shadbolt b53a46d21c README pirms 2 gadiem
kicad First commit pirms 2 gadiem
.gitignore First commit pirms 2 gadiem
README.md README pirms 2 gadiem
board.png Board pirms 2 gadiem
parts.csv README and partslist pirms 2 gadiem

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