-
I'm using rpi_ws281x (via python) in PWM mode on GPIO 18 and 19 and this works fine standalone.
However I wish to know Using either wiringpi or pigpio if all or most of the GPIO pins can output the l…
-
Hello,
Is there any way to use software PWM with this library, in order to increase the number of available pins ?
I am using a raspberry pi 3 and I need to control multiple LED strips independe…
-
Hi, my tree works, but is very slow. Setting a single value takes about a second (or more). I found out that it's device specific, it's slow on the old Pi 1.2B, but works fine on Pi 4B. Is it because …
-
Hi,
I downloaded the latest OctoPrint version from http://octoprint.org/download/ and put it on my raspberry pi 3's sd card. OctoPrint is working so far (haven't received my 3D printer yet).
I don't…
-
When i run `Test_thermalModule.cpp`, console says `Can´t lock /var/run/pigpio.pid`. What's wrong
-
Hi,
Because I was using your vl53l0x-linux driver, I had to use your fork of Wiring Pi in order to get the bulk transfer on i2c. So I tried to use the XSHUT pin on the sensor and other GPIOs.
For …
-
Hey all,
Sorry to open an issue for this, but I am stuck trying to get a DHT22 to work on a Raspberry PI 5. Afaik as I understand, it should work in 2.5.1, but I am always running into a "provider"…
-
Hi,
I started using pigpio recently and I am very happy with it so far. Thanks for sharing it!
I am working on a stepper motor control application in C using PIGPIO_VERSION 79 shipped as package v…
-
Hello,
I regonized that the wiringPi lib is not available anymore for the bulleye (OS 11 for pi).
Please see also an Artikel that wiringPi is debrecated [wiringPi is deprecated](https://www.raspbe…
-
By default PiGPIO uses the PCM clock (and thus the pins) to establish timing. Most audio devices use the PCM pins also. One can configure PiGPIO to use the PWM clock instead, however it appears the in…