GithubHelp home page GithubHelp logo

Question about read right about onoff HOT 4 CLOSED

fivdi avatar fivdi commented on May 20, 2024
Question about read right

from onoff.

Comments (4)

fivdi avatar fivdi commented on May 20, 2024

To answer this question correctly it would be necessary to know how the button is connected to the RPi 2, so I'm going to have to guess here.

Here's the guess:

GPIO 18 is being used as the input and the pull-down resistor for GPIO 18 is activated. The pull-down resistor is activated by default for GPIO 18 as can be seen in table 6-31 on page 102 of the BCM2835 ARM Peripherals documentation. Because the pull-down resistor is activated, the value of GPIO 18 is 0 when the button is not pressed. When the button is pressed, it's pulled to 0V, so there is no change in it's value and no change can be detected.

In the Python program the pull-up resistor is activated, so it functions as expected.

If this is the case, using a GPIO which is pulled-up by default (see table 6-31) should solve the problem. Alternatively, the pull-up for GPIO 18 could be activated as described here

Note that the gpio-admin has been abandoned, and I wouldn't recommend using it any more. It does not function correctly on the RPi 2, see here.

from onoff.

fivdi avatar fivdi commented on May 20, 2024

@MakiseKurisu is this still an issue?

from onoff.

MakiseKurisu avatar MakiseKurisu commented on May 20, 2024

Thank you. That is the issue. I'm using pin 5 and everything is perfectly fine.

I installed gpio-admin since the guide in adafruit has it. Maybe you want to add a warning in your readme.md.

from onoff.

fivdi avatar fivdi commented on May 20, 2024

Ok, that's good to hear and thanks for the feedback.

The Adafruit Learning System section of the readme has been updated to warn against using the gpio-admin tool. I also sent a message to Adafruit and hopefully they'll update the article.

from onoff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.