gpiozero
gpiozero copied to clipboard
A simple interface to GPIO devices with Raspberry Pi
Operating system: Raspberry Pi OS Bullseye Python version: 3.9.2 Pi model: Pi Zero GPIO Zero version: e.g. 1.6.2 Pin factory used: RPiGPIO RpiMotorLib uses RPiGPIO as backend. Pins 20 and...
Is there an option to configure the timeout of a remote pin factory so it can be automatically declared dead if the remote pi does not respond? For example: `remote...
Operating system: e.g. Raspbian Bullseye Python version: e.g. 3.9.2 Pi model: Pi 3 Model B+ GPIO Zero version: e.g. 1.6.2 Pin factory used: e.g. RPiGPIO Used Shields: Joy-IT StromPiV3 (using...
Add a "fade_to()" function to the PWMOutputDevice class as well as a mod RGBLED. It uses the same blink thread as the blink function to not interfere with existing scripts....
Suggestion: We add a `cycle` method to `RGBLED` which cycles through the colours. Parameters similar to `blink` (maybe `cycle_time`, `n`, `background`, `start_color`)
As suggested in #449, we should consider adding a `fade` method to PWMLED and RGBLED so that users can fade from one value to another in a specified amount of...
Hi, I am currently quite new to the Ubuntu OS and i am having some trouble with installing the gpiozero package onto my laptop. I tried running "sudo apt update"...
Operating system: Ubuntu 21.04 Hirsute Python version: e.g. 3.8.8 Pi model: e.g. Pi 4 Model B 4GB RAM GPIO Zero version: e.g. 1.6.1 Pin factory used: RPiGPIO ```python # import...
According to this [thread](https://github.com/gpiozero/gpiozero/discussions/996#discussioncomment-1384366_) gpiozero requires preinstalled pin library but its not stated in docs. Suggest to include backends requirements and maybe short instructions to their installation in documentation.
Operating system: Windows 10 / macOS 10.15.4 Python version: 3.7.7 Pi model: none Pin factory used: MockFactory GPIO Zero version: 1.5.1 Due to the Coronavirus outbreak, my engineering students cannot...