iobroker-community-adapters / ioBroker.rpi2

RPI-Monitor Adapter for ioBroker
MIT License
10 stars 13 forks source link

Pull up configuration wrong for some GPIO inputs #174

Open JR-Home opened 5 months ago

JR-Home commented 5 months ago

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:

  1. Configure all the listed GPIO ports as inputs and activate pullups for the Inputs.
  2. 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:

HackyPaddy commented 4 months ago

Can you explain to me how I can activate pullup/pulldown via the adapter configuration? This selection is missing for me.

I would like to test that out too...