Philip Howard

Results 1037 comments of Philip Howard

Current status- I seem to have most of the required modules but am missing devices in `/sys/class/udc` so I have nothing to bind the USB config to. Will have to...

Yes- each LED is a separate register of width 8 bits, starting at offset 0x00. So Red would be 0x00, Green 0x01, etc. Another downside of this idea is that...

At what point does the vlcradio script fail? Running it on my local Raspbian buster install seems to work. I wonder if you've somehow got a locally cached version or...

We have chased the cause of this through the tangled web of installer scripts that currently serves vlcradio, and hopefully squashed the bug. Turns out the installer in *this* repository...

Whew, sorry to take more than a year to resolve this- sign of the times :grimacing: I have tagged a release that should - with any luck - be fetched...

Sorry for the delay responding- did you find a solution to this problem or manage to obtain a replacement from us?

The WiringPi dependency comes from the VU meter which I have a formative project to replace completely. If/when I solve all the many problems with it :grimacing: - https://github.com/pimoroni/pivumeter-pulseaudio/issues/1 It's...

Looks like this is doubly broken by Bullseye 64bit, which does not support the base armhf WiringPi package. Worse still it prompts a dependency on libc6:armhf. I'm working on making...

WiringPi debs for 2.61-1 on armhf and arm64 - https://github.com/WiringPi/WiringPi/releases/tag/2.61-1

You're right- looks like I've neglected the Arduino library. If I remember correctly it's the "onAirwheel" handler that you need. It's a tricky gesture to get right, but basically involves...