neil-benn

Results 26 comments of neil-benn

Hello, I tested this today and accessing one camera in one process worked just fine using picamera2 on cam 0 and cam 1. I used a still config, started the...

Me too; username/password is what I'm using but when you add credentials it doesn't get added to the drop down box. First time coming back to Jenkins after 5 years...

I've just read the issues on rpi_ws281x ([here](https://github.com/jgarff/rpi_ws281x/issues/396). This just isn't possible so the app either needs to run as root or it won't work. This is a bit of...

Hello, Thanks, I'll look into it and move the ports around. Cheers, Neil On Thu, 3 Mar 2022, 09:07 Matthew Lewis, ***@***.***> wrote: > Have you tried my SPI driver?...

Thanks, I'm trying to get the SPI working. I've got the neopxiel wired up to GPIO10 and the constructor of LedDriverInterface statusLed = new WS281xSpi(0, 8, StripType.WS2812, 64, 1); This...

Hello, Still working on this; I've now got: LedDriverInterface led_driver = new WS281xSpi(0, 0, strip_type, pixels, brightness); With the data in pin on the NeoPixel connected to SPI0 MOSI (pin...

This is like a running story! I've worked on the java code and simplified it: `import com.diozero.ws281xj.LedDriverInterface; import com.diozero.ws281xj.PixelAnimations; import com.diozero.ws281xj.PixelColour; import com.diozero.ws281xj.spi.WS281xSpi; import com.diozero.ws281xj.StripType; import com.diozero.util.SleepUtil; import org.tinylog.Logger; public...

Next - upped the brightness to 255, dropped the pixel values for RGB to 10 and the colour is correct and cycled through the colours. We get good colour for...

That's my thinking, right now I'm shelling python which works so I'll take a look at that source to look at what it does and bring that in. It is...

Hello, This is the installation: sudo pip3 install rpi_ws281x adafruit-circuitpython-neopixel adafruit-circuitpython-neopixel-spi sudo python3 -m pip install --force-reinstall adafruit-blinka The URL is at https://learn.adafruit.com/circuitpython-neopixels-using-spi. Cheers, Neil ________________________________ From: Matthew Lewis ***@***.***>...