Ben Nuttall

Results 96 issues of Ben Nuttall

To iterate over a list, you can access the repeat variable by referencing the iteration item variable name: ```html Even Odd ``` However it doesn't seem possible to access the...

feature

Sometimes, you want to write a script which turns on a device, and leaves it on. Let's say you have a cron job to check something periodically, and control a...

suggestion

Suggestion: We add a `cycle` method to `RGBLED` which cycles through the colours. Parameters similar to `blink` (maybe `cycle_time`, `n`, `background`, `start_color`)

suggestion

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...

suggestion

*Originally reported in #973 by @dbrandesky and moved to discussions, but turned out to be a bug* I have a fairly "simple" loop on a Raspberry Pi Zero W that...

bug

It would be nice if we had a list or table showing what the features of each pin factory are, e.,g. hardware PWM - perhaps on the pins page of...

documentation

I had an idea and I've thrown together a proof-of-concept demo. Imagine a YAML file which described a series of gpiozero objects to be used, and how they were connected....

suggestion

Here's someone using `OutputDevice`: https://github.com/topshed/PiClubSushi/blob/master/17-Stepper.pdf Edit: moved to https://github.com/topshed/PiClubSushi/blob/master/17-StepperBETA.pdf

suggestion

The APA102 is an RGB LED similar to the neopixel. They're easy to control with SPI, they're cheap, and they're getting more common. They're used in Pimoroni's [Blinkt](https://github.com/pimoroni/blinkt), and Alex...

help wanted
suggestion
new device

We have `LEDBoard` and `ButtonBoard`. But what about `MotionSensorBoard`? It sounds silly, but I just created an example where I wanted an LED for each Motion Sensor, and I can...

suggestion