About 50 results
Open links in new tab
  1. libpgiod for C GPIO in 2025: gpiod and I2C - Raspberry Pi Stack Exchange

    Mar 8, 2025 · I wrote a wrapper around I²C kernel driver which simplifies I²C programming and can be downloaded from GitHub. pi-i2c is an I²C C library for Raspberry Pi using the I²C kernel driver The …

  2. pi 4 - How to manage GPIOs on the Raspberry Pi using the command …

    Dec 2, 2024 · As far as "official documentation", you'll find a white paper titled "A history of GPIO usage on Raspberry Pi devices, and current best practices" prepared by "The Raspberries" on their Product …

  3. gpio - Setting internal pull ups from the command line - Raspberry Pi ...

    Aug 12, 2024 · I’m learning how to control the gpio via the Linux kernel and have been working with inputs (specifically switches.) Recently I've been exploring pull up resistors. I’m wondering how I can …

  4. gpio - Raspberry Pi Stack Exchange

    Sep 7, 2024 · RPI.GPIO Backend for GPIO was depcreciated with pi 4 due to a new chip on pi 5. As a result we assign lgpio to backend (This came as default on my pi 5) I was able to confirm everything …

  5. gpio - How do I implement an interrupt service routine on Raspberry Pi ...

    Jan 11, 2021 · There are several libraries like WiringPi, RPi and pigpio, claiming to implement interrupt handling for GPIO signals. But as far as I can estimate, they all do polling on the pins, therefore …

  6. What is the maximum current the GPIO pins can output? - Raspberry Pi ...

    A Raspberry Pi pin (GPIO) gives me a 23 mA max current (3.43 V) when I set it to on (using pi4j or RPI.GPIO). I think the maximum permitted is 30 mA, otherwise your Raspberry Pi is dead.

  7. GPIO chip Device or resource busy error - Raspberry Pi Stack Exchange

    Jul 25, 2024 · I am trying to control a E-Paper display using my Raspberry Pi 5. I want to use the gpiod library since it seems to be the best option (especially since RPi.GPIO is not supported on the Pi 5) …

  8. How to correctly install the python RPi.GPIO library - Raspberry Pi ...

    Not sure if this is helpful, but under the latest copy of Raspbian I was able to install RPi.GPIO directly from the main repositories using apt-get as follows: sudo apt-get update sudo apt-get -y install …

  9. How to power a Raspberry Pi 4 through usb c or gpio pins?

    Mar 12, 2024 · I want to power my Pi 4B+ through the GPIO pins via a buck converter but it just wont work. I used the LM2596 non adj 5V buck. In its typical application form. And I also bought the …

  10. gpio - More information about GPIO0 and GPIO1 - Raspberry Pi Stack …

    Apr 13, 2020 · The datasheet you linked says exactly that about the ID_SD and ID_SC reservations: 5.1.1 GPIO Pin Assignments, page 9: These pins are reserved for HAT ID EEPROM. At boot time, …