About 19,700 results
Open links in new tab
  1. RPi.GPIO · PyPI

    Feb 6, 2022 · A module to control Raspberry Pi GPIO channels This package provides a Python module to control the GPIO on a Raspberry Pi. Note that this module is unsuitable for real-time or timing …

  2. Introduction to Python Raspberry Pi (RPiGPIO) Library

    Jul 23, 2025 · The RPi.GPIO module is a Python library that allows us to easily control the GPIO pins on a Raspberry Pi. It provides a simple interface for configuring the pins as inputs or outputs, reading …

  3. Raspberry Pi GPIO Pinout

    The Raspberry Pi GPIO pinout guide. This GPIO Pinout is an interactive reference to the Raspberry Pi GPIO pins, and a guide to the Raspberry Pi's GPIO interfaces. Pinout also includes hundreds of …

  4. Raspberry Pi OS - Raspberry Pi Documentation

    Raspberry Pi OS (desktop with basic software) is the recommended edition offered in Raspberry Pi Imager. It provides a graphical desktop environment and includes applications such as Chromium …

  5. Getting Started With GPIO Pins on Raspberry Pi (Beginner’s Guide)

    Feb 9, 2026 · The GPIO pins allow adding extensions to your Raspberry Pi, whether with HATs or to create circuits. The easiest way to use the GPIO pins is to create Python scripts, but Scratch or other …

  6. raspberry-gpio-python / Wiki / BasicUsage - SourceForge

    The mode will be GPIO.BOARD, GPIO.BCM or None Warnings It is possible that you have more than one script/circuit on the GPIO of your Raspberry Pi. As a result of this, if RPi.GPIO detects that a pin …

  7. Raspberry Pi GPIO with Python: gpiozero, lgpio and RPi.GPIO

    6 days ago · Want to make LEDs blink, read buttons or interface with sensors — all through the GPIO pins of your Raspberry Pi, controlled by a Python script? You’re in the right place. This guide covers …

  8. Getting Started with RPi.GPIO on Raspberry Pi: Practical GPIO Control ...

    The rpi‑lgpio package exists specifically to provide a compatible RPi.GPIO‑style API on newer hardware, and the Ubuntu packaging notes that moving from RPi.GPIO to rpi‑lgpio is mandatory on Pi 5 …

  9. How to correctly install the python RPi.GPIO library

    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 …

  10. GitHub - sarnold/RPi.GPIO: A Python module to control the GPIO on …

    This package provides a Python module to control the GPIO on a Raspberry Pi. Note that this module is unsuitable for real-time or timing critical applications. This is because you can not predict when …