You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pullup configuration for some inputs is not correct.
For the GPIO Inputs 4, 7 and 8 the pullup configuration is correct as expected.
Not configured is the pullup for Inputs 9, 10, 11, 17, 22, 23, 24, 25, 27, 30 and 31
Steps to reproduce the behavior:
Configure all the listed GPIO ports as inputs and activate pullups for the Inputs.
use a voltmeter and check the inputs.
You will see, that GPIO 4,7 and 8 will have 3.3V. Pullups are correctly configured.
But if checking 9, 10, 11, 17, 22, 23, 24, 25, 27, 30 and 31 all those inputs stay at 0V. Pull ups not configured as expected.
Expected behavior
All GPIO pins configured as input will stay at 3.3V
Versions:
Adapter RPI2.0 Version 1.3.2
JS-Controller version: 5.0.12
Node version: 18.20
Operating system: Raspbian Bookworm, 64 Bit
The text was updated successfully, but these errors were encountered:
But... from what I see... there is no real support for pull up / pull down. It is kind of emulated in the adapter by just inverting the value...
Since GPIO support had to be rewritten completely, you might want to check, if anything has changed (probably not). But the adapter now depends on another gpio library, and this issue can be worked on, after the library has added support, keep an eye on this issue: ExplorationSystems/opengpio#1
The pullup configuration for some inputs is not correct.
For the GPIO Inputs 4, 7 and 8 the pullup configuration is correct as expected.
Not configured is the pullup for Inputs 9, 10, 11, 17, 22, 23, 24, 25, 27, 30 and 31
Steps to reproduce the behavior:
You will see, that GPIO 4,7 and 8 will have 3.3V. Pullups are correctly configured.
But if checking 9, 10, 11, 17, 22, 23, 24, 25, 27, 30 and 31 all those inputs stay at 0V. Pull ups not configured as expected.
Expected behavior
All GPIO pins configured as input will stay at 3.3V
Versions:
The text was updated successfully, but these errors were encountered: