This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Steps to get IR receiver and transmitter from Amazon [1] working on a Raspberry Pi Zero W. | |
$ sudo apt-get update | |
$ sudo apt-get install lirc | |
# Remove this line from /boot/config.txt | |
dtoverlay=lirc-rpi,gpio_in_pin=18,gpio_out_pin=17 | |
# Add the following lines in /boot/config.txt | |
dtoverlay=gpio-ir,gpio_pin=23 |