gpiozero icon indicating copy to clipboard operation
gpiozero copied to clipboard

A simple interface to GPIO devices with Raspberry Pi

Results 168 gpiozero issues
Sort by recently updated
recently updated
newest added

Operating system: Raspbian Bookworm Python version: 3.11.2 Pi model: 3 Model B Rev 1.2 GPIO Zero version: 2.0 Pin factory used: lgpio The code: ```python from gpiozero import LEDCharDisplay pin1...

Operating system: Raspbian Bookworm Python version: 3.11.2 Pi model: 3 Model B Rev 1.2 GPIO Zero version: 2.0 Pin factory used: lgpio The code: ```python from time import sleep from...

Operating system: Raspian Buster Python version: 3.11 Pi model: Pi 4 Model B GPIO Zero version: 2.01 Pin factory used: RPiGPIO S ```python from gpiozero import Button b = Button('GPIO05')...

current `pinout --help` ``` usage: pinout [-h] [--version] [-r REVISION] [-c] [-m] [-x] A utility for querying GPIO pin-out information. options: -h, --help show this help message and exit --version...

Operating system: Debian GNU/Linux 12 (bookworm) Python version: e.g. 3.11.2 Pi model: e.g. Pi 5 Model B Rev 1 GPIO Zero version: 2.0.1 Pin factory used: Please give us as...

Device name: Infrared Receiver Protocol: GPIO URL of example product: https://arduinomodules.info/ky-022-infrared-receiver-module/ Further information e.g. data sheet: With gpiod we use this receiver in pair with infrared LED so that it...

Adding gpiod as a pin factory because it's project has active support. A number of other pin factories have minimal, if any support at this point. This lack of base...

Operating system: Raspbian Bookworm Python version: e.g. 3.11.2 Pi model: e.g. Pi 1 Model B Rev 1.2 and Pi 3 Model B GPIO Zero version: e.g. 2.0.1 Pin factory used:...

This came up for me when using gpiozero on a new RaspberryPi 5, using the lgpio library I was able to access the gpio pins on chip 0, but when...