wiringOP icon indicating copy to clipboard operation
wiringOP copied to clipboard

On Orange Pi Zero3 (H618) wiringPiISR() doesn't work

Open onyx99 opened this issue 1 year ago • 4 comments

gpio: Unable to open GPIO edge interface for pin 9: Permission denied wiringPiISR: unable to open /sys/class/gpio/gpio79/value: No such file or directory

onyx99 avatar Dec 17 '23 22:12 onyx99

issue same waitfor solution

winitboonkliang avatar Jan 29 '24 02:01 winitboonkliang

how long to wait? I have the same thing here: Zero 2 X3KT0 commented on Nov 18, 2023. More than two months have already passed... I would like to understand whether I will have time to complete the project?

YVDevelop avatar Jan 30 '24 07:01 YVDevelop

Had the same issue with the OrangePi Zero 2. After stripping down the example for wiringPi Pin 2 (GPIO 73) and issuing sudo gpio edge 73 falling for that GPIO pin prior to executing the program the example is working. Seems that some port init is not complete, at least using Ubuntu 22.04 LTS...

StephanS8899 avatar Feb 17 '24 07:02 StephanS8899

#101 should fix this error

borex99 avatar Mar 06 '24 04:03 borex99