04-10-2019, 12:30 PM
(04-09-2019, 07:55 PM)Tim Curtis Wrote: Unlikely unless you actually use the gpio-config screen to configure and enable pin 25 and then turn on the GPIO button handler in System config. I have a rotary encoder that uses gpio 23 and 24 and no issues with moOde 5.0.
Some commands that may help in troubleshooting:
Print table that shows mapping between GPIO, BCM (Broadcom) and WiringPi pin numbering.
Code:gpio readall
Read state of pin (WiringPi pin number 6 = BCM 25)
Code:gpio read 6
- or -
watch -n .5 "gpio read 6"
Is there a script that controls the IR receiver? Maybe its printing an error or has some way to enable debug.
-Tim
I found the problem. Some stuff lirc needed was missing. I updated the operating and it worked.