Andrew Scheller

Results 95 issues of Andrew Scheller

Some other nice "first boot" blocks might be some of the stuff that you typically use `raspi-config` to do just once, e.g. setting timezone, enabling camera, setting localisation, setting memory...

block request

Looking at https://travis-ci.org/giampaolo/pyftpdlib/jobs/166424021 it's failing with `AttributeError: 'module' object has no attribute 'OrderedDict'` somewhere deep within the flake8 code. I did a bit of searching and found https://flake8.pycqa.org/en/latest/release-notes/3.0.0.html from which...

Now that raspi-config has its own github repo, separate from spindle, maybe the raspi-config specific issues from the spindle repo could be moved here instead? Admittedly I dunno if github...

As discussed [here](http://www.raspberrypi.org/forums/viewtopic.php?f=91&t=80800) when the Pi boots up for the first time, raspi-config starts automatically and obscures the IP address that gets displayed. This means that in the rare scenarios...

If I'm currently looking at https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html then the LHS menu displays correctly: ![Screenshot from 2022-07-19 12-57-25](https://user-images.githubusercontent.com/476186/179744626-eb86aa16-1148-4d6f-9a10-23b0e191f89d.png) And if I'm looking at https://www.raspberrypi.com/documentation/microcontrollers/micropython.html then the menu also displays correctly: ![Screenshot from...

bug
toolchain
backlog

We now [offer both](https://www.raspberrypi.com/news/new-old-functionality-with-raspberry-pi-os-legacy/) Bullseye and Buster (Legacy) releases of Raspberry Pi OS. However some features work in one but not the other, and vice-versa. @JamesH65 has an internal document...

documentation
backlog
bullseye

As discussed in #340 ... it's probably significantly different enough to a 'plain' ButtonBoard (background threads, etc.), that it warrants having it's own issue.

suggestion

Following on from https://github.com/gpiozero/gpiozero/issues/971 I've just read the [RotaryEncoder](https://github.com/gpiozero/gpiozero/blob/master/gpiozero/input_devices.py#L982) code for the first time. I thought you might like some feedback... ping @waveform80 The `threshold_steps` feels a bit weird -...

Looking at the "green boxes" diagram at https://gpiozero.readthedocs.io/en/stable/api_boards.html#base-classes should `TonalBuzzer` be shown as "containing" a `PWMOutputDevice`? (i.e. just like `Servo`). Also, the "blue boxes" diagram at https://gpiozero.readthedocs.io/en/stable/api_output.html#base-classes doesn't show `LedBorg`...

documentation

As talked about in #826 the "bounce time" value in pigpio is actually a "glitch filter", and has a much smaller maximum-value than the debounce time in RPi.GPIO. We should...

suggestion
documentation