-
Hi Guys just wondering if this is possible and something you are looking into?
-
The UART output plugin needs a bus transceiver like the [MAX482](https://datasheets.maximintegrated.com/en/ds/MAX1487-MAX491.pdf), [SN75176](http://www.ti.com/lit/ds/symlink/sn75176a.pdf) or the [MAX3…
-
Hello, after a few days of not touching my project I came to this error which seemingly happened out of nowhere despite it working numerous times before,
`com.pi4j.provider.exception.ProviderNotFoun…
-
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/b…
-
This issue is seen in branch https://github.com/janvda/balena-node-red/tree/pigpiod (or more specifically in release https://github.com/janvda/balena-node-red/releases/tag/v2.2.0)
see log file belo…
-
pigpio is hard-coded to not run on a Pi5. See https://github.com/joan2937/pigpio/blob/c33738a320a3e28824af7807edafda440952c05d/pigpio.c#L7353-L7356
Do the maintainers plan to update pigpio to supp…
-
I use ADS8688A with the 500kSPS. It need 64 clock time per sample. However, the pigpio library use 1us as the min clock time. The max speed I can achieved is (1000 / 64) kSPS, which is much smaller th…
-
With the [pigpio library](http://abyz.co.uk/rpi/pigpio/cif.html), it is possible to use a GPIO pin on the Raspberry Pi as a [bit-banged UART](http://abyz.co.uk/rpi/pigpio/cif.html#gpioSerialRead) inpu…
-
@BrippoLiang Please use the appropriate library, and provide a test code.
-
I did an analysis of the RC controller code. It was super confusing because I think we have some abandoned code.
The method controller.py:get_js_controller() returns the chosen game controll…