Frank Delporte
Frank Delporte
Maybe related to #570? I have same problem combined with non-functioning screen blanking
Same error on - Java version: 15 - OS version: Mac
Daniel, you have a link?
Thanks for all the info shared in this topic, I used it for the initial content of the PWM page on the new site --> https://v2.pi4j.com/getting-started/io-examples/pwm
@DanielMartensson no sorry, not yet, I'm a bit behind with testing on the Pi itself...
I will try to reproduce this problem on my side. Can you confirm you have the same problem * on other pins? * with `provider("pigpio-digital-input")`? Would you also be able...
(at this moment) sudo is indeed needed for PiGpio, I added as remark at bottom of page https://pi4j.com/getting-started/minimal-example-application But in this case, the error message seems to be different...
@camueller I find it really a pity you didn't find the minimal example before as it is part of the "getting started with Pi4J" of our website pi4j.com, so I...
Indeed @tcfurrer will have some impact. I have been looking into this in the past. It would all start with defining the ExecutorService in the context https://github.com/Pi4J/pi4j-v2/blob/develop/pi4j-core/src/main/java/com/pi4j/context/Context.java And could be...
No list yet, as none has been created yet, but there are requests to do so, see for instance https://github.com/Pi4J/pi4j-v2/discussions/151 Also within the CrowPi example project a lot of examples...