PCB for an infrared hat for Raspberry Pi
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

2 lat temu
2 lat temu
2 lat temu
2 lat temu
123456789101112
  1. # IRLID
  2. 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.
  3. To configure, add the following line to `/boot/config.txt`:
  4. ```
  5. dtoverlay=gpio-ir-tx,gpio_pin=17
  6. ```
  7. ![](./board.png)