Pi4J does not work correctly with PI5 in a Java #437
Replies: 3 comments 2 replies
-
My pi5 is using 2.7.1-SNAPSHOT but I do not believe this entails updates to the gpiod provider I am using. The gpiod provider is required as the only Pi5 provider available. I created a program using your code and connecting an LED to GPIO27. It runs to completion as expected the LED illumination is not visible as the pin is driven high and immediately drive low. Using the debugger I see the LED go on and then off. Detected OS: Name: Linux, version: 6.6.62+rpt-rpi-2712, architecture: aarch64 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The Pi only operates at 3.3v and fairly low current level. Some |
Beta Was this translation helpful? Give feedback.
-
Hello
When this code is executed, the signal is sent to pin 27 and freezes. There it is not possible to turn off these commands
the program does not respond
How to properly apply and remove a signal from a pin? Examples from https://www.pi4j.com/documentation/io-examples/digital-output/ - do not work
Raspberry Pi 5 Model B
Linux, version: 6.6.62+rpt-rpi-2712, architecture: aarch64
Java version: Version: 17.0.13, runtime: 17.0.13+12-LTS, vendor: BellSoft
Beta Was this translation helpful? Give feedback.
All reactions